ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
557 stars 70 forks source link

Require MDX < 2.4.0 #706

Closed talex5 closed 7 months ago

talex5 commented 7 months ago

The MDX devs have decided to change the behaviour of includes. What was previously a request to copy some text from one file to another now, in mdx 2.4.0, will also execute it!!

See https://github.com/realworldocaml/mdx/pull/446

talex5 commented 7 months ago

Hmm, that failed on macos for some reason:

Fatal error: exception Mdx_test.Test_block_failure(_, "./examples/signals/main.ml: No such file or directory")

Constrain to use the old version instead for now.