-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[script] fix script noop interpolated toString()s #6175
Conversation
|
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. |
a14n
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
goderbauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Flutter engine fixes: flutter/engine#35100 Flutter tools fixes: flutter/flutter#108836 Flutter plugins test fixes: flutter/plugins#6173 Flutter plugins script fixes: flutter/plugins#6175 Flutter plugins testing/scenario_app: flutter/engine#35165 (Internal) linter test execution fixes: cl/464897186 Change-Id: Ica7cbcba7599d1367fc67e088ff634398a160df7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/253501 Commit-Queue: Phil Quitslund <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
Fix diagnostics that will get flagged in the next Dart SDK roll.
See breakage:
https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket/8806899813430732209/+/u/analyze_flutter_plugins/stdout
Source Linter DEP bump: https://dart-review.googlesource.com/c/sdk/+/253501
/cc @a14n @srawlins
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).If you need help, consider asking for advice on the #hackers-new channel on Discord.