this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

qcheck-core: add lower bounds on alcotest

They use `check'` introduced in 1.2.0

```
=== ERROR while compiling qcheck-core.0.21.3 =================================#
context 2.2.0~rc1~dev | linux/x86_64 | ocaml-base-compiler.5.2.0 | file:///home/opam/opam-repository
path ~/.opam/5.2/.opam-switch/build/qcheck-core.0.21.3
command ~/.opam/opam-init/hooks/sandbox.sh build dune runtest -p qcheck-core -j 31
exit-code 1
env-file ~/.opam/log/qcheck-core-7-f16eb0.env
output-file ~/.opam/log/qcheck-core-7-f16eb0.out
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I test/core/.QCheck_unit_tests.eobjs/byte -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/astring -I /home/opam/.opam/5.2/lib/bytes -I /home/opam/.opam/5.2/lib/cmdliner -I /home/opam/.opam/5.2/lib/fmt -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/lib/seq -I /home/opam/.opam/5.2/lib/stdlib-shims -I /home/opam/.opam/5.2/lib/uuidm -I src/core/.qcheck_core.objs/byte -no-alias-deps -open Dune__exe -o test/core/.QCheck_unit_tests.eobjs/byte/dune__exe__QCheck2_unit_tests.cmo -c -impl test/core/QCheck2_unit_tests.ml)
File "test/core/QCheck2_unit_tests.ml", line 23, characters 14-20:
23 | Alcotest.(check' (list int))
^^^^^^
Error: Unbound value "check'"
Hint: Did you mean "check"?
```

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

+9 -9
+1 -1
packages/qcheck-core/qcheck-core.0.18.1/opam
··· 18 18 "dune" { >= "2.2" } 19 19 "base-bytes" 20 20 "base-unix" 21 - "alcotest" {with-test} 21 + "alcotest" {with-test & >= "1.2.0"} 22 22 "odoc" {with-doc} 23 23 "ocaml" {>= "4.08.0"} 24 24 ]
+1 -1
packages/qcheck-core/qcheck-core.0.18/opam
··· 18 18 "dune" { >= "2.2" } 19 19 "base-bytes" 20 20 "base-unix" 21 - "alcotest" {with-test} 21 + "alcotest" {with-test & >= "1.2.0"} 22 22 "odoc" {with-doc} 23 23 "ocaml" {>= "4.08.0"} 24 24 ]
+1 -1
packages/qcheck-core/qcheck-core.0.19.1/opam
··· 18 18 "dune" { >= "2.2" } 19 19 "base-bytes" 20 20 "base-unix" 21 - "alcotest" {with-test} 21 + "alcotest" {with-test & >= "1.2.0"} 22 22 "odoc" {with-doc} 23 23 "ocaml" {>= "4.08.0"} 24 24 "ocaml" {with-test & < "5.0"}
+1 -1
packages/qcheck-core/qcheck-core.0.19/opam
··· 11 11 "dune" {>= "2.2"} 12 12 "base-bytes" 13 13 "base-unix" 14 - "alcotest" {with-test} 14 + "alcotest" {with-test & >= "1.2.0"} 15 15 "odoc" {with-doc} 16 16 "ocaml" {>= "4.08.0"} 17 17 ]
+1 -1
packages/qcheck-core/qcheck-core.0.20/opam
··· 11 11 "dune" {>= "2.2"} 12 12 "base-bytes" 13 13 "base-unix" 14 - "alcotest" {with-test} 14 + "alcotest" {with-test & >= "1.2.0"} 15 15 "odoc" {with-doc} 16 16 "ocaml" {>= "4.08.0"} 17 17 ]
+1 -1
packages/qcheck-core/qcheck-core.0.21.1/opam
··· 18 18 "dune" { >= "2.8.0" } 19 19 "base-bytes" 20 20 "base-unix" 21 - "alcotest" {with-test} 21 + "alcotest" {with-test & >= "1.2.0"} 22 22 "odoc" {with-doc} 23 23 "ocaml" {>= "4.08.0"} 24 24 ]
+1 -1
packages/qcheck-core/qcheck-core.0.21.2/opam
··· 11 11 "dune" {>= "2.8.0"} 12 12 "base-bytes" 13 13 "base-unix" 14 - "alcotest" {with-test} 14 + "alcotest" {with-test & >= "1.2.0"} 15 15 "odoc" {with-doc} 16 16 "ocaml" {>= "4.08.0"} 17 17 ]
+1 -1
packages/qcheck-core/qcheck-core.0.21.3/opam
··· 17 17 depends: [ 18 18 "dune" { >= "2.8.0" } 19 19 "base-unix" 20 - "alcotest" {with-test} 20 + "alcotest" {with-test & >= "1.2.0"} 21 21 "odoc" {with-doc} 22 22 "ocaml" {>= "4.08.0"} 23 23 ]
+1 -1
packages/qcheck-core/qcheck-core.0.21/opam
··· 11 11 "dune" {>= "2.8.0"} 12 12 "base-bytes" 13 13 "base-unix" 14 - "alcotest" {with-test} 14 + "alcotest" {with-test & >= "1.2.0"} 15 15 "odoc" {with-doc} 16 16 "ocaml" {>= "4.08.0"} 17 17 ]