Mathieu Barbin

Results 27 issues of Mathieu Barbin

This PR adds support for the `[@@deriving qcheck2]` construct in signatures (such as in `*.mli` files). For a motivating example, see [here](https://github.com/mransan/ocaml-protoc/pull/233). Thank you!

Hello, I've been exploring a workflow that allows the creation and publication of preview packages to a custom opam repository for the pull requests I'm working on. The aim is...

I'm trying to submit an opam package to a custom repo using the `--opam-repo` option of `dune-release opam submit` (great that this exists btw!). It fails when trying to pull,...

Recently I started experimenting with dune's `(implicit_transitive_deps false)` setting. https://dune.readthedocs.io/en/stable/dune-files.html#implicit-transitive-deps > We recommend users experiment with this mode and report any problems. ### Build error Currently if you enable this...

forwarded-to-js-devs

While using `[@@deriving sexp_of]` and `[@@deriving equal]`, I've observed that an unused function is being generated: ```ocaml module Blah = struct type t = G [@@deriving_inline sexp_of] let _ =...

While working with ocaml-protoc, I encountered a message type that caused an RPC deserialization error when the client attempted to decode the server's response. This prompted me to explore an...

I'm quoting an exchange we had with Simon in #231: @c-cube: > maybe` ocaml-protoc should also ship with a small binary > (ocaml-protoc-genrules?) that takes a list of .proto files...

0 */2 \* \* Mon,Tue,Wed,Thu,Fri,Sun echo "hello" The command echo "hello" will execute the 0th minute of every 2nd hour Sundays and Sundays and Sundays and Sundays and Sundays and...

This PR adds new test cases to monitor the current behavior of branch instrumentation in Bisect_ppx. The test cases focus on complex scenarios involving if-then-else and match branches discussed in...

I am currently integrating `bisect_ppx` into a code base to monitor coverage as I add more tests. During this process, I've noticed some instances where `bisect_ppx` reports lines as uncovered,...