Closed dsheets closed 9 years ago
This is the most critical of the currently outstanding issues.
Also in ocsigenserver:
/home/gabriel/.opam/4.02.1+doc/build/ocsigenserver.2.5/src/server/ocsigen_extensions.cmti
codoc: internal error, uncaught exception:
CamlinternalLazy.Undefined
'codoc doc --scheme file --package ocsigenserver.2.5 /home/gabriel/.opam/4.02.1+doc/build/ocsigenserver.2.5 -o foobar' exited with code 1
This was caused by include statements including a module defined in the same signature. I have commited a fix that short-curcuits lookups of local modules, so that local modules can be looked up before their surrounding signature has been fully defined.
This has something to do with resolving type names in signature arguments from signatures in functor bodies.