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

Dune langage version and menhir version incompatible #38

Open
fblanqui opened this issue Jan 21, 2022 · 1 comment
Open

Dune langage version and menhir version incompatible #38

fblanqui opened this issue Jan 21, 2022 · 1 comment

Comments

@fblanqui
Copy link
Member

07:39 ~/src/dedukti ((HEAD détachée sur 5990bc6c)) make install
File "dune-project", line 3, characters 14-17:
3 | (using menhir 2.0)
                  ^^^
Warning: Version 2.0 of the menhir extension is not supported until version
1.4 of the dune language.
Supported versions of this extension in version 1.2 of the dune language:
- 1.0
File "dune-project", line 3, characters 14-17:
3 | (using menhir 2.0)
                  ^^^
Warning: Version 2.0 of the menhir extension is not supported until version
1.4 of the dune language.
Supported versions of this extension in version 1.2 of the dune language:
- 1.0

07:41 ~/src/dedukti ((HEAD détachée sur 5990bc6c)) l dune-project 
(lang dune 1.2)
(name dedukti)
(using menhir 2.0)

Note that the current dune language version is >= 2.7. So 1.2 is very old.

@francoisthire
Copy link
Collaborator

I think it can be updated safely, we just need an MR ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants