dune/bin
Jérémie Dimino 4e4f651b37
Don't stop on the first error (#477)
Before, jbuilder used to stop its execution after an error was
encountered. Now it continues until all branches have been explored.

To implement this feature, Future was rewritten as a Fiber module with
a simpler semantic.

This patch contains various other refactorings.
2018-02-06 14:39:03 +00:00
..
jbuild Add an "executable" stanza and make it easier to install executables 2017-03-22 15:09:26 +00:00
main.ml Don't stop on the first error (#477) 2018-02-06 14:39:03 +00:00
main.mli added jbuilder extract-makefile 2017-05-18 19:05:01 +01:00