Skip to content

Conversation

@zanderso
Copy link
Member

@zanderso zanderso commented May 17, 2022

The rationale as I understand it is that the warnings are noisy, not actionable when in a dependent package, and/or redundant with analyzer messages, so this PR suppresses them, and allows only errors to be printed.

Fixes #103994

See also dart-lang/sdk#46264

@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.

@flutter-dashboard flutter-dashboard bot added the tool Affects the "flutter" command-line tool. See also t: labels. label May 17, 2022
@zanderso zanderso force-pushed the cfe-error-verbosity branch 2 times, most recently from ced806f to 096c1de Compare May 19, 2022 00:09
Copy link
Contributor

@jacob314 jacob314 left a comment

Choose a reason for hiding this comment

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

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

Hide all warnings from Dart compilers when running Flutter.

2 participants