dune
Here are 46 public repositories matching this topic...
-
Updated
Oct 19, 2020 - Python
-
Updated
Sep 26, 2020 - OCaml
We put a lot of effort into building the make check and make test commands to automatically identify errors like this. You would save a lot of trouble by running these a regular part of your workflow and taking the time to understand what causes them.
Originally posted by @pchote in OpenRA/d2#140 (comment)
-
Updated
Sep 27, 2020 - OCaml
-
Updated
Jan 16, 2019 - OCaml
-
Updated
May 1, 2019 - OCaml
-
Updated
Jul 6, 2020 - OCaml
-
Updated
Oct 19, 2020 - C++
-
Updated
Dec 5, 2019 - C++
-
Updated
Mar 25, 2019 - Python
-
Updated
Oct 10, 2020 - OCaml
-
Updated
Apr 24, 2020 - OCaml
-
Updated
Jun 21, 2020 - OCaml
-
Updated
Oct 16, 2018 - OCaml
Themes
create a bunch of decent CSS markdown themes
-
Updated
Sep 2, 2019 - OCaml
Improve this page
Add a description, image, and links to the dune topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dune topic, visit your repo's landing page and select "manage topics."
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-bufferwhich is not ideal since it completely disables parallelism and also require a specific dune invocation.Another ide