Craig Ferguson
Craig Ferguson
This is likely a prerequisite of #5.
The packages are still required in order to resolve their type aliases, so the dependencies propagates to all users (when e.g. I suspect the vast majority of users don't support...
I can't speak for all Mirage developers, but we've been moving towards `(implicit_transitive_deps false)` in OCurrent, Irmin and Alcotest for two reasons: - it catches plenty of missing explicit Opam...
Indeed, this would be a breaking change for users who rely on `Lwt` pulling in `Result` even when it is not necessary (e.g. by having a non-conditional Dune file that...
Hi Jonathan, Thanks for the very rapid response :-) > * I think it'd be easier to have KReMLin emit directly the right `dune` file rather than you writing a...
@msprotz: Apologies for letting this PR hang; it's still on my TODO list and not forgotten. I'll shift my patch onto Kremlin as discussed in the next few days and...
Came across this today when attempting to use `mirage.docs.io` in an `opam` file. FWIW, the current state is quite confusing as `dune-release` will claim not to be able to parse...
Sadly, there is not. The closest that Alcotest gets to this is the `` `Quick ``/`` `Slow `` tags on tests. The need for a more generalised form of that...
This seems like a cool feature. I'm interested to know what sort of time this would save for a typical Lwt/Luv test use-case. And yes, as you say, this would...
I'm still not clear on how the poor man's join exploits any parallelism, what with the bind being there, but perhaps this is not the place for you to teach...