-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix workspace handling CLI bugs. (#381)
* Fix baseline path handling and duplicated `Parsing` output. * `--exclude` implies `--workspace`. * Fix `publish = false` item handling. * Fix `publish = false` handling when a crate is specifically selected. * Add manufactured semver break test from GitHub Action. * Don't show empty list of possible causes for missing packages. * Fix `--exclude` handling on crate manifests within a workspace. * Redirect and `tee` output. * Strip ANSI escapes for colors and bold text. * Remove stray quote. * Only run tokio checks pre-publish, not on every PR. * Look for fragment in output file.
- Loading branch information
1 parent
9a1cf6d
commit c774e98
Showing
5 changed files
with
164 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ localdata/ | |
.vscode/ | ||
|
||
# Unnecessary test data | ||
test_crates/*/*/Cargo.lock | ||
test_crates/**/Cargo.lock |
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