-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The prefix replacing iterators did not support arguments that don't start with the synthetic prefix. We fix this by adding a `keyInRange` argument that we can compare against when we are outside the synthetic prefix range to figure out which side we are on. We also fix assertions in `maybeVerifyKey` which were not correct when prefix replacement is used.
- Loading branch information
1 parent
31b39d8
commit e2459be
Showing
6 changed files
with
236 additions
and
83 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
Oops, something went wrong.