MDX stanza not causing dependencies to be built
Open
@voodoos is already working on this.
Since Oct 8, 2021.
mdx
- Dominant language
- OCaml
- Stars
- 1.9k
- Forks
- 500
- Avg merge
- 15h 21m
- Merged PRs (30d)
- 277
Description
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
- PR with a reproducing test: #4973, otherwise:
- Clone https://github.com/Leonidas-from-XIV/mdx-rule-test
dune runtest- Test succeed, despite the test files missing
Specifications
- Version of
dune(output ofdune --version): 2.9.1 - Version of
ocaml(output ofocamlc --version) - Operating system (distribution and version): Fedora Linux 34
Additional information
- Link to gist with verbose output (run
dunewith the--verboseflag):
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.