-
Notifications
You must be signed in to change notification settings - Fork 413
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
Dune version constraint in the opam file #1689
Comments
Once there is a stable representation built for |
Update: Now if w use the dune: 2.5.1
generate:
|
We can still create illegal constraint without receiving warning that's why I have opened #3468 |
When one has
(lang dune 1.4)
in their opam file, then they must also have"dune" {>= "1.4"}
in their opam file. Users might easily forget to update this constraint when bumping the dune lang version.Dune could help by warning when it detects that the constraint is wrong. Additionally, when generating the opam file, dune should produce the right lower-bound (/cc @avsm).
The text was updated successfully, but these errors were encountered: