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
refactor: replace Range with a bounded implementation (#112)
* refactor: replace Range with a bounded implementation
* fix: rewrite range proptest strategy
* fix: deserialize SmallVec without Vec alloc
* fix: remove not_equals
* fix: re-add union and remove early out
* fix: renamed V to VS in bench
* refactor: simpler intersection
Co-authored-by: Jacob Finkelman <[email protected]>
* test: use deltas for range strategy
Co-authored-by: Jacob Finkelman <[email protected]>
* docs(range): added comment about discrete values
* More restrictive for valid random range generation
* Remove duplicate check in check_invariants
* Add warning about non-unique ranges representations
* Rename start_bounded into start_unbounded
Co-authored-by: Jacob Finkelman <[email protected]>
Co-authored-by: Matthieu Pizenberg <[email protected]>
0 commit comments