Skip to content
#

dune

Here are 60 public repositories matching this topic...

jeremiedimino
jeremiedimino commented May 7, 2020

Dune systematically buffers the output of commands so that their output is not mixed up during parallel builds. However, this is not ideal for interactive commands that require direct access to the terminal.

Currently, the only workaround is to run dune with -j 1 --no-buffer which is not ideal since it completely disables parallelism and also require a specific dune invocation.

Another ide

Improve this page

Add a description, image, and links to the dune topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dune topic, visit your repo's landing page and select "manage topics."

Learn more