You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
* Direct ranges in fields e.g. `foo: 0..255`
Previously they were only supported at the top-level.
Incorrect parsing lead these to be treated as a constant of the lower
bound.
Fixes#172
* 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
* run cargo fmt
* clippy fixes
low priority issue, just made to keep documentation on unsupported things and to link in the panic
The text was updated successfully, but these errors were encountered: