]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal: write type parameters for aliases
authorTim King <taking@google.com>
Tue, 20 Aug 2024 19:43:59 +0000 (12:43 -0700)
committerTim King <taking@google.com>
Fri, 23 Aug 2024 19:22:02 +0000 (19:22 +0000)
commit3b36d92c96436b9fcc2ee3b174edc369a598c163
treef96f94540bb02b6ee14c2ac927b07c68aa5e8377
parent02a9f51011eb7b6150828aab623eede497eb1e09
cmd/compile/internal: write type parameters for aliases

Writes the field for type parameter names for aliases when
the bitstream is >= V2.

This is a no-op at the moment as the writer is hardwired to V1.

Updates #68778

Change-Id: I5887e3608239b9a6a47e3cc21cacb75b84e1d186
Reviewed-on: https://go-review.googlesource.com/c/go/+/607235
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/importer/ureader.go
src/cmd/compile/internal/noder/reader.go
src/cmd/compile/internal/noder/writer.go
src/go/internal/gcimporter/ureader.go