The @all alias does not produce .cmt files which are produced by @check.
Open
Nobody has claimed this yet.
build
- Dominant language
- OCaml
- Stars
- 1.9k
- Forks
- 500
- Avg merge
- 15h 21m
- Merged PRs (30d)
- 277
Description
Expected Behavior
In example https://github.com/cristianoc/dune-cmt,
dune build should produce both a .cmt and .cmti file.
Actual Behavior
dune build produces only a .cmti file.
dune build @check produces s both a .cmti and a .cmt.
Specifications
- Version of
dune(output ofdune --version):
2.2.0 - Version of
ocaml(output ofocamlc --version)
4.06.1 - Operating system (distribution and version):
macOS Catalina 10.15.3
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.
Research direction
Reproduce the issue in the linked cristianoc/dune-cmt example using dune build and dune build @check under the reported Dune and OCaml versions. Compare the generated .cmt and .cmti artifacts; done means the default build produces both files as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100