Emile Trotignon
Emile Trotignon
@Atharva3008 Hi, and thank you for the interest. I assume you are here for outreachy ? If so, the contribution period has not started, and as such this repo is...
I agree it would be useful, but it probably more related to [sherlocode](https://github.com/art-w/sherlocode) than sherlodoc
> just a small nit, otherwise looks good. > > Don't forget to snapshot the tests. What do you mean by snapshotting the tests ?
The test fail if run cold after a `dune clean`. If you run `dune build` first, they work. This needs to be fixed.
@samoht > What's the relationship with https://github.com/CraigFe/ocamlformat-vmux ? It is inspired from it, but the big difference is that here we are laying the ground work for having multiple ocamlformat...
This would be too difficult to maintain and dune package management would solve the issue, so I am closing it.
@emillon The problem we are trying to solve is the following : ocamlformat changes the formatting in each version. This is unavoidable, as even if we do not wish to...
Thank for the feedback @emillon Sometime caught my attention in particular : > it is useful to be able to fix issues in old versions of the language without having...
This is a better approach for multiversion support : https://github.com/ocaml-ppx/ocamlformat/pull/2535
If I understand correctly the CI uses regular odoc, instead of the latest version from master. The corresponding PR in odoc is merged, so a pin on master should fix...