]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.typeparams] cmd/compile/internal/types: review of typestring.go
authorRobert Griesemer <gri@golang.org>
Thu, 18 Feb 2021 05:31:41 +0000 (21:31 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 18 Feb 2021 20:47:27 +0000 (20:47 +0000)
commitd6bdd1aeefed83b69318bf7a3d84e9e275a4f686
treeb37f25b4e7e17244b5907c23b7f158b729a9eb6f
parentc2314babb8c21a352e7a0625963e9aed0f3890bd
[dev.typeparams] cmd/compile/internal/types: review of typestring.go

The changes between (equivalent, and reviewed) go/types/typestring.go
and typestring.go can be seen by comparing patchset 1 and 3. The actual
change is just removing the "// UNREVIEWED" marker plus an adjustment
to writeTParamList (we now always write type constraints).

Change-Id: Ieb109c17756addc954e1ca0da606fa5b335ff30d
Reviewed-on: https://go-review.googlesource.com/c/go/+/293472
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/typestring.go