Emile Trotignon

Results 21 issues of Emile Trotignon

The `from` metadata is now stored alongside the option's value, instead of with the option declaration.

CLA Signed

I have two related features I believe would be a great addition. The first and simplest one is to display in the .ml which values and type are exposed in...

enhancement

This gives ocamlformat multiversion support. The workflow would be the following : When you `opam install ocamlformat.0.27.4`, you get two packages : `ocamlformat` with the `ocamlformat` executable that does not...

This a rough draft for multi-version support for ocamlformat. It use first class modules to pick the specified version of ocamlformat. There are two main limitations with the design :...

This PR adds a cute ascii-art camel to the copyright headers. I hope this matter will be taken with the seriousness it deserves : this will allow the OCaml sources...

This is two things rebases https://github.com/ocaml/odoc/pull/1064, and update the sherlodoc interface to the definitive one released in sherlodoc. This gives the benefits that stdlib results are not shown above odoc...

On https://mbarbin.github.io/provider/provider/Provider/index.html, when you search `: int -> _` you get weird results like `val Provider.Interface.is_empty : ('t, _) t -> Base.bool` This is because the type is treated as...

good first issue

The query/type_distance.ml does complicated things that should be unit tested. The unit test framework is [alcotest](https://github.com/mirage/alcotest). You can file examples of its uses in query/test, which is also the directory...

good first issue
medium

The sherlodoc website at https://doc.sherlocode.com/ does not have a link to the sherlocode website at https://sherlocode.com/ . Could we add one ?

good first issue
small

Currently, sherlodoc's cli has two mode, single request and "toplevel". The single request mode works as follow : ```bash $ sherlodoc search "list map" ``` and return the results of...