-
Notifications
You must be signed in to change notification settings - Fork 80
Ensure dune version installed is appropriate #1904
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
Conversation
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.
Thank you, @PizieDust! I only have a few comments.
Co-authored-by: Sonja Heinze <[email protected]>
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.
This is what we've discussed, right? The last changes we need are not available in 3.19.1, so we need 3.20.0 as a minimum
Co-authored-by: Sonja Heinze <[email protected]>
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. Thank you! :)
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.
Just as a note: there's a lot of logging (the one below is just one out of about 10). @smorimoto , is it ok to leave them all? Or do you prefer @PizieDust to remove (some of) them?
(they're already removed)
This PR checks that the dune version installed supports all the currrent features of Dune Package Management.
Currently, we check if it's a release or a preview.
If it's a release, we check that the version is gte 3.19.1 and if it's a preview we check that the timestamp is on or after 2025-07-29
This is related to #1833 (comment)
cc @pitag-ha