jonludlam / odoc

Documentation compiler for OCaml and Reason
Other
0 stars 0 forks source link

Non strict mode #18

Closed Julow closed 4 years ago

Julow commented 4 years ago

Allow failures when resolving paths and references. (https://github.com/jonludlam/odoc/issues/14)

The Lookup_failures module uses a global ref to store failures. Failures are caught at the entry points of Odoc_xref2 and turned into a warning in Odoc_odoc.

This is not enough to close the issue:

Julow commented 4 years ago

I reimplemented this on top of recent PRs, I'll open a new PR.