x/tools/gopls: panic in quickParse #59096
Labels
FrozenDueToAge
gopls/completion
Issues related to auto-completion in gopls.
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
The new quickParse function added in https://go.dev/cl/472183 assumes that the ast.SelectorExpr.Sel is non-nil, which is true for all valid AST but unfortunately not true for the synthetic AST produced during completion.
I have a fix incoming; adding this issue for record keeping.
CC @adonovan
The text was updated successfully, but these errors were encountered: