Open Leonidas-from-XIV opened 3 years ago
We discussed this in the dev meeting.
Current behaviour of globs is that they can silently match nothing and this is not a bug.
We concluded that it would be awkward to have only some glob
fields warn if they are empty and not others.
The next step is to write an RFC on how we could improve the situation for all glob files.
Expected Behavior
When
(using mdx 0.1)
the files listed in the mdx stanza should be checked for existance and if they can't be generated an error should be raised.Actual Behavior
The
mdx
stanza ignores all missing files and doesn't try to build or execute them.Reproduction
dune runtest
Specifications
dune
(output ofdune --version
): 2.9.1ocaml
(output ofocamlc --version
)Additional information
dune
with the--verbose
flag):