https://github.com/jchavarri/dune_repro_issue_5549
Some reproduction for Dune issue #5549
https://github.com/jchavarri/dune_repro_issue_5549
Last synced: 3 months ago
JSON representation
Some reproduction for Dune issue #5549
- Host: GitHub
- URL: https://github.com/jchavarri/dune_repro_issue_5549
- Owner: jchavarri
- License: mit
- Created: 2022-12-04T17:38:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T17:46:39.000Z (over 2 years ago)
- Last Synced: 2025-02-10T05:26:07.145Z (5 months ago)
- Language: OCaml
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Dune repro issue 5549
1. Install switch: `make create-switch`
2. Run Dune in watch mode: `dune build -w @all`, notice how the build leverages all cores in cpu.
3. Modify `chunk2/dir_2_1/m2_1_1_1.ml` and `mli`, notice how the build finishes very fast, even if a few modules depend on it.
4. Modify `chunk1/dir_1_1/m1_1_1_1.ml` and `mli`, notice how the build only executes 1 job at a time.