-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
A-featuresArea: features (--feature-powerset, --each-feature, etc.)Area: features (--feature-powerset, --each-feature, etc.)C-enhancementCategory: A new feature or an improvement for an existing oneCategory: A new feature or an improvement for an existing one
Description
Is it possible to use cargo-hack to iterate over a feature powerset, but explicitly still skip certain combinations? For example, if my crate has the independent features: a, b, c
My understanding is --feature-powerset will run with the following combinations:
abca,ba,cb,ca,b,c- no features
Is there a way to tell cargo-hack to ignore a certain combinations here? For example, lets say I know a + c has some problems right now, can i tell cargo-hack to exclude that specific combination?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-featuresArea: features (--feature-powerset, --each-feature, etc.)Area: features (--feature-powerset, --each-feature, etc.)C-enhancementCategory: A new feature or an improvement for an existing oneCategory: A new feature or an improvement for an existing one