Jon Ludlam
Jon Ludlam
Something is going wrong on macOS - CI is failing and I've seen a similar thing locally too.
I'd really really prefer not to be parsing the man output. I'd far rather work with the Cmdliner types and generate the `mld` file from them, but I think it's...
Next step: come up with a suggestion for what we should do!
Module types are where these issues are likely to show up the most, but the same problem applies anywhere where we build expansions. The problem is that the references are...
Oops, missed this - though I'm going to suggest the same thing as in issue #575 - that is, it may make more sense for an initial contribution at ocaml.org...
For reference, the file `visualizer.tex` mentioned above has been removed from the repo, but is still available [here](https://github.com/ocaml/odoc/blob/ddb20069f318dd21845d1e1d47f22de27039df75/test/latex/expect/visualizer.tex). We'll want to treat that file in a very similar way to...
Would a tooltip with the complete path help? I'd rather something we can apply universally than just attempt to detect types that render the same but point to different targets...
Thanks @CraigFe ! we'll take a look.
Looks like this is to do with how odoc handles type substitutions - a fairly minimal repro is this: ```ocaml module Irmin = struct module type S_generic_key = sig type...
Hi @desirekaleba - OK, this'll be a challenging item I think! First of all I suggest you look [here](http://ocaml.github.io/odoc/odoc_for_authors.html#stop-comments) to see how we can currently hide items with the use...