Commit 2ed3e0e
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
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments