-
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
Output WHY a package wasn't updated to the latest version #786
Comments
Create a paket.dependencies fie with the following content:
then run We expect FAKE to be still on 3.37.1 but we want to see a message/warning that this not the latest since it's pinnend in the dependencies file. |
And we should do the same for all packages when running paket update. |
I'm wondering how we should output that. I believe we should be a little more verbose on update but I'm not sure if it should be the default or we should have a flag for that. This is a WIP:
Note that this is as verbose as it can be. The regular use case probably won't be that verbose. This is what has been added: Before listing the package and version, it outputs why it's resolving that. For example: From a top-level package: Everytime it finds a conflict, it outputs the package it's trying to resolve and the package it has conflicted to:
This one is a warning (yellow) output. In case it can't update anything, it will fail with:
Note that the failing message will only be shown if the However, if a package is updated but not to the lastest version, it will be reported as a warning conflict but paket will not fail. Let me know what you think and how I should proceed from there. |
Hey @forki, do you have any thoughts on my previous comment? |
we already have |
See fsprojects/FSharp.Formatting#301 (comment)
The text was updated successfully, but these errors were encountered: