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
Is your feature request related to a problem? Please describe. build fails with ocaml 4.14
File "_build/.dune/default/vendor/ocaml-lsp-1.4.0/ocaml-lsp-server/vendor/merlin/src/ocaml/utils/dune", line 2, characters 13-25: 2 | (copy_files# 414/*.ml{,i}) ^^^^^^^^^^^^ Error: Cannot find directory: vendor/ocaml-lsp-1.4.0/ocaml-lsp-server/vendor/merlin/src/ocaml/utils/414
https://github.com/AbstractMachinesLab/caramel/tree/main/vendor/ocaml-lsp-1.4.0/ocaml-lsp-server/vendor/merlin/src/ocaml/utils
... has only up to 411 = ocaml 4.11
Describe the solution you'd like build with latest ocaml 4.14 (ocaml 5.0 would be nice)
Describe alternatives you've considered build with ocaml 4.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
build fails with ocaml 4.14
https://github.com/AbstractMachinesLab/caramel/tree/main/vendor/ocaml-lsp-1.4.0/ocaml-lsp-server/vendor/merlin/src/ocaml/utils
... has only up to 411 = ocaml 4.11
Describe the solution you'd like
build with latest ocaml 4.14
(ocaml 5.0 would be nice)
Describe alternatives you've considered
build with ocaml 4.11
The text was updated successfully, but these errors were encountered: