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

Regression in enabled_if for executables #3494

Closed
samoht opened this issue May 18, 2020 · 0 comments · Fixed by #3496
Closed

Regression in enabled_if for executables #3494

samoht opened this issue May 18, 2020 · 0 comments · Fixed by #3496
Assignees

Comments

@samoht
Copy link
Member

samoht commented May 18, 2020

With master, using enabled_if if executable stanza will lead to

$ dune build
File "..."
3 |  (enabled_if (= %{os_type} "Unix"))
                      ^^^^^^^^
Error: This variable is only available since version 2.6 of the dune
language. Please update your dune-project file to have (lang dune 2.6).

This seems to be a regression introduced in #3408

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

Successfully merging a pull request may close this issue.

2 participants