-
Notifications
You must be signed in to change notification settings - Fork 949
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
Avoid redundant enumeration of all package versions during solve failure #4075
Comments
How would you go about solving this? |
I'm not sure. I think the latter half comes from uv/crates/uv-resolver/src/pubgrub/report.rs Lines 280 to 293 in 57ea55d
which doesn't have a obvious way to inspect that we previously concluded that "all versions cannot be used". Maybe we don't need to know that we said that previously and instead we should just have better handling at uv/crates/uv-resolver/src/pubgrub/report.rs Lines 92 to 99 in 57ea55d
and collapse that to "all versions" when we see we're enumerating all of the available versions |
There's no reason for this message to be so verbose. We already said all versions of rooster-blue cannot be used. The conclusion could be:
The text was updated successfully, but these errors were encountered: