-
Notifications
You must be signed in to change notification settings - Fork 81
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
MethodError: no method matching Union{Int64, String}(::String) #651
Comments
I have done some digging and it comes down to the following:
|
I have the same issue on neovim. A possible fix, which seems to work for me, is to modify the |
I can confirm that this seems to work for me as well, using neovim. |
I have a navie question about this problem. |
Good question 👍 IMO the problem lies somewhere in the communication between |
If that was the case (lsp-mode only) I would suspect that the problem is at lsp-mode, but It happened also with neovim so I don't know. I would love to help, but I'm not sure how. |
EDIT: Nevermind, I've missinterpreted the Release notes, seems like the fix is not actually released in 3.2.0. Unfortunately, the problem is still present for me on 3.2.0. I'm using
This log is from
|
@hexaeder You can change to 3.2.1-DEV by this way temporarily. el .julia/packages/LanguageServer
drwxr-xr-x - sid 30 9月 16:33 LPqF6
drwxr-xr-x - sid 20 10月 14:18 y1ebo
drwxr-xr-x - sid 18 9月 10:48 y1ebo.back copy the But I'm not sure it's usafull for you, maybe you need to check the source in |
I am using
|
I think this fails because
"initializationOptions": null,
.LanguageServer.jl
should be able to handle this, the protocol specification says:Stacktrace:
lsp-mode
is sending the following:The text was updated successfully, but these errors were encountered: