We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This project currently fails to build with OCaml 5.3 due to the new effect keyword:
effect
#=== ERROR while compiling mock.1.0.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/mock.1.0.0 # command ~/.opam/5.3/bin/dune build -p mock -j 1 # exit-code 1 # env-file ~/.opam/log/mock-20-0e115c.env # output-file ~/.opam/log/mock-20-0e115c.out ### output ### # (cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w -40 -g -I src/.mock.objs/byte -I src/.mock.objs/native -intf-suffix .ml -no-alias-deps -o src/.mock.objs/native/mock.cmx -c -impl src/mock.ml) # File "src/mock.ml", line 44, characters 4-6: # 44 | -> # ^^ # Error: Syntax error # (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.mock.objs/byte -intf-suffix .ml -no-alias-deps -o src/.mock.objs/byte/mock.cmo -c -impl src/mock.ml) # File "src/mock.ml", line 44, characters 4-6: # 44 | -> # ^^ # Error: Syntax error
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This project currently fails to build with OCaml 5.3 due to the new
effect
keyword:The text was updated successfully, but these errors were encountered: