enthought / sat-solver

Default Repo description from terraform module
Other
3 stars 1 forks source link

UndeterminedClausePolicy not suggesting best packages #268

Closed mdickinson closed 5 years ago

mdickinson commented 5 years ago

The UndeterminedClausePolicy.get_next_package_id method is selecting from a subset of the packages that it should be selecting from.

The apparent cause is that the _unsatisfied_clauses attribute is never initialised properly for a set of new packages.

mdickinson commented 5 years ago

There's a regression test in the fix/outdated-packages branch.