-
Notifications
You must be signed in to change notification settings - Fork 18k
x/tools/gopls: Rename: "no type for %T" panic in satisfy #71572
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
Labels
BugReport
Issues describing a possible bug in the Go implementation.
gopls/telemetry-wins
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
BugReport
Issues describing a possible bug in the Go implementation.
gopls/telemetry-wins
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Issue created by stacks.
This means satisfy was called on ill-typed code. As with #71538, the long-term remedy here is to get rid of the satisfy package and use #70638 instead.
This stack
_KFIag
was reported by telemetry:crash/crash
runtime.gopanic:+69
golang.org/x/tools/refactor/satisfy.(*Finder).expr:+168
golang.org/x/tools/refactor/satisfy.(*Finder).expr:+149
golang.org/x/tools/refactor/satisfy.(*Finder).expr:+148
golang.org/x/tools/refactor/satisfy.(*Finder).stmt:+97
golang.org/x/tools/refactor/satisfy.(*Finder).stmt:+100
golang.org/x/tools/refactor/satisfy.(*Finder).stmt:+90
golang.org/x/tools/refactor/satisfy.(*Finder).Find:+19
golang.org/x/tools/gopls/internal/golang.(*renamer).satisfy:+27
golang.org/x/tools/gopls/internal/golang.(*renamer).checkMethod:+178
golang.org/x/tools/gopls/internal/golang.(*renamer).check:+16
golang.org/x/tools/gopls/internal/golang.renameObjects:+24
golang.org/x/tools/gopls/internal/golang.renameExported:+56
golang.org/x/tools/gopls/internal/golang.renameOrdinary:+157
golang.org/x/tools/gopls/internal/golang.Rename:+24
golang.org/x/tools/gopls/internal/server.(*server).Rename:+17
Dups: fHpkWA zggtYA
The text was updated successfully, but these errors were encountered: