odoc
odoc copied to clipboard
Windows support
With the release of opam 2.2, it seems important that odoc supports windows.
#1153 added windows to the CI (thanks!). Just the CI shows a few things:
- Tests are broken on windows:
- The generation of dune files is broken as it uses windows'
\instead of dune's/in paths - The output in cram test differ due to windows'
\versus Unix's/e.g. inodoc html-targets.
- The generation of dune files is broken as it uses windows'
- The
-P,-L,--parent-idoptions seems to have problem with path separator too.
There might be (many) other issues not listed here.