-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolver error trees with collapsed unavailable conclusion is out of order #9861
Comments
Interestingly, adding a bound fixes this? I added
|
Though it does not work with a smaller version
Removing the
And so is the complement
but this doesn't work for most conclusions? (i.e., many regressions if I run the test suite with these changes) Here, at least, it's very clear the ordering is wrong? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g.,
We make the conclusion "we can conclude that open3d<0.9.0.0 cannot be used" before we make the second proof about the incompatible range "because open3d>=0.16.0 has no wheels"
There's some more context in pubgrub-rs/pubgrub#297 as I've explored a couple issues here — the root cause might be the same.
The text was updated successfully, but these errors were encountered: