Skip to content

Fully rename to hot restart #17897

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

Merged
merged 2 commits into from
May 25, 2018
Merged

Fully rename to hot restart #17897

merged 2 commits into from
May 25, 2018

Conversation

mit-mit
Copy link
Member

@mit-mit mit-mit commented May 25, 2018

Follow-up change to f48dec5

@mit-mit mit-mit requested a review from devoncarew May 25, 2018 06:58
Copy link
Member

@devoncarew devoncarew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

one comment to think about how to clarify the two actions to users in the help text, but lgtm w/o a change

@@ -717,9 +717,9 @@ class HotRunner extends ResidentRunner {
const String bold = '\u001B[0;1m';
const String reset = '\u001B[0m';
printStatus(
'$fire To hot reload your app on the fly, press "r". To restart the app entirely, press "R".',
'$fire To hot reload your app on the fly, press "r". To hot restart the app, press "R".',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given how close the names are, is it worth trying to differentiate what the two actions do here?

To hot reload changes into your app, press "r". To hot restart the app, press "R".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about this?

To hot reload changes while running, press "r". To hot restart and rebuild state, press "R".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To hot reload changes while running, press "r". To hot restart (and rebuild state), press "R".?

@mit-mit mit-mit merged commit fb95fcb into master May 25, 2018
@mit-mit mit-mit deleted the mit-mit-patch-1 branch May 25, 2018 21:10
@mit-mit mit-mit mentioned this pull request May 25, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants