Skip to content
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

Warn about pinned packages only when a new version is available #1014

Merged
merged 7 commits into from
Aug 27, 2015

Conversation

mrinaldi
Copy link
Contributor

This PR will warn about pinned packages only when there's a new version available as requested here.

It'll also disable the warning for install command because install pins the unchanged packages to the current version.

I could have changed the install to only resolve the changed packages, thus eliminating the need to disable the warning. However it wouldn't re-download the packages if --force were used.

@forki
Copy link
Member

forki commented Aug 27, 2015

very cool.

forki added a commit that referenced this pull request Aug 27, 2015
Warn about pinned packages only when a new version is available
@forki forki merged commit 66f9703 into fsprojects:master Aug 27, 2015
@forki forki mentioned this pull request Aug 27, 2015
5 tasks
@mrinaldi mrinaldi deleted the warn_updatable_pinned_packages branch August 27, 2015 20:35
forki added a commit that referenced this pull request Sep 7, 2015
address #1014 by adding a warning and example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants