-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve remote externalities logging #7021
Improve remote externalities logging #7021
Conversation
Signed-off-by: Xavier Lau <[email protected]>
@bkchr 🙏🏻 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ty!
Some nitpicks, otherwise it looks good
Done. Happy New Year :)
Done. |
Signed-off-by: Xavier Lau <[email protected]>
4657b5f
to
ddbb337
Compare
/cmd prdoc --audience node_dev --bump patch |
let timer = Instant::now(); | ||
let mut maybe_sp = start(start_msg); | ||
|
||
Ok(end(f()?, timer, maybe_sp.as_mut(), end_msg)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could probably get rid of the sync variant if you wanted to and always use the async one.
Happy new year and thanks for the fix! |
/tip small |
/bot fmt |
@ggwpez A referendum for a small (20 DOT) tip was successfully submitted for @AurevoirXavier (156HGo9setPcU2qhFMVWLkcmtCEGySLwNqa3DaEiYSWtte4Y on polkadot). |
The referendum has appeared on Polkassembly. |
bot fmt |
@bkchr https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7964469 was started for your command Comment |
@bkchr Command |
b7e2695
Changes: - Automatically detect if current env is tty. If not disable the spinner logging. - Add `Result` type. - Format log style. Originally reported from: - https://github.com/hack-ink/polkadot-runtime-releaser/blob/4811d2b419649a73edd5bd1f748a858b846eb139/action/try-runtime/action.yml#L75-L91 - hack-ink/polkadot-runtime-releaser-workshop#3 (comment) Closes #7010. --- Polkadot address: 156HGo9setPcU2qhFMVWLkcmtCEGySLwNqa3DaEiYSWtte4Y --------- Signed-off-by: Xavier Lau <[email protected]> Co-authored-by: command-bot <> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
Changes:
Result
type.Originally reported from:
Closes #7010.
Polkadot address: 156HGo9setPcU2qhFMVWLkcmtCEGySLwNqa3DaEiYSWtte4Y