Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCaml 5.3 support #2346

Open
kit-ty-kate opened this issue Oct 10, 2024 · 1 comment
Open

OCaml 5.3 support #2346

kit-ty-kate opened this issue Oct 10, 2024 · 1 comment

Comments

@kit-ty-kate
Copy link
Contributor

Currently irmin fails on OCaml 5.3 with:

#=== ERROR while compiling irmin.3.9.0 ========================================#
# context              2.4.0~alpha1~dev | linux/x86_64 | ocaml-variants.5.3.0+trunk | file:///home/opam/opam-repository
# path                 ~/.opam/5.3/.opam-switch/build/irmin.3.9.0
# command              ~/.opam/5.3/bin/dune build -p irmin -j 1
# exit-code            1
# env-file             ~/.opam/log/irmin-20-bc7cf4.env
# output-file          ~/.opam/log/irmin-20-bc7cf4.out
### output ###
# (cd _build/default && .ppx/851ddbf37b8928057d14b915d5ceebb6/ppx.exe --lib Type --cookie 'library-name="irmin"' -o src/irmin/node_intf.pp.ml --impl src/irmin/node_intf.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
# File "src/irmin/node_intf.ml", line 127, characters 7-13:
# 127 |   type effect := expected_depth:int -> node_key -> t option
#              ^^^^^^
# Error: Syntax error
@art-w
Copy link
Contributor

art-w commented Oct 10, 2024

Ooh great catch, thanks a ton! We should publish a new release soon with the fix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants