BurntSushi / quickcheck

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

Update for rust changes as of 7cb9914fc 2015-05-25 #81

Closed bluss closed 9 years ago

bluss commented 9 years ago

ItemFn changed, with this it builds again.

The second commit updates from Modifier to MultiModifer, the former is deprecated.

bluss commented 9 years ago

Please check the second commit carefully, I don't have experience in syntax extensions :) Just did it to fix the deprecation warning. My testsuite for itertools now compiles again and still seems to work.

I wouldn't have hunted size_hint and fusing bugs without quickcheck, that would be tedious!

BurntSushi commented 9 years ago

Thanks! Looks good to me. I'll double check and upload to crates.io.

I wouldn't have hunted size_hint and fusing bugs without quickcheck, that would be tedious!

^_^

BurntSushi commented 9 years ago

OK, updated crates.io to 0.2.19.