-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
nonsensical unresolvable dependencies message #2695
Comments
@WebFreak001 : That would be a good target for a unittest with the new system. Would you like to have a go at it ? |
Almost a year later it's still an issue. Same,
Without even "0.0.0" stuff above it somehow fails. |
I also stumbled with this problem
But I found what the problem source is. This problem triggers if a dependency can be resolved with a higher version that it's incompatible with the dependency of a library that still has not been resolved. This means that 3 things have to happen at the same time.
|
I wrote a reproduction test case at #2959 :) |
in my project:
while obviously
automem 0.6.4
would satisfy the printed constraints.When trying to
dub upgrade
a package with the following recipe contents:the error messages get even worse:
The text was updated successfully, but these errors were encountered: