You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
With master, using
enabled_if
if executable stanza will lead toThis seems to be a regression introduced in #3408
The text was updated successfully, but these errors were encountered: