Add retry command parser coverage#3365
Open
JacKane21 wants to merge 1 commit into
Open
Conversation
Author
|
@algora-pbc /claim #389 The PR body also includes |
Author
|
Hi maintainers, the contributor has signed the CLA, but the CLAassistant status on this PR still shows |
Author
|
Update: CLAassistant now shows all committers have signed the CLA, and the current visible check is passing. Thanks. |
4aa9891 to
560a669
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
/retryparses toAppCommand::Retry/raliasThe current runtime path already retries by calling
UI::on_message(None), matching the maintainer note on #389. This PR locks the exposed command surface down so that behavior stays reachable from the chat prompt.Verification
cargo test -p forge_main retrygit diff --checkNote:
cargo fmt --checkcurrently reports an unrelated existing formatting diff incrates/forge_main/src/info.rs, so I did not include that file in this PR./claim #389