-
Notifications
You must be signed in to change notification settings - Fork 33
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
Need help verifying bug: ocaml-lsp-server is compiled with wrong compiler version? #94
Comments
Can you share your project? Are you building everything with |
Of course: Full repo: https://git.sr.ht/~jonsterling/ocaml-forester/tree/lsp dune-project:
opam file:
flake.nix:
|
This seems to be correct, and it's definitely building both Perhaps you need to |
This does not seem to be the problem. My environment is definitely up to date, and if I try to use the symbol picker in helix, it reports "protocol error: InternalError: uncaught exception"... |
I just pushed a new |
I just tried with your updated Is there a chance you have |
No, the lsp and merlin are not available in the global environment. Running |
This is quite weird. I was able to get it working easily on another (NixOS) machine. Here are the exact things I did:
And it gave me the list of all symbols in the workspace just fine. |
Hmm, oh well. It's not urgent at all. If this persists after the issue on the merlin repo is solved, I might try to get it working again, but in the meantime, you don't need to waste any more time on this. Thanks for your quick respones! |
I am experiencing a bug with ocamllsp and it was indicated to me that this may be due to a version mismatch between the compiler that builds my project and the compiler that compiled the language server:
ocaml/merlin#1860
What do I need to do to verify and fix this?
Thanks!
The text was updated successfully, but these errors were encountered: