Warns when package is pinned - #999
Conversation
849701c to
493949f
Compare
|
very cool. will look at it on monday when I'm back at work. |
|
could please only warn if there is a new version available and we can't updte due to the lock? I think at the moment it's always reporting the pins, right? |
|
It's always reporting the pin, indeed. I can warn only when a new version is available, however, to do that, I'll have to get the available versions for those packages, which will increase the resolve time. Is that OK? |
|
Yes that would be OK. I thought we already do this in the resolver. If so
|

This PR warns when a package is pinned to a specific version.
This is what it looks like:
This is the first PR I'm working on to better report why a package had a version chosen, aiming to close #786 and #946.