cargo-hack icon indicating copy to clipboard operation
cargo-hack copied to clipboard

Should --optional-deps enabled by default?

Open taiki-e opened this issue 4 years ago • 2 comments

taiki-e avatar May 26 '20 16:05 taiki-e

It's too easy to forget this, and it's probably preferable to enable it by default.

taiki-e avatar Jul 11 '20 19:07 taiki-e

This can significantly increase test time in projects with many option dependencies, so we probably need to extend the --optional-deps flag so that only specified dependencies can be considered as feature flags. like --optional-deps=crate1,crate3

taiki-e avatar Sep 16 '20 14:09 taiki-e