]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: change the multiple (gossa)hash separator from ; to /
authorDavid Chase <drchase@google.com>
Fri, 4 Nov 2022 15:23:12 +0000 (11:23 -0400)
committerDavid Chase <drchase@google.com>
Fri, 4 Nov 2022 20:28:30 +0000 (20:28 +0000)
commit1bcfdc777ad38bbb4faec8e1db2eaa92873f4e10
treebcf83ce8b2dccff35c02d0e98a7868f2169b0a6f
parentada9385a5fd3908243dbb514040c07a41e4806bb
cmd/compile: change the multiple (gossa)hash separator from ; to /

Semicolon has bad copy-paste ergonomics; it requires quoting.
Slash is okay, and won't be a separator ever in debug strings
because it is already used in e.g. ssa/phase/debug=etc.

Change-Id: I493360e9282666eea1a342971a77df2ebd6c92ad
Reviewed-on: https://go-review.googlesource.com/c/go/+/447975
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/base/hashdebug.go
src/cmd/compile/internal/base/hashdebug_test.go