Skip to content

Commit f86a903

Browse files
committed
eio_main tests are not compatible with mdx 2.3.1
Fail with extra verbose output: ``` \#=== ERROR while compiling eio_main.0.6 =======================================# \# context 2.2.0~alpha3~dev | linux/x86_64 | ocaml-base-compiler.5.1.0 | file:///home/opam/opam-repository \# path ~/.opam/5.1/.opam-switch/build/eio_main.0.6 \# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p eio_main -j 255 --promote-install-files=false @install @runtest \# exit-code 1 \# env-file ~/.opam/log/eio_main-7-67a807.env \# output-file ~/.opam/log/eio_main-7-67a807.out \### output ### \# File "tests/stream.md", line 1, characters 0-0: \# /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/tests/stream.md _build/default/tests/.mdx/stream.md.corrected \# diff --git a/_build/default/tests/stream.md b/_build/default/tests/.mdx/stream.md.corrected \# index ab34c10..fcb1c92 100644 \# --- a/_build/default/tests/stream.md \# +++ b/_build/default/tests/.mdx/stream.md.corrected \# @@ -48,6 +48,7 @@ Simple non-blocking case \# +Got 1 from stream \# +Reading from stream \# +Got 2 from stream \# + \# - : unit = () [...] ``` Signed-off-by: Marcello Seri <[email protected]>
1 parent 313cbfb commit f86a903

File tree

4 files changed

+4
-4
lines changed
  • packages/eio_main

4 files changed

+4
-4
lines changed

packages/eio_main/eio_main.0.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/eio/issues"
1010
depends: [
1111
"dune" {>= "2.9"}
1212
"eio_linux" {= version & os = "linux"}
13-
"mdx" {>= "1.10.0" & with-test}
13+
"mdx" {>= "1.10.0" & < "2.3.1" & with-test}
1414
"eio_luv" {= version}
1515
"odoc" {with-doc}
1616
]

packages/eio_main/eio_main.0.7/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/eio/issues"
1010
depends: [
1111
"dune" {>= "2.9"}
1212
"eio_linux" {= version & os = "linux"}
13-
"mdx" {>= "1.10.0" & with-test}
13+
"mdx" {>= "1.10.0" & < "2.3.1" & with-test}
1414
"eio_luv" {= version}
1515
"odoc" {with-doc}
1616
]

packages/eio_main/eio_main.0.8.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/ocaml-multicore/eio/issues"
1010
depends: [
1111
"dune" {>= "3.0"}
1212
"eio_linux" {= version & os = "linux"}
13-
"mdx" {>= "1.10.0" & with-test}
13+
"mdx" {>= "1.10.0" & < "2.3.1" & with-test}
1414
"eio_luv" {= version}
1515
"odoc" {with-doc}
1616
]

packages/eio_main/eio_main.0.9/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doc: "https://ocaml-multicore.github.io/eio/"
99
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
1010
depends: [
1111
"dune" {>= "3.7"}
12-
"mdx" {>= "2.2.0" & with-test}
12+
"mdx" {>= "2.2.0" & < "2.3.1" & with-test}
1313
"eio_linux" {= version & os = "linux"}
1414
"eio_posix" {= version & os != "win32"}
1515
"eio_luv" {= version & (os = "win32" | with-test)}

0 commit comments

Comments
 (0)