Skip to content

Commit a6f45bb

Browse files
mserikit-ty-kate
andauthored
Fix various bounds (ocaml#21011)
* webidl: fix menhir bounds With more recent menhir versions, dependent packages fail to compile with '# Error: A type variable is unbound in this type declaration.' Signed-off-by: Marcello Seri <[email protected]> * ppx_yojson: disable tests with recent ppxlib The expect tests fail due to a slightly different ast pretty printing Signed-off-by: Marcello Seri <[email protected]> * index 1.3-1.6: test incompatible with cmdliner 1.1.0 Expect tests are failing due to slightly different cmd output. Disable test with recent cmdliner Signed-off-by: Marcello Seri <[email protected]> * ez_cmdliner 0.4.3: expect tests fails with cmdliner 1.1.1 Signed-off-by: Marcello Seri <[email protected]> * Update packages/ez_cmdliner/ez_cmdliner.0.4.3/opam Co-authored-by: Kate <[email protected]> * Update packages/ppx_yojson/ppx_yojson.1.2.0/opam Co-authored-by: Kate <[email protected]> * js_of_ocaml-webgpu.0.1: add menhir (+ bound for --infer-write-query) It is added as explicit dependency since it is used to actually build the package * index-bench: expect tests need upper bound on cmdliner Signed-off-by: Marcello Seri <[email protected]> Co-authored-by: Kate <[email protected]>
1 parent a67dd4a commit a6f45bb

File tree

17 files changed

+19
-3
lines changed
  • packages
    • ez_cmdliner/ez_cmdliner.0.4.3
    • index-bench/index-bench.1.6.0
    • index
    • js_of_ocaml-webgpu/js_of_ocaml-webgpu.0.1
    • ppx_yojson
      • ppx_yojson.1.1.0
      • ppx_yojson.1.2.0
    • webidl

17 files changed

+19
-3
lines changed

packages/ez_cmdliner/ez_cmdliner.0.4.3/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ depends: [
3737
"ocplib_stuff" {>= "0.3"}
3838
"ez_subst" {>= "0.1"}
3939
"cmdliner" {>= "1.1.0" & < "2.0.0"}
40+
"cmdliner" {with-test & < "1.1.0"}
4041
"ppx_inline_test" {with-test}
4142
"ppx_expect" {with-test}
4243
"odoc" {with-doc}

packages/index-bench/index-bench.1.6.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ bug-reports: "https://github.com/mirage/index/issues"
88
depends: [
99
"ocaml" {>= "4.03.0"}
1010
"cmdliner"
11+
"cmdliner" {with-test & < "1.1.0"}
1112
"dune" {>= "2.7.0"}
1213
"fmt"
1314
"index" {= version}

packages/index/index.1.3.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ depends: [
2727
"logs" {>= "0.7.0"}
2828
"mtime" {>= "1.1.0"}
2929
"cmdliner"
30+
"cmdliner" {with-test & < "1.1.0"}
3031
"progress" {>= "0.1.1" & < "0.2.0"}
3132
"semaphore-compat" {>= "1.0.1"}
3233
"jsonm"

packages/index/index.1.3.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ depends: [
2727
"logs" {>= "0.7.0"}
2828
"mtime" {>= "1.1.0"}
2929
"cmdliner"
30+
"cmdliner" {with-test & < "1.1.0"}
3031
"progress" {>= "0.1.1" & < "0.2.0"}
3132
"semaphore-compat" {>= "1.0.1"}
3233
"jsonm"

packages/index/index.1.3.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ depends: [
2727
"logs" {>= "0.7.0"}
2828
"mtime" {>= "1.1.0"}
2929
"cmdliner"
30+
"cmdliner" {with-test & < "1.1.0"}
3031
"progress" {>= "0.1.1" & < "0.2.0"}
3132
"semaphore-compat" {>= "1.0.1"}
3233
"jsonm"

packages/index/index.1.3.3/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ depends: [
2727
"logs" {>= "0.7.0"}
2828
"mtime" {>= "1.1.0"}
2929
"cmdliner"
30+
"cmdliner" {with-test & < "1.1.0"}
3031
"progress" {>= "0.1.1" & < "0.2.0"}
3132
"semaphore-compat" {>= "1.0.1"}
3233
"jsonm"

packages/index/index.1.4.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ depends: [
2828
"logs" {>= "0.7.0"}
2929
"mtime" {>= "1.1.0"}
3030
"cmdliner"
31+
"cmdliner" {with-test & < "1.1.0"}
3132
"progress" {>= "0.1.1" & < "0.2.0"}
3233
"semaphore-compat" {>= "1.0.1"}
3334
"jsonm"

packages/index/index.1.4.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ depends: [
2828
"logs" {>= "0.7.0"}
2929
"mtime" {>= "1.1.0"}
3030
"cmdliner"
31+
"cmdliner" {with-test & < "1.1.0"}
3132
"progress" {>= "0.2.1"}
3233
"semaphore-compat" {>= "1.0.1"}
3334
"jsonm"

packages/index/index.1.4.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ depends: [
2828
"logs" {>= "0.7.0"}
2929
"mtime" {>= "1.1.0"}
3030
"cmdliner"
31+
"cmdliner" {with-test & < "1.1.0"}
3132
"progress" {>= "0.2.1"}
3233
"semaphore-compat" {>= "1.0.1"}
3334
"jsonm"

packages/index/index.1.5.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ depends: [
2828
"logs" {>= "0.7.0"}
2929
"mtime" {>= "1.1.0"}
3030
"cmdliner"
31+
"cmdliner" {with-test & < "1.1.0"}
3132
"progress" {>= "0.2.1"}
3233
"semaphore-compat" {>= "1.0.1"}
3334
"jsonm"

0 commit comments

Comments
 (0)