Commit 3b00d9a
committed
old versions of mirage-logs do not work with OCaml 5
They fail with:
```
#=== ERROR while compiling mirage-logs.0.1 ====================================#
# context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository
# path ~/.opam/5.0/.opam-switch/build/mirage-logs.0.1
# command ~/.opam/opam-init/hooks/sandbox.sh build make PREFIX=/home/opam/.opam/5.0
# exit-code 2
# env-file ~/.opam/log/mirage-logs-7-ed5965.env
# output-file ~/.opam/log/mirage-logs-7-ed5965.out
### output ###
# ocaml setup.ml -configure
# File "./setup.ml", line 318, characters 20-36:
# 318 | String.compare (String.lowercase s1) (String.lowercase s2)
# ^^^^^^^^^^^^^^^^
# Error: Unbound value String.lowercase
# make: *** [Makefile:34: setup.data] Error 2
```1 parent b50d55d commit 3b00d9a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| 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