Jon Ludlam
Jon Ludlam
I upgraded docker on my laptop, which then had an API mismatch with my docker machine: ``` Error response from daemon: client is newer than server (client API version: 1.23,...
Sufficient to get it to compile with irmin 3.0, but this needs more love & attention. PRing mainly so whoever picks this up doesn't have to start afresh :-)
A heads-up: the way odoc should be driven will be changing in the near future (see https://github.com/ocaml/odoc/issues/460). We'll produce some docs on the new procedure when it's been finalised to...
I've just been testing odoc's support for 5.2 as contributed by @Octachron, which is working well and passing tests. However, one of our tests is producing a new warning that...
This PR contains a relatively big overhaul of how we do module-type-of expansions in particular, but also how we reuse previously calculated expansions for other module type expressions too. In...
While changing the positioning of the deprecated attribute according to https://github.com/ocaml/ocaml/issues/13054, the HTML output changed, removing the 'Top Comment' that was being output into Alert.html. There are some changes to...
See e.g. https://github.com/ocaml/odoc/pull/784 for some confusion caused.
https://caml.inria.fr/pub/docs/manual-ocaml/ocamldoc.html#sss:ocamldoc-html-tags
for a set of files like: - m1.ml ```ocaml module Foo = struct type t end ``` - m2.ml ```ocaml module Previous = M1 module Foo = Previous.Foo ``` -...