Skip to content

dune exec leaves empty directory in /tmp/ #4243

@copy

Description

@copy

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

  1. echo '(executable (name test))' > dune
  2. echo > test.ml
  3. dune exec ./test.exe
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions