BurntSushi / quickcheck

Automated property based testing for Rust (with shrinking).
The Unlicense
2.4k stars 149 forks source link

Implement Arbitrary for 128-bit integers #195

Closed tokenrove closed 6 years ago

tokenrove commented 6 years ago

Now that rust-lang-nursery/rand#163 is merged we can do this.

Closes #162.

tokenrove commented 6 years ago

Urk. I was a little quick on the draw there. Sorry, let me clean this up.

tokenrove commented 6 years ago

Ok, I guess this is waiting on rand 0.4 being released. For some reason looking at the git history, I thought 0.3.18 had been tagged with the SampleRange support included. We can close this for now, or leave it open, as you prefer, and revisit when rand is next released.

tokenrove commented 6 years ago

rand has been released and this builds now. Let me know if there's anything else I should do. Thanks.

tokenrove commented 6 years ago

Oops. Some leftover from fiddling with features. Should be clean now. Thanks.

BurntSushi commented 6 years ago

quickcheck 0.5.1 is on crates.io with this change. Thanks again!

BurntSushi commented 6 years ago

I goofed. rand is a public dep, so I actually needed to do a major version bump. I yanked 0.5.1 and released 0.6.0.