As proposed in #29060, set the default to "(latest)".#29074
Open
hannesm wants to merge 1 commit intoocaml:masterfrom
Open
As proposed in #29060, set the default to "(latest)".#29074hannesm wants to merge 1 commit intoocaml:masterfrom
hannesm wants to merge 1 commit intoocaml:masterfrom
Conversation
This won't affect the current archival run.
shonfeder
approved these changes
Dec 12, 2025
shonfeder
requested changes
Jan 18, 2026
| - Expresses the declared intent of the maintainers to maintain only certain versions ranges of a package. | ||
| - The value of the `x-maintenance-intent` on the latest published package will precedence. | ||
| - Default value: ["(any)"] on 2025-01-17, please note that this default is expected to change in the future | ||
| - Default value: ["(latest)"] since 2026-01-01, please note that this default is expected to change in the future |
Member
There was a problem hiding this comment.
Suggested change
| - Default value: ["(latest)"] since 2026-01-01, please note that this default is expected to change in the future | |
| - Default value: ["(latest)"] since 2026-01-01 (previously, this defaulted to `"(any)"`. |
Comment on lines
11
to
14
| - Be maintained, according to the metadata of the latest version: | ||
| - `x-maintenance-intent: ["(latest)"]` means that only the latest version is maintained | ||
| - No `x-maintenance-intent` field means (for now) that all versions are maintained | ||
| - Other values are possible (see below for a full list) |
Member
There was a problem hiding this comment.
Suggested change
| - Be maintained, according to the value of the `x-maintenance-intent` field in the opam file of the latest published package version. |
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.
Addresses #29060
This won't affect the current archival run.