-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dune 3.0 crashes badly when doing dune build -w, and dune clean in same repo #5449
Comments
@rgrinberg Do you want to add this to the watch project? |
Just ran into this one too, with dune 3.3.1 |
@ElectreAAS later versions of Dune should be more resilient to this, but I haven't tested this issue again. I've tested it and it still appears to be an issue. |
Is this done in #6360? |
Yes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my workflow I have dune building in the background with a watch. If I do a dune clean it crashes badly.
Expected Behavior
For dune clean to work, and dune build -w not to crash.
Actual Behavior
It crashes.
Reproduction
Doing the following
crashes badly and gives:
This error backtrace
Specifications
dune
(output ofdune --version
): says n/a but is 3.0.0ocaml
(output ofocamlc --version
) 4.13.1The text was updated successfully, but these errors were encountered: