Paul-Elliot Anglès d'Auriac
Paul-Elliot Anglès d'Auriac
Ah, yes, indeed I misunderstood. Thanks for clarifying, I'll update the original post.
What could be confusing in using the "canonical" go to doc link, is that sometimes going to implementation then back to documentation does not takes you back where you started....
I don't know what could cause that, it seems a `git bisect` would help... As a first bisection, how does odoc 2.3 behave?
Argh, that is very annoying yes... No, I don't think there is a good way to know that.. However, it is likely to be one of the merged PR from...
Thanks _a lot_ for the time put into this investigation! It seems that the "render source code" feature, even when not activated (drivers don't know yet how to drive it)...
I think that's a good argument to do it in the ocaml parser. That might complicate upstream though, we should ask what the maintainers think.
You are missing some dependencies. It is strange that `core_unix` is not found. Try `opam update` ? A handy command is `opam install . --deps-only` to install all dependencies of...
Thanks for the report! This seems to be due to https://github.com/ocaml/ocaml/pull/12044 being merged in trunk. Usually, we are tagged in PRs that modify the parsetree, so that we can react...
Small update: I opened #451 for re-adding trunk support. The migration is not completely sound yet, but I'll try to improve this before I go in holiday. But it compiles,...
Thanks @hhugo for the ping on the compiler parsetree change, and for the fix! > It's not like it's going to be part of the main branch. It doesn't have...