BurntSushi / quickcheck

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

Outdated README? #178

Closed michaelmior closed 6 years ago

michaelmior commented 7 years ago

The README currently has the following statement:

As of now, only functions with 4 or fewer parameters can be quickchecked.

Without testing, it seems like functions with 8 or fewer parameters are now usable.

NobbZ commented 7 years ago

Also the version(s) given in the READMEs installing section seem to be old.

I wasn't able to install them until I've seen at crates.io that there is actually 0.4.x available of both, quickcheck and quickcheck_macros.

MortenLohne commented 7 years ago

Also from the readme:

Note that the #[quickcheck] macro will not work when Rust 1.0 stable is released

When looking for a maintained library, that's not very reassuring.