-
Notifications
You must be signed in to change notification settings - Fork 525
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
Wrong error message when failing to resolve packages. #1142
Comments
wow interesting case. Will look into this tomorrow during train ride. |
could you please try again? |
Yes and in fact after reporting I found a very similar edge case where it was a real bug (where paket failed when it shouldn't) which is now gone as well, very nice! As always thanks for the fast release 👍 |
Mhm, could you please describe the case? I'm a bit worried when we fixed
|
Sure... Consider the following
But works with latest/current/2.15.1:
I think the current behavior is correct as there is basically nothing to resolve (I resolved everything by hand). |
While testing I found the following edge case:
Consider the following
paket.dependencies
Paket will complain with
This is wrong, because we specified (and forced) the FAKE version.
Instead Paket failed to resolve a
FSharpVSPowerTools.Core
becauseYaaf.AdvancedBuilding
requires exactly 1.8 whileFSharp.Formatting
requires exactly 1.9.
In fact, the following works as expected:
An other interesting case is
Because in this case Paket will print the correct error message:
To be clear: The problem is not that paket is failing...
Just the error message is incorrect.
The text was updated successfully, but these errors were encountered: