]> Cypherpunks repositories - gostls13.git/commit
regexp/syntax: rename ErrInvalidDepth to ErrNestingDepth
authorIan Lance Taylor <iant@golang.org>
Fri, 22 Apr 2022 21:41:57 +0000 (14:41 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 22 Apr 2022 22:35:03 +0000 (22:35 +0000)
commit0bf545e51f5303ddedb0ea60f02ff221ac088fc7
tree8056302ac5b4e744e86ea9b4a14b0ee6064f5405
parent8e1a9c34ab7ae73f6c7d6fad10a37f1738a1e86a
regexp/syntax: rename ErrInvalidDepth to ErrNestingDepth

The proposal accepted the name ErrNestingDepth.

For #51684

Change-Id: I702365f19e5e1889dbcc3c971eecff68e0b08727
Reviewed-on: https://go-review.googlesource.com/c/go/+/401854
Run-TryBot: Ian Lance Taylor <iant@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: Rob Pike <r@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
api/next/51684.txt
src/regexp/syntax/parse.go