dune icon indicating copy to clipboard operation
dune copied to clipboard

Clear console before running command in exec -w

Open gridbugs opened this issue 1 year ago • 0 comments

This fixes an issue where the build progress stays on the console after the build completes, and the first line of the output of the command being exec'd is printed on teh same line as the build progress.

A side effect of this change is that some of the "Build Successful" messages in tests get truncated.

Fixes https://github.com/ocaml/dune/issues/10922

gridbugs avatar Oct 01 '24 08:10 gridbugs