-
Notifications
You must be signed in to change notification settings - Fork 29.7k
fix(flutter_tools): Format gen-l10n output files with dart format
#98701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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
///).