Open
Description
Most of Eio's tests are in the tests
directory, which isn't tested on Windows (due to the (enabled_if (<> %{os_type} "Win32"))
in tests/dune
).
A good first step would be to find out what happens if you remove that. Probably a few of the tests will fail (and should be disabled on Windows for now). Or possibly there are problems using MDX on Windows. Either way, it would be good to document the current situation.
Implementing realworldocaml/mdx#393 would be really helpful for Eio.
Activity