x/tools/gopls: ParseExported mode and go/analysis #35089
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
go/analysis
requires code from source in order to get facts for all dependencies.Our current strategy of parsing dependencies in exported mode deletes function bodies, thereby preventing
go/analysis
from getting correct facts for dependencies.Some possible solutions:
ParseExported
*types.Info
map/cc @ianthehat @dominikh @muirrn
The text was updated successfully, but these errors were encountered: