Expected Behavior
/tmp/ should be cleaned of dune's temporary on a regular run of dune exec.
Actual Behavior
There are empty directories named buildXXXXXX.dune left in /tmp/
Reproduction
echo '(executable (name test))' > dune
echo > test.ml
dune exec ./test.exe
ls /tmp |grep dune # an empty directory is added every time step 3. is repeated
Specifications
- Version of
dune (output of dune --version): 2.8.2
- Version of
ocaml (output of ocamlc --version): 4.11.1
- Operating system (distribution and version): Arch Linux