]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use "init... cycle" instead of "init... loop" in error messages
authorRobert Griesemer <gri@golang.org>
Thu, 22 Sep 2022 03:52:00 +0000 (20:52 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 23 Sep 2022 20:27:09 +0000 (20:27 +0000)
commitc58bfeeb045895f080fff9c76fdbf3d9d8ab683b
treef6cdce6581c4ca203845d1d9dfed64856abd909a
parent5d213a3dc764624e3f01d7e957fedc63bfdcfa0f
cmd/compile: use "init... cycle" instead of "init... loop" in error messages

For #55326.

Change-Id: Ia3c1124305986dcd49ac769e700055b263cfbd59
Reviewed-on: https://go-review.googlesource.com/c/go/+/432615
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
43 files changed:
src/cmd/compile/internal/types2/initorder.go
test/fixedbugs/bug13343.go
test/fixedbugs/bug223.go
test/fixedbugs/bug413.go
test/fixedbugs/bug459.go
test/fixedbugs/bug463.go
test/fixedbugs/issue23093.go
test/fixedbugs/issue23094.go
test/fixedbugs/issue4847.go
test/fixedbugs/issue52748.go
test/fixedbugs/issue6703a.go
test/fixedbugs/issue6703b.go
test/fixedbugs/issue6703c.go
test/fixedbugs/issue6703d.go
test/fixedbugs/issue6703e.go
test/fixedbugs/issue6703f.go
test/fixedbugs/issue6703g.go
test/fixedbugs/issue6703h.go
test/fixedbugs/issue6703i.go
test/fixedbugs/issue6703j.go
test/fixedbugs/issue6703k.go
test/fixedbugs/issue6703l.go
test/fixedbugs/issue6703m.go
test/fixedbugs/issue6703n.go
test/fixedbugs/issue6703o.go
test/fixedbugs/issue6703p.go
test/fixedbugs/issue6703q.go
test/fixedbugs/issue6703r.go
test/fixedbugs/issue6703s.go
test/fixedbugs/issue6703t.go
test/fixedbugs/issue6703u.go
test/fixedbugs/issue6703v.go
test/fixedbugs/issue6703w.go
test/fixedbugs/issue6703x.go
test/fixedbugs/issue6703y.go
test/fixedbugs/issue6703z.go
test/fixedbugs/issue7525.go
test/fixedbugs/issue7525b.go
test/fixedbugs/issue7525c.go
test/fixedbugs/issue7525d.go
test/fixedbugs/issue7525e.go
test/initexp.go
test/typecheckloop.go