]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix up shape type package
authorKeith Randall <khr@golang.org>
Wed, 3 Nov 2021 18:26:37 +0000 (11:26 -0700)
committerKeith Randall <khr@golang.org>
Wed, 3 Nov 2021 20:30:17 +0000 (20:30 +0000)
commit7f2463cc363fe8dbcbb89d521d1ede650de86c9b
tree860efbf56a64edb040304b5d919151e0ce73463a
parent74f99d0933d5c201fc17d90ab612cd1a9c7d425f
cmd/compile: fix up shape type package

Use go.shape instead of .shape as the package the compiler uses
to store shape types.

Prevent path escaping for compiler-internal types, so we don't
need to see %2e everywhere.

Change-Id: I98e39c3b6472560113bdea7e0ba6eb7b81cb35e0
Reviewed-on: https://go-review.googlesource.com/c/go/+/361174
Trust: Keith Randall <khr@golang.org>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dan Scales <danscales@google.com>
src/cmd/compile/internal/types/pkg.go
src/cmd/compile/internal/types/type.go