dsheets / codoc

OCaml documentation generator
34 stars 5 forks source link

Current master doesn't compile #92

Closed dbuenzli closed 4 years ago

dbuenzli commented 9 years ago

I'm update to date with the master of octavius, doc-ock and doc-ock-xml. And this is what I get:

> make
all => lib bin
codocDocHtml.cmo          <= compile-byte unit-codocDocHtml-lib-codoc
File "_build/lib-codoc/codocDocHtml.ml", line 457, characters 17-1192:
Warning 8: this pattern-matching is not exhaustive.
Here is an example of a value that is not matched:
Inline
File "_build/lib-codoc/codocDocHtml.ml", line 1102, characters 14-26:
Error: Unbound record field Include.expr
make[1]: *** [_build/lib-codoc/codocDocHtml.cmo] Error 2
lpw25 commented 9 years ago

Sorry, I've been pushing things to master in doc-ock etc. whilst the corresponding changes to codoc are still in https://github.com/dsheets/codoc/pull/90.