Skip to content

Commit 2ed3e0e

Browse files
committed
ascend 0.1.{0,1} needs upper bound on ocaml 5.3
Fails with ``` === ERROR while compiling ascend.0.1.1 =======================================# context 2.3.0 | linux/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository path ~/.opam/5.3/.opam-switch/build/ascend.0.1.1 command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ascend -j 39 @install exit-code 1 env-file ~/.opam/log/ascend-7-0de9c1.env output-file ~/.opam/log/ascend-7-0de9c1.out (cd _build/default && /home/opam/.opam/5.3/bin/ocamldep.opt -modules -impl bin/ai.ml) > _build/default/bin/.main.eobjs/dune__exe__Ai.impl.d File "bin/ai.ml", line 612, characters 21-27: 612 | match pa.effect with ^^^^^^ Error: Syntax error (cd _build/default && /home/opam/.opam/5.3/bin/ocamldep.opt -modules -impl bin/creature.ml) > _build/default/bin/.main.eobjs/dune__exe__Creature.impl.d File "bin/creature.ml", line 35, characters 20-26: 35 | | Resist of Hit.effect ^^^^^^ Error: Syntax error (cd _build/default && /home/opam/.opam/5.3/bin/ocamldep.opt -modules -impl bin/hit.ml) > _build/default/bin/.main.eobjs/dune__exe__Hit.impl.d File "bin/hit.ml", line 6, characters 5-11: 6 | type effect = ^^^^^^ Error: Syntax error (cd _build/default && /home/opam/.opam/5.3/bin/ocamldep.opt -modules -impl bin/attack.ml) > _build/default/bin/.main.eobjs/dune__exe__Attack.impl.d File "bin/attack.ml", line 164, characters 21-27: 164 | let getDamageGrave c effect = ^^^^^^ Error: Syntax error ``` Signed-off-by: Marcello Seri <[email protected]>
1 parent 6425ace commit 2ed3e0e

File tree

2 files changed

+2
-2
lines changed
  • packages/ascend

2 files changed

+2
-2
lines changed

packages/ascend/ascend.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: ["game" "terminal"]
99
homepage: "https://github.com/m-laniakea/ascend"
1010
bug-reports: "https://github.com/m-laniakea/ascend/issues"
1111
depends: [
12-
"ocaml" {>= "5.2.0"}
12+
"ocaml" {>= "5.2.0" & < "5.3"}
1313
"dune" {>= "3.16"}
1414
"notty" {>= "0.2.3"}
1515
"odoc" {with-doc}

packages/ascend/ascend.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: ["game" "terminal"]
99
homepage: "https://github.com/m-laniakea/ascend"
1010
bug-reports: "https://github.com/m-laniakea/ascend/issues"
1111
depends: [
12-
"ocaml" {>= "5.2.0"}
12+
"ocaml" {>= "5.2.0" & < "5.3"}
1313
"dune" {>= "3.16"}
1414
"notty" {>= "0.2.3"}
1515
"odoc" {with-doc}

0 commit comments

Comments
 (0)