-
Notifications
You must be signed in to change notification settings - Fork 126
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
Jump to definition request fails with Merlin "Several source files in your path" error #1187
Comments
@voodoos do you happen to know what could cause this? |
@oleksandr-oksenenko, thanks for the report! Can you check if your the project has been built at least once ( |
@voodoos thanks for reply! Please let me know if i can provide any additional details.
|
Could you give me the output of |
The first one produces
I updated the second command a bit to find what you want (i think, the dir is called
|
Right, this is a usual case of "Dune @ALL target does not build Some context: Dune generates both a configuration for Merlin and ask the compiler to write I think you should be good with |
Hm, I ran
|
Right, I was able to reproduce, I will have a look. Thanks for all the information ! |
Awesome, thanks! |
I'm trying to learn OCaml created a simple project using
dune init proj
, addedcore
as a dependency and trying to go to the definition ofSet
in the following code:and it fails with the following error:
I found the following issue in Merlin, however, it seems to be fixed a long time ago.
I'm using latest versions of neovim and ocaml-lsp (
1.16.2
) on OCaml 5.1.0, however, i encountered the same issue with 4.14.1.Am i missing something?
The text was updated successfully, but these errors were encountered: