Fix opam install . --deps updating internal sources and stored opam file#6533
Merged
rjbou merged 4 commits intoocaml:masterfrom Jun 5, 2025
Merged
Fix opam install . --deps updating internal sources and stored opam file#6533rjbou merged 4 commits intoocaml:masterfrom
opam install . --deps updating internal sources and stored opam file#6533rjbou merged 4 commits intoocaml:masterfrom
Conversation
rjbou
commented
Jun 4, 2025
22d2b26 to
4afb61f
Compare
4afb61f to
41d6b68
Compare
kit-ty-kate
approved these changes
Jun 5, 2025
rjbou
commented
Jun 5, 2025
| === remove 1 package | ||
| - remove foo-format 2.0 (pinned) | ||
| === recompile 1 package | ||
| - recompile foo-core 2.0 (pinned) [uses foo-format] |
Collaborator
Author
There was a problem hiding this comment.
note: This recompile is a consequence of the previous syncing, that marked foo-core to reinstall.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
During the pinning process, sometimes we don't want to completely repin (in case of an edit for example), so a fetch is done. But it was done even if the pin is simulated.
I've also added some tests to check those fetch cases (from #4542 & #2893's 02d1ea9)
Fix #6532
TODO