]> Cypherpunks repositories - gostls13.git/commit
go/internal/gcimporter: indexed format imports for type parameters aliases
authorTim King <taking@google.com>
Fri, 9 Aug 2024 21:36:21 +0000 (14:36 -0700)
committerTim King <taking@google.com>
Fri, 16 Aug 2024 22:38:15 +0000 (22:38 +0000)
commit660e7d60f28ed4b2c14f6e1fcf6d0e5a7f4aa1e0
tree48f821a5aee532800618700ba40ecd825b7c0df4
parent0320616db9e21fd8811a2189a56f234b9737f95f
go/internal/gcimporter: indexed format imports for type parameters aliases

Add support for importing a new 'B' tag for type parameters aliases
in the indexed data format.

Updates #68778

Change-Id: I3bd82870d4c4619a3771de30baf6d54f6ee5959e
Reviewed-on: https://go-review.googlesource.com/c/go/+/604635
Reviewed-by: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/importer/iimport.go
src/cmd/compile/internal/importer/ureader.go
src/cmd/compile/internal/typecheck/iexport.go
src/go/internal/gcimporter/iimport.go
src/go/internal/gcimporter/ureader.go