You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solver fails with an empty dependency set on foo 1.2.
Instead, the solver should mark foo 1.2 as incompatible(?) and backtrack to a valid version of foo such as 1.1.
The text was updated successfully, but these errors were encountered:
In general, we need to be able to indicate that some package version does not have valid dependencies and should be ignored with a custom message for reports. I opened #152 to track that.
The solver fails with an empty dependency set on foo 1.2.
Is this the DependencyOnTheEmptySet error? There is discussion about removing it in #125 and it was removed in #133, please try the dev branch and let me know if it's still a problem.
Example at https://github.com/zanieb/pubgrub/blob/zanie/examples/examples/unsat_indirect_dependency_conflict_backtrack.rs
Given the following situation:
The solver fails with an empty dependency set on foo 1.2.
Instead, the solver should mark foo 1.2 as incompatible(?) and backtrack to a valid version of foo such as 1.1.
The text was updated successfully, but these errors were encountered: