-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integer range test coverage + fix for >isize::MAX ranges
better coverage between top-level vs signed_ints member for various ranges that map to primitives fix for when >isize::MAX limits are used as we used `isize` when `i128` would be better for covering all possibilities (`i64`, `u64`, `f64`) float ranges now panic when they have a decimal part as we were silently ignoring this. Issue created: #178
- Loading branch information
1 parent
d5b2f94
commit c2a2d32
Showing
2 changed files
with
22 additions
and
17 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