fix(flutter_tools): Format gen-l10n output files with dart format#98701
fix(flutter_tools): Format gen-l10n output files with dart format#98701MichaelDark wants to merge 3 commits intoflutter:masterfrom
gen-l10n output files with dart format#98701Conversation
|
I would really appreciate if someone could help me with tests for this PR |
| import '../convert.dart'; | ||
| import '../flutter_manifest.dart'; | ||
|
|
||
| import '../globals.dart'as globals; |
There was a problem hiding this comment.
| import '../globals.dart'as globals; | |
| import '../globals.dart' as globals; |
|
I'm unclear on whether applying this in all situations is the right thing to do. I like the idea @HansMuller proposed of allowing users to specify a filter: #98122 (comment) |
|
Closing this PR as stale. If you want to land this, I would suggest starting discussion on the issue to verify the approach. |
|
We haven't been able to address this issue and PR (yet) but it's still valid. An engineer who will focus on the i18n tools is starting in a few weeks; hopefully we can make some real progress then. |
|
This pull request executed golden file tests, but it has not been updated in a while (20+ days). Test results from Gold expire after as many days, so this pull request will need to be updated with a fresh commit in order to get results from Gold. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
cc @thkim1011 |
|
@thkim1011 should we close this as superceded by #109171 ? |
|
Closing this PR as it's stale, and we decided to take a slightly different approach. See #109171. |
Format
gen-l10noutput withdart formatFixes:
dart format#98122Pre-launch Checklist
///).