-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
transpose: error instead of panic (#74)
* Error instead of panic Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Bump to 1.0.2 Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
- Loading branch information
Showing
10 changed files
with
44 additions
and
39 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ repo: | |
ref: c86b633695299ed27053940d5ea5c5a2392964b3 | ||
cases: | ||
- cmd: transpose dependency lift-to-workspace parity-scale-codec | ||
stderr: | | ||
stderr: |+ | ||
[WARN] Unstable feature - do not rely on this! | ||
thread 'main' panicked at ' | ||
Found 6 different versions of 'parity-scale-codec' in the workspace: | ||
^3.6.1: 244 times (frame-support, sp-api, sp-core, …) | ||
|
@@ -16,13 +16,12 @@ cases: | |
^3.4.0: 4 times (asset-hub-rococo-integration-tests, integration-tests-common, asset-hub-westend-integration-tests, …) | ||
Hint: cargo upgrade -p [email protected] | ||
', src/cmd/transpose.rs:163:13 | ||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace | ||
code: 101 | ||
code: 1 | ||
- cmd: transpose dependency lift-to-workspace log | ||
stderr: | | ||
stderr: |+ | ||
[WARN] Unstable feature - do not rely on this! | ||
thread 'main' panicked at ' | ||
Found 8 different versions of 'log' in the workspace: | ||
^0.4.17: 135 times (frame-support, sp-api, sp-core, …) | ||
|
@@ -35,9 +34,8 @@ cases: | |
^0.4.8 : 1 time (sc-consensus-grandpa-rpc) | ||
Hint: cargo upgrade -p [email protected] | ||
', src/cmd/transpose.rs:163:13 | ||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace | ||
code: 101 | ||
code: 1 | ||
- cmd: zepter transpose dependency lift-to-workspace macro_magic | ||
stderr: | | ||
[WARN] Unstable feature - do not rely on this! | ||
|
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