-
Notifications
You must be signed in to change notification settings - Fork 121
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
Compatibility with OCaml 5.1 #1150
Conversation
Is there no edit: I added 5.0 and 5.1 to the matrix, but that makes for a lot of jobs, we might want to restrain some versions of ocaml to only one system / and build-only. |
How about we only test 5.0 on Linux |
So in the end:
|
Nope. If there's something you need me to do set it up let me know. |
CHANGES: ## Fixes - Support building with OCaml 5.0 and 5.1 (ocaml/ocaml-lsp#1150)
I encountered a crash loop when using lsp with 5.1, any ideas? |
Do you have any log or reproduction ? We need more information to start investigate. (Also when you have it's probably bet to open the issue on Merlin directly since it's the most likely culprit.) |
This reverts commit c28f560.
This reverts commit c28f560.
This PR aims to make
master
compatible with OCaml 4.14, 5.0 and 5.1.Not sure if there will be differences in tests however.
See ocaml/opam-repository#23950 for more context.