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/golang: reproduce various edge cases of issue 69616
For some reason, I finally realized how the "impossible" edge cases of
golang/go#69616 could occur: in one case, there are scenarios where the
type checker doesn't actually type-check a compiled go file. In another,
there is exactly one package with a Go file that isn't compiled: unsafe.
These reproduced the two bug reports in golang/go#69616. Add a test and
remove the bug reports with an explanation.
Fixesgolang/go#69616
Change-Id: Id73aab618880acf85b3c63e5b2275ab01ac2c1e9
Reviewed-on: https://go-review.googlesource.com/c/tools/+/684615
Reviewed-by: Madeline Kalil <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Auto-Submit: Robert Findley <[email protected]>
0 commit comments