Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@mdebbar
Copy link
Contributor

@mdebbar mdebbar commented Jun 9, 2022

We are starting to see this issue in the engine when using the felt tool.

This PR restores the terminal's echo setting similar to how the flutter tool does.

@mdebbar mdebbar added the platform-web Code specifically for the web engine label Jun 9, 2022
@mdebbar mdebbar requested a review from ditman June 9, 2022 13:57
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

Copy link
Contributor

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@ditman ditman left a comment

Choose a reason for hiding this comment

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

LGTM!

Comment on lines 201 to +208
io.stdin.echoMode = false;
io.stdin.lineMode = false;

// Reset these settings when the felt command is done.
cleanupCallbacks.add(() async {
io.stdin.echoMode = true;
io.stdin.lineMode = true;
});
Copy link
Member

Choose a reason for hiding this comment

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

I like that the restoration is scheduled immediately after the values have been changed!

@mdebbar mdebbar added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Jun 9, 2022
@fluttergithubbot fluttergithubbot merged commit 7887ce9 into flutter:main Jun 9, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 9, 2022
houhuayong pushed a commit to houhuayong/engine that referenced this pull request Jun 21, 2022
@mdebbar mdebbar deleted the restore_echo branch January 17, 2023 18:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

needs tests platform-web Code specifically for the web engine waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants