Results 397 comments of Florian Angeletti

This doesn't change the configuration of the compiler, this flag changes the compiler used at runtime. Concerning the documentation, it states: ```man -config Print the version number of ocamlc(1) and...

There seems to be multiple changes required to make the reference manual works with odoc 3, I am planning to switch this PR to non-draft mode once I have compiled...

Finally, it seems that the changes required for the reference manual to build without dead references apply cleany on the top of this PR, thus I am removing the draft...

Also note that the bootstrap is not necessary in this case.

Coming back to reviewing this PR, there is a overlap with #12654 which adds better locations for the toplevel information stored in cmi file. Nevertheless, the additions to `Unit_info` in...

On the contrary, thank you for your quite fast response to my review!

I am not sure if there was a clear intents at some point, but I am planning to add a `latest` intents to manifest the current maintenance situation: there are...

The proposed module was implemented in #13310 and merged.

`Format` itself does use a queue internally: a formatter should be owned by a single domain which suggest that each test should output to its own distinct formatter if you...