Results 224 comments of Florian Angeletti

There is already a library core for `codept`. This part is not published in the opam package, but it is reused in various part of the testsuite (to test that...

Don't hesitate to ask question here about the interface here. It has certainly accumulated some quirks.

Morally, the library part is LGP (with static linking exception). That should be sufficient to be used as a library in a non-copyleft code base? I can add the corresponding...

The manual does not really use a toplevel for building code examples, it has its own caml-tex internal tools that extracts the code example, processes them with compiler-libs and outputs...

Also, converting to markdown is difficult because the manual source are written in latex and latex is too powerful as a language. However, we (me and @gasche at the very...

I have avoided a similar bug in the upstream toplevel, I will have a look at least by the time of the 4.13 release.

@kandu, you already took the time of answering the very valid questions that @Drup asked. You should take the time to write down your answer in a structured way in...

@jberdine , would it be possible to add or point to few ocamlformat examples where the conditional printing introduced by ocaml/ocaml#1229 is used to ocaml/ocaml#1229 itself?

After a quick glance, there are good ideas in the rewritten text. Nevertheless, I see two issues. First, the text is lacking an introduction. Second, there are two tutorials fighting...

I agree that the tutorial should not assume too much familiarity with functors. And that it is necessary to have good functor tutorial. However, this is the `set` tutorial. The...