-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix dep feature behavior in the sat resolver
Behavior of the feature: * if dependency `dep_name` is not optional, its feature `"bar"` is activated. * if dependency `dep_name` is optional: - if this is a weak dependency feature: - feature `"bar"` of dependency `dep_name` is activated if `dep_name` has been activated. - if this is not a weak dependency feature: - feature `dep_name` is activated if it exists. - dependency `dep_name` is activated. - feature `"bar"` of dependency `dep_name` is activated.
- Loading branch information
Showing
2 changed files
with
173 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters