Skip to content

Conversation

@MichaelDark
Copy link

@MichaelDark MichaelDark commented Feb 17, 2022

Format gen-l10n output with dart format

Fixes:

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
  • I signed the [CLA].
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is [test-exempt].
  • All existing and new tests are passing.

@flutter-dashboard flutter-dashboard bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Feb 17, 2022
@MichaelDark
Copy link
Author

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;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
import '../globals.dart'as globals;
import '../globals.dart' as globals;

@christopherfujino
Copy link
Contributor

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)

@christopherfujino christopherfujino added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Mar 17, 2022
@christopherfujino
Copy link
Contributor

Closing this PR as stale. If you want to land this, I would suggest starting discussion on the issue to verify the approach.

@HansMuller
Copy link
Contributor

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.

@flutter-dashboard
Copy link

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 package:flutter.

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

@HansMuller HansMuller added the a: internationalization Supporting other languages or locales. (aka i18n) label Jun 15, 2022
@christopherfujino
Copy link
Contributor

cc @thkim1011

@christopherfujino
Copy link
Contributor

@thkim1011 should we close this as superceded by #109171 ?

@thkim1011
Copy link
Contributor

Closing this PR as it's stale, and we decided to take a slightly different approach. See #109171.

@thkim1011 thkim1011 closed this Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: internationalization Supporting other languages or locales. (aka i18n) tool Affects the "flutter" command-line tool. See also t: labels. waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants