]> Cypherpunks.ru repositories - gostls13.git/commit
regexp: change ErrInvalidDepth message to match proposal
authorIan Lance Taylor <iant@golang.org>
Tue, 19 Apr 2022 17:32:54 +0000 (10:32 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 22 Apr 2022 00:10:17 +0000 (00:10 +0000)
commit575fd8817ae9817303a69065def80c574718169e
tree6760444bca0fbd039c5cc6b0e080f5ea7454cede
parentc510cd92cf69df3cdc224b930490274ce1b6e2ac
regexp: change ErrInvalidDepth message to match proposal

Also update the file in $GOROOT/api/next to use proposal number.

For #51684

Change-Id: I28bfa6bc1cee98a17b13da196d41cda34d968bb0
Reviewed-on: https://go-review.googlesource.com/c/go/+/401076
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
api/next/51684.txt [new file with mode: 0644]
api/next/regexpdepth.txt [deleted file]
src/regexp/syntax/parse.go