this repo has no description

Fix eio_main MDX issue

Fails with:

File "README.md", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/README.md _build/default/.mdx/README.md.corrected
diff --git a/_build/default/README.md b/_build/default/.mdx/README.md.corrected
index 9f12cc7..1f9ff06 100644
--- a/_build/default/README.md
+++ b/_build/default/.mdx/README.md.corrected
@@ -1509,6 +1509,10 @@ let main ~config_changed =
)
done
```
+```mdx-error
+Line 15, characters 12-23:
+Error: Unbound value load_config
+```

Unlike the cancellation case above, where we used `Fiber.first`,
here we use `Fiber.both` to wait until we have both read the previous version of the configuration
@@ -1560,6 +1564,7 @@ It can then be used like any other Eio flow:
let r = Eio.Buf_read.of_flow zero ~max_size:100 in
traceln "Got: %S" (Eio.Buf_read.take 4 r);;
+Got: "\000\000\000\000"
+
- : unit = ()
```

Changed files
+6 -6
packages
eio_main
eio_main.0.10
eio_main.0.11
eio_main.0.12
eio_main.0.13
eio_main.0.14
eio_main.0.15
+1 -1
packages/eio_main/eio_main.0.10/opam
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.7"}
-
"mdx" {>= "2.2.0" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux" {= version & os = "linux"}
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.7"}
+
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux" {= version & os = "linux"}
+1 -1
packages/eio_main/eio_main.0.11/opam
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
-
"mdx" {>= "2.2.0" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux" {= version & os = "linux"}
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
+
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux" {= version & os = "linux"}
+1 -1
packages/eio_main/eio_main.0.12/opam
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
-
"mdx" {>= "2.2.0" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux" {= version & os = "linux"}
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
+
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux" {= version & os = "linux"}
+1 -1
packages/eio_main/eio_main.0.13/opam
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
-
"mdx" {>= "2.2.0" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux"
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
+
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux"
+1 -1
packages/eio_main/eio_main.0.14/opam
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
-
"mdx" {>= "2.2.0" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux"
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
+
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux"
+1 -1
packages/eio_main/eio_main.0.15/opam
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
-
"mdx" {>= "2.2.0" & with-test}
"kcas" {>= "0.3.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux"
···
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
+
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux"