jonludlam / odoc

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

Odig odoc fails #12

Closed jonludlam closed 4 years ago

jonludlam commented 4 years ago

Oddly it's not supplying all the required include paths.

odig running with master odoc:

'/Users/jon/.opam/4.09.0/bin/odoc' 'html-targets' '-I' '/Users/jon/.opam/4.09.0/var/cache/odig/odoc/camomile/default_config/' '-I' '/Users/jon/.opam/4.09.0/var/cache/odig/odoc/camomile/lib_default/' '-I' '/Users/jon/.opam/4.09.0/var/cache/odig/odoc/camomile/library/' '-I' '/Users/jon/.opam/4.09.0/var/cache/odig/odoc/ocaml/' '-o' '/Users/jon/.opam/4.09.0/var/cache/odig/html' '/Users/jon/.opam/4.09.0/var/cache/odig/odoc/camomile/default_config/camomileDefaultConfig__InstallConfig.odoc'

but with the next branch:


'/Users/jon/.opam/4.09.0/bin/odoc' 'html-targets' '-o' '/Users/jon/.opam/4.09.0/var/cache/odig/html' '/Users/jon/.opam/4.09.0/var/cache/odig/odoc/camomile/default_config/camomileDefaultConfig.odoc'
github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. The main purpose of this is to keep the issue tracker focused to what is actively being worked on, so that the amount and variety of open yet inactive issues does not overwhelm contributors.

An issue closed as stale is not rejected — further discussion is welcome in its closed state, and it can be resurrected at any time. odoc maintainers regularly check issues that were closed as stale in the past, to see if the time is right to reopen and work on them again. PRs addressing issues closed as stale are as welcome as PRs for open issues. They will be given the same review attention, and any other help.