Organisationsocamlodocpull/1406Build History

Build History for pull/1406

Builds (20)
Don't rely on the output of cmdliner errors in tests
3c1811
Add test for polymorphic argument in 5.5
fdf71a
Fix missing parens for polymorphic arguments
cdadef
Fix missing parens for polymorphic arguments
f91e2a
Add changelog entry for #1406
4201c4
Add changelog entry for #1406
9a3678
Revert previous change
14993d
Remove odoc-parser upper bound on ocaml version
54a381
Remove odoc-parser upper bound on ocaml version
4415c7
Add constraint on 5.5 test
ce34d0
Add constraint on 5.5 test
a32ca3
Add constraint on 5.5 test
19fdbf
Add missing test output
5c91a4
Handle marking in tfunctor case
00bac5
Handle marking in tfunctor case
21d3cb
Small cleanup
1a9398
Update odoc.opam Co-authored-by: Kate <kit-ty-kate@exn.st>
8efcec
Factor "package" loading in first class mod and functors
75a359
Fix cmi loading of type expr functors
061c80
Working module arguments The way it works is not ideal: we create a synthetic parent id for each module argument (as they can be introduced multiple times with the same name in the same type expression). This id is hidden and we don't render links to hidden ids. This is slightly bad because: - The appearance of unresolved links suggest an error when there is no. - There is no way to distinguish module args from normal modules But let's say it is a good first step!
7e2079