-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
116329: go.mod: update comments for golang.org/x r=dt a=dt This is a comment-only change that highlights that golang.org/x dependencies are treated like part of go w.r.t. change review. Release note: none. Epic: none. 117570: util/span: improve span frontier out of bounds check r=miretskiy a=jayshrivastava Previously, when the span frontier running in strict mode was forwarded using a span which is out of bounds, the error did not include the frontier itself, making it hard to debug such errors. Now the error message includes the frontier. Also, this change updates the `String()` method on the llrb frontier, making it consistent with the btree frontier. It also changes the error message in the llrb frontier to be consistent with the b tree frontier error message. Epic: None Informs: #117476 Release note: None Co-authored-by: David Taylor <[email protected]> Co-authored-by: Jayant Shrivastava <[email protected]>
- Loading branch information
Showing
4 changed files
with
89 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters