Skip to content

[flutter_tool] Hide unsafe std{out,err} operations#49561

Merged
fluttergithubbot merged 1 commit intoflutter:masterfrom
zanderso:io-hide-stdio
Jan 28, 2020
Merged

[flutter_tool] Hide unsafe std{out,err} operations#49561
fluttergithubbot merged 1 commit intoflutter:masterfrom
zanderso:io-hide-stdio

Conversation

@zanderso
Copy link
Copy Markdown
Member

@zanderso zanderso commented Jan 27, 2020

Description

This is a cleanup for #49380. In particular, it hides stdout and stderr in Stdio in io.dart, and exposes only the functionality that we use.

Tests

I added the following tests:

There was no change in functionality. Things we weren't using are now invisible/hidden by io.dart.

Breaking Change

Did any tests fail when you ran them? Please read [Handling breaking changes].

  • No, no existing tests failed, so this is not a breaking change.

@zanderso zanderso added tool Affects the "flutter" command-line tool. See also t: labels. work in progress; do not review labels Jan 27, 2020
@fluttergithubbot
Copy link
Copy Markdown
Contributor

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.

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

Copy link
Copy Markdown
Contributor

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

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

LGTM

@fluttergithubbot fluttergithubbot merged commit 68ed5c2 into flutter:master Jan 28, 2020
@zanderso zanderso deleted the io-hide-stdio branch January 28, 2020 17:38
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Aug 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants