-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/tools/gopls: panic in internal/lsp/source.pathLinkAndSymbolName #40479
Comments
Maybe a dup of or related to #40464? |
Yep I think so. Should be fixed in the latest pre-release ( |
Just to double check: this is happening at golang/tools@df70183, which if I understand correctly includes everything v0.4.4-pre2 does. I did just try again after explicitly checking out gopls/v0.4.4-pre2 and I'm still getting the same panic. |
Oh no, I didn't realize it was still happening. This is proving quite tricky to track down - I'll keep looking. |
Change https://golang.org/cl/245486 mentions this issue: |
Change https://golang.org/cl/245538 mentions this issue: |
…enclosing Fixes golang/go#40479 Change-Id: If827a86fd603574d3adde295c1165bb6267732eb Reviewed-on: https://go-review.googlesource.com/c/tools/+/245486 Run-TryBot: Rebecca Stambler <[email protected]> Reviewed-by: Robert Findley <[email protected]> (cherry picked from commit 449c585) Reviewed-on: https://go-review.googlesource.com/c/tools/+/245538 TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Cottrell <[email protected]>
What version of Go are you using (
go version
)?Using gopls built from golang/tools@df70183
What operating system and processor architecture are you using (
go env
)?macOS, Emacs 26.3, lsp-mode 20200726.1814
What did you do?
Moved my cursor over the method name in a method declaration, such as Bar in:
What did you expect to see?
Nothing, or maybe an info hover.
What did you see instead?
The text was updated successfully, but these errors were encountered: