Closed
Description
Given the following situation:
- root depends on foo
- foo 1.1 depends on bar 1.0
- foo 1.2 depends on bar 1.0 and bar 2.0 (invalid)
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.
Metadata
Metadata
Assignees
Labels
No labels