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

packaging: Avoid Cmdliner 2.0 #1308

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

bclement-ocp
Copy link
Collaborator

Cmdliner is planning to drop parsing of options using prefixes [1] in version 2.0. This is a change that can potentially impact our users in unpredicted and unwanted ways, so let's make sure we only move to cmdliner 2.0 after deciding we are OK with dropping this feature and a review of potential uses in Alt-Ergo. In the meantime, add 2.0 as an upper bound for cmdliner.

We should backport this to the 2.6 branch and cut a release quickly.

[1] : dbuenzli/cmdliner#200

Cmdliner is planning to drop parsing of options using prefixes [1] in
version 2.0. This is a change that can potentially impact our users in
unpredicted and unwanted ways, so let's make sure we only move to
cmdliner 2.0 after deciding we are OK with dropping this feature and a
review of potential uses in Alt-Ergo. In the meantime, add 2.0 as an
upper bound for cmdliner.

[1] : dbuenzli/cmdliner#200
@Halbaroth Halbaroth merged commit 6a47b13 into OCamlPro:next Mar 10, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants