ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
559 stars 72 forks source link

Added skip #778

Open create2000 opened 3 weeks ago

create2000 commented 3 weeks ago

This is a work-in-progress that adds skip to the test file.

create2000 commented 3 weeks ago

Hello @patricoferris and @talex5 -- this is the new PR.

The questions asked here are still much needed here too. Thank you :))

create2000 commented 5 days ago

Hello @talex5 -- thank you for the insight. How do I get the error message from Eio_linux.run?

talex5 commented 5 days ago

The argument to fallback is [`Msg of string].

create2000 commented 2 days ago

Hello @talex5 -- regarding adding the skip feature to MDX, I discovered there are two .md files: spawn.md and fd_sharing.md. Am I to create a new .md file or add the skip feature to one of the already existing .md files?

talex5 commented 1 hour ago

The skip feature needs adding to MDX itself (not Eio). But existing md files will need to be modified to use it.