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

Fix dune 2.5 warning relative to menhir 2.1 #1353

Merged
merged 1 commit into from
Apr 24, 2020

Conversation

emillon
Copy link
Collaborator

@emillon emillon commented Apr 24, 2020

(using menhir 2.1) implies dune >= 2.2.0 (see #1330).
Starting with dune 2.5.0, this triggers a warning.
Using (lang dune 2.2) in the main project ensures consistent metadata.

`(using menhir 2.1)` implies `dune >= 2.2.0` (see ocaml-ppx#1330).
Starting with dune 2.5.0, this triggers a warning.
Using `(lang dune 2.2)` in the main project ensures consistent metadata.
@emillon
Copy link
Collaborator Author

emillon commented Apr 24, 2020

This is the innocuous part; the actual port is done in #1196.

@emillon emillon self-assigned this Apr 24, 2020
@emillon emillon added the no changelog set this to bypass the CI check for changelog entries label Apr 24, 2020
dune Show resolved Hide resolved
Copy link
Collaborator

@gpetiot gpetiot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, no warning anymore!

@emillon
Copy link
Collaborator Author

emillon commented Apr 24, 2020

Thanks

@emillon emillon merged commit 0e46fb2 into ocaml-ppx:master Apr 24, 2020
@emillon emillon deleted the dune2-metadata branch April 24, 2020 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog set this to bypass the CI check for changelog entries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants