-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: SupportdDisable of strategies for crate using
Cargo.toml
(#…
…1828) * Refactor: Move `Strategy` to `binstalk-types` Signed-off-by: Jiahao XU <[email protected]> * Add serialisation test for `Strategy` Signed-off-by: Jiahao XU <[email protected]> * Add support to disable strategies via crate `Cargo.toml` Signed-off-by: Jiahao XU <[email protected]> * Add e2e-test Signed-off-by: Jiahao XU <[email protected]> * Fix `Cargo.toml` disabled strategy checking for compile strategy Signed-off-by: Jiahao XU <[email protected]> * Optimize `resolve_inner`: Cache meta override Signed-off-by: Jiahao XU <[email protected]> * Add compile-time length checking for `Strategy` Signed-off-by: Jiahao XU <[email protected]> * More optimization Signed-off-by: Jiahao XU <[email protected]> * Fix order of override: cli options alwayus takes precedence Signed-off-by: Jiahao XU <[email protected]> * Add missing manifest for e2e-test Signed-off-by: Jiahao XU <[email protected]> --------- Signed-off-by: Jiahao XU <[email protected]>
- Loading branch information
Showing
11 changed files
with
206 additions
and
57 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.