Commit Graph

2 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 868f75f146 Add a script to upgrade vendor/cmdliner 2017-05-02 14:08:51 +01:00