]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: ensure deterministic output when reporting an init cycle
authorWingrez <31106425+wingrez@users.noreply.github.com>
Fri, 17 Jan 2025 00:38:59 +0000 (00:38 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 17 Jan 2025 16:22:41 +0000 (08:22 -0800)
commit87023bb27f2cbe86c5baa9cef5ad91a6fc9a1c14
tree095a547bf623fe71385d57082fb6f1a7b69d4c8d
parent80bf7d83edbb48e2411d755f0636565467bb5a56
go/types, types2: ensure deterministic output when reporting an init cycle

Fixes #71254

Change-Id: Ie3bad281403c8ff6215e03d92760b9a378714cee
GitHub-Last-Rev: 9b804a7842421dca6a97c57ce18523b593b0817d
GitHub-Pull-Request: golang/go#71264
Reviewed-on: https://go-review.googlesource.com/c/go/+/642396
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/initorder.go
src/cmd/compile/internal/types2/testdata/local/issue71254.go [new file with mode: 0644]
src/go/types/initorder.go