-
Notifications
You must be signed in to change notification settings - Fork 232
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
server crashes when handling "workspace/symbol": uncaught exception #1860
Comments
This looks like there is a mismatch between the version of the OCaml compiler you used to build your project and the version of OCaml you used to build The error message is very bad however, and should be improved, I will move that issue to the Merlin repository. |
Thanks for the hint. I am actually using opam-nix, I will need to see how this can be done. |
@kentookura you might find interesting information in that thread: https://discuss.ocaml.org/t/using-ocaml-lsp-server-with-opam-switches-in-neovim/14428/1 (I didn't read it) |
Thanks, but it seems that this is a very strange bug in opam-nix. |
When the neovim client executes the "workspace/symbol" request, I get the following error:
Neovim version: NVIM v0.11.0-nightly+3689082
ocamllsp version: 1.19.0
OS: NixOS 24.11.20241009.5633bcf (Vicuna)
The text was updated successfully, but these errors were encountered: