-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add range checking in addPartitionSet.
This checks that partitions provided to addPartitionSet are inside the ranges allowed. Note that it does still allow for partitions to overlap themselves or to overlap existing partitions, but will give a reasonable error if you try to give a partition.Last or partition.New that are not sane.
- Loading branch information
1 parent
2dbf4b1
commit 332aee6
Showing
2 changed files
with
66 additions
and
1 deletion.
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