Mathieu Barbin
Mathieu Barbin
Hello, I spotted the new sherlodoc's search bar in dune's 3.14 changelog and couldn't wait to try it out. I've now enabled it in a [project](https://mbarbin.github.io/eio-rpc/). That project has multiple...
Hello, I'm using dune version `3.14.2`. I recently tried to switch to using `(mode promote)` for rule-generation in a project [PR](https://github.com/mbarbin/bopkit/pull/8). I am following the migration between 2 patterns described...
Hello, I'm encountering a module name conflict when trying to vendor a library into another repository. This issue arises when I attempt to compile a monorepo containing multiple projects. Here's...
Introduce Eio implementation for the typed rpc specifications. This was extracted from #48 as standalone change to ease the review and merge process. - [ ] Rebase and enable for...
Introduce utility libraries to build typed rpc specifications with `ocaml-protoc-plugin` and `ocaml-protoc`. This was extracted from #48 as standalone change to ease the review and merge process, as well as...
This PR introduces a new typed specification for RPCs, extracted from PR #48 as an independent change. This allows for the independent development of other components (eio, lwt, async, protoc...
## Desired Behavior There are some interesting flags that can be supplied to ppx rewriters to tweak their behavior. For context, a new one is under work here: https://github.com/ocaml-ppx/ppxlib/pull/493 More...
Hi! I notice the recent post about the amazing `destruct` on ocaml discuss, and I am excited to try it out. When I type `Alt+d` on a pattern '_' in...
This is a draft PR that was prompted by the discussion in #473 In particular, I am interested to see what is the result of `-unused-code-warnings=true` without requiring the PPX...
Hello, Thanks for headache! I've mentioned your project in the acknowledgment section of https://github.com/mbarbin/vcs but I take this opportunity to thank you directly for this tool! I tried re-running headache...