]> Cypherpunks repositories - gostls13.git/commit
go/types: ignore struct tags when converting structs
authorRobert Griesemer <gri@golang.org>
Mon, 3 Oct 2016 19:12:20 +0000 (12:12 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 4 Oct 2016 17:11:48 +0000 (17:11 +0000)
commitf5b0012362f0ab801a657ff01d2d55f2391b1792
tree7b0ab45ea9645c8b55d40ad0c08f2092806c8e3f
parent39055700b1c69e791405518a914017b8c5551436
go/types: ignore struct tags when converting structs

Implementation of spec change https://golang.org/cl/24190/.

For #16085.

Change-Id: I17bbbce38d98a169bc64e84983a7ebfe7142f6e9
Reviewed-on: https://go-review.googlesource.com/30190
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/check_test.go
src/go/types/conversions.go
src/go/types/predicates.go
src/go/types/testdata/conversions2.src [new file with mode: 0644]