You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gopls/internal/lsp/cache: use types.Unsafe in analysisPackage
Before, the early return in typeCheck forgot to set an.types.
Now the logic is pulled into single spot in the caller.
This change consolidates the various places that set
analysisNode.types to just two (syntax and export).
Change-Id: I2f1ea6b70888bd5874f76c57443fe46b1c04ae67
Reviewed-on: https://go-review.googlesource.com/c/tools/+/504558
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Alan Donovan <[email protected]>
Auto-Submit: Alan Donovan <[email protected]>
gopls-CI: kokoro <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
0 commit comments