generated from ByronBecker/motoko-library-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugs in scanLimit where the bounds are encompassing, but the exac…
…t values of those bounds do not exist * fix for bug in reverse scanLimit that returned an additional element over the upperBound on the leaf node (data leak) * fix for bug in forward scanLimit that returned an additional element over the upperBound on the leaf node (data leak) * fix for bug in reverse scanLimit that returned 0 elements when starting iteration from an upper bound that is in-between the internal node and the leaf element directly after it * Add additional unit tests to cover different leaf and internal cases with scanLimit
- Loading branch information
1 parent
d00c660
commit 5475ee9
Showing
2 changed files
with
217 additions
and
5 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