-
Notifications
You must be signed in to change notification settings - Fork 13
refactor: report progress through a new icp-events crate instead of the terminal #709
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
Draft
Draft
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
93cff32
refactor: add icp-events and report progress through it in four opera…
raymondk 93a3017
no-mistakes(review): fix CancelToken waker lifecycle and neutral-fini…
raymondk c4c4189
no-mistakes(review): share byte bar style and correct progress docs
raymondk 48fb0ad
no-mistakes(review): document compiler as gate for progress.rs removal
raymondk 2cf993d
no-mistakes(document): clarify partial progress inversion in architec…
raymondk 22e6581
fix(events): label a spinner before its ticker can draw
raymondk 5f810b5
refactor: report build, sync and transfer progress through icp-events
raymondk 105be95
docs: describe the progress inversion as complete
raymondk e71f11a
no-mistakes(review): strip ANSI from recorded frames; narrow doc grep…
raymondk c284f72
no-mistakes(document): correct sync-plugin design doc for OutputWriter
raymondk 314cbaa
fix(events): name the canister in step output logged under --debug
raymondk 24e0fae
no-mistakes(test): fix flaky debug-capture test helper via global sub…
raymondk 0bc9bc8
no-mistakes(document): note --debug canister prefix in changelog; run…
raymondk 91f369b
bump h2
raymondk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
These two adjacent arguments are both derived from
ctx.debugbut mean opposite things — hide the bars vs. replay more output on failure. Same shape indeploy.rsandcommands/sync.rs.The rename to
all_step_outputhelps at the definition; the call site still reads asctx.debugtwice, which is easy to get wrong when someone edits this later.