Commit Graph

7 Commits

Author SHA1 Message Date
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
Jeremie Dimino bfb01f4bc3 Refresh re and cmdliner 2017-05-02 14:08:51 +01:00
Jérémie Dimino 7cc152d740 Do not install cmdliner
It is only used by the binary, not the library.
2017-02-26 21:40:09 +00:00
Jérémie Dimino 27a299437d 4.02.3 compatiblity 2017-02-26 21:28:30 +00:00
Jérémie Dimino 38421d7e41 Replace meta language by ocaml 2017-02-26 19:49:54 +00:00
Jeremie Dimino add9450a5d Switch jbuilder to (jbuilder_version 1) 2017-02-24 10:04:40 +00:00
Jeremie Dimino 193f8d5238 moved cmdliner and re to vendor/ 2017-02-21 15:09:58 +00:00