-
Notifications
You must be signed in to change notification settings - Fork 373
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
Fix regression on 'opam upgrade <package>' upgrading unrelated things #6373
Conversation
b578106
to
b2030db
Compare
=== upgrade 3 packages | ||
- upgrade bar 2 to 3 | ||
- upgrade baz 1 to 2 [uses foo] | ||
- upgrade foo 3 to 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you link the origin of the regression ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's the same commit
…ckages when it shouldn't
Regression introduced in 4db0c13, which is dedicated to a different case (functionality of this patch is preserved)
…ing the whole switch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed by @AltGr too; lgtm!
Regression introduced in 4db0c13, which is
dedicated to a different case (functionality of this patch is preserved)