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
(note that this is indeed the long form, short would be (rule (copy# some_file.ml.%s some_file.ml)))
Expected Behavior
Latest Dune should refuse to build the project because target inference for the long forms of the stanza rule was introduced in version 2.0.0 of the dune language (#2494, fixes #2469).
Actual Behavior
Latest Dune builds the project without complaining.
Specifications
Version of dune: 2.7.0 (but probably all versions >= 2.0.0 are affected)
Reproduction:
dune-project file
withlang dune < 2.0.0
rule
in long form without explicit targets:(note that this is indeed the long form, short would be
(rule (copy# some_file.ml.%s some_file.ml))
)Expected Behavior
Latest Dune should refuse to build the project because target inference for the long forms of the stanza
rule
was introduced in version 2.0.0 of the dune language (#2494, fixes #2469).Actual Behavior
Latest Dune builds the project without complaining.
Specifications
dune
: 2.7.0 (but probably all versions >= 2.0.0 are affected)ocaml
: 4.11.0Other
See ocaml/merlin#1157
The text was updated successfully, but these errors were encountered: