BurntSushi / quickcheck

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

Add crate feature "use_logging" that's enabled by default #145

Closed bluss closed 7 years ago

bluss commented 8 years ago

This is to allow a faster compile of quickcheck. Logging brings a lot of dependencies that are more or less unused.

Fixes #142

bluss commented 8 years ago

Feel free to decide a better name or a better way to do this.

I'm a bit sensitive to the size of deps. I use quickcheck a lot, I compile quickchecks in both debug and release mode (often release mode to have them finish in reasonable time). I switch nightly versions; it ends up being a lot of compiling of that excellent but redundant regex dependency.