]> Cypherpunks repositories - gostls13.git/commit
internal/bisect: copy parser changes from CL 494177
authorRuss Cox <rsc@golang.org>
Wed, 10 May 2023 19:51:46 +0000 (15:51 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 11 May 2023 01:52:24 +0000 (01:52 +0000)
commit48f8c5c0373886736d348acb1ce1601457da1d2e
tree25bc020c5fcdcdb10c8155f638c1c921648f88b9
parent1d92e0e3fa6bb79d0679f3dbb47877f4a693deb9
internal/bisect: copy parser changes from CL 494177

x/tools/cmd/bisect is changing to emit hex skips for robustness.
Update this copy of internal/bisect to understand them.

Change-Id: Ie9445714e8e9fb594e656db2f94dcde9b6ce82d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/494178
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/loopvar/loopvar_test.go
src/internal/bisect/bisect.go