-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Silently mark packages requiring an unsupported version of opam as unavailable #5665
Merged
Conversation
This file contains 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
50bbdf2
to
85f6ebe
Compare
692465f
to
b88b9a4
Compare
dra27
reviewed
Mar 10, 2024
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.
I think this PR is an excellent idea - it concludes groundwork I laid in ocaml/opam-file-format#44 in opam 2.1.
9a675df
to
b7a875f
Compare
b7a875f
to
82fab22
Compare
rjbou
reviewed
May 3, 2024
Updated the PR |
6fe9a90
to
f34f3b7
Compare
rebased |
rjbou
reviewed
Aug 13, 2024
f34f3b7
to
62d8e8e
Compare
62d8e8e
to
da3d901
Compare
rjbou
reviewed
Aug 20, 2024
rjbou
reviewed
Sep 3, 2024
dra27
reviewed
Sep 3, 2024
Once rebased on top of 6199, good to go! |
73a0cfa
to
60039ce
Compare
…sitories containing opam files with an unsupported version
60039ce
to
03296d2
Compare
dra27
approved these changes
Sep 18, 2024
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.
LGTM!
03296d2
to
537d216
Compare
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
Fixes #5631
This makes it possible to have a smoother upgrade path for the opam repository when opam adds a new syntax for example.
In the future it would be nice to have a specific error message to tell the user why this package is not available, but I feel like we can do this later (TODO: open a ticket for it if this is merged first)