mirror of
https://github.com/golang/go
synced 2024-11-05 14:36:11 -07:00
fc2b74b64e
Because go/types is slightly more strict than gc about certain "soft" errors (ones that aren't necessary to interpret a Go program), gorename rejects programs that compile under gc. This change relaxes gorename's error checks so that they are weaker than gc's. This is a workaround for issue golang/go#14596 in gorename, whose underlying problem is issue golang/go#8560 in gc. Fixes golang/go#14596 Change-Id: Ica5006c2376c0564a575224269093c1497348ee6 Reviewed-on: https://go-review.googlesource.com/29853 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
---|---|---|
.. | ||
check.go | ||
go-rename.el | ||
mvpkg_test.go | ||
mvpkg.go | ||
rename_test.go | ||
rename.go | ||
spec.go | ||
util.go |