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
go/packages: ensure TypesInfo is set when NeedTypesInfo is enabled
This fixes some cases when only NeedTypesInfo was set, no TypesInfo was produced.
Under most circumstances NeedTypesInfo should work the same as NeedTypes, since Types and TypesInfo are produced together (except for cases when ExportFiles were included).
Fixes #69931
Change-Id: I157143e93c459d8c52dea85fe1746881ed1978d3
GitHub-Last-Rev: e658e9f
GitHub-Pull-Request: #536
Reviewed-on: https://go-review.googlesource.com/c/tools/+/621015
Commit-Queue: Tim King <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>
Reviewed-by: Tim King <[email protected]>
Reviewed-by: Michael Matloob <[email protected]>
0 commit comments