-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add a warning/additional handlers for parsingsynthetic-package.
#157934
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
Add a warning/additional handlers for parsingsynthetic-package.
#157934
Conversation
cbracken
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.
jonahwilliams
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
andrewkolos
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.
I have some things I need to intensely review here, but here is some stuff to get started in case that's useful. Otherwise, simply wait for another review from me.
packages/flutter_tools/lib/src/dart/generate_synthetic_packages.dart
Outdated
Show resolved
Hide resolved
packages/flutter_tools/lib/src/dart/generate_synthetic_packages.dart
Outdated
Show resolved
Hide resolved
packages/flutter_tools/lib/src/dart/generate_synthetic_packages.dart
Outdated
Show resolved
Hide resolved
packages/flutter_tools/test/general.shard/dart/generate_synthetic_packages_test.dart
Outdated
Show resolved
Hide resolved
packages/flutter_tools/test/general.shard/dart/generate_synthetic_packages_test.dart
Outdated
Show resolved
Hide resolved
packages/flutter_tools/test/general.shard/dart/generate_synthetic_packages_test.dart
Outdated
Show resolved
Hide resolved
…tic_packages_test.dart Co-authored-by: Andrew Kolos <[email protected]>
…tic_packages_test.dart Co-authored-by: Andrew Kolos <[email protected]>
…tic_packages_test.dart Co-authored-by: Andrew Kolos <[email protected]>
…s.dart Co-authored-by: Andrew Kolos <[email protected]>
andrewkolos
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
|
auto label is removed for flutter/flutter/157934, due to - The status or check suite Linux tool_integration_tests_5_5 has failed. Please fix the issues identified (or deflake) before re-applying this label. |
flutter/flutter@0fe6153...f86b777 2024-11-01 [email protected] Roll Packages from 7cc1caa to 796afa3 (15 revisions) (flutter/flutter#158003) 2024-11-01 [email protected] Marks Linux_pixel_7pro service_extensions_test to be flaky (flutter/flutter#157853) 2024-11-01 [email protected] Roll Flutter Engine from 0a0d5c9be6ff to 3a090b46dd35 (1 revision) (flutter/flutter#157994) 2024-11-01 [email protected] Roll Flutter Engine from bacc5e1e73b7 to 0a0d5c9be6ff (3 revisions) (flutter/flutter#157991) 2024-11-01 [email protected] Add test for `interactive_viewer.transformation_controller.0.dart` (flutter/flutter#157986) 2024-11-01 [email protected] Roll Flutter Engine from d7e928911ac2 to bacc5e1e73b7 (1 revision) (flutter/flutter#157982) 2024-11-01 [email protected] Add test for `notification.0.dart` (flutter/flutter#157909) 2024-11-01 [email protected] performance: Override .elementAt in CachingIterable (flutter/flutter#152477) 2024-11-01 [email protected] Roll Flutter Engine from cd46383cd55e to d7e928911ac2 (4 revisions) (flutter/flutter#157978) 2024-11-01 [email protected] Roll Flutter Engine from bb77cf867aef to cd46383cd55e (11 revisions) (flutter/flutter#157972) 2024-11-01 [email protected] Add a warning/additional handlers for parsing`synthetic-package`. (flutter/flutter#157934) 2024-10-31 [email protected] Roll Flutter Engine from f2154ef3e31c to bb77cf867aef (6 revisions) (flutter/flutter#157960) 2024-10-31 [email protected] Renames `injectBuildTimePluginFilesForWebPlatform` and removes unused named parameter. (flutter/flutter#157944) 2024-10-31 [email protected] [flutter_driver] use mostly public screenshot API. (flutter/flutter#157888) 2024-10-31 [email protected] Made insetPadding configurable for Date Picker Dialog (flutter/flutter#155651) 2024-10-31 [email protected] Fix showSnackBar can't access useMaterial3 from the theme (flutter/flutter#157707) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
|
Time to revert pull request flutter/flutter/157934 has elapsed. |
|
reason for revert: b/377107864 |
Update internationalization documents and gen_l10n example to align with deprecation of synthetic packages. From flutter 3.32.0 [breaking changes](https://docs.flutter.dev/release/breaking-changes/flutter-generate-i10n-source), localized messages are generated into source, not a synthetic package. This PR should be merged in the future stable release. Issues fixed by this PR (if any): - #11765 Relative links: - https://groups.google.com/g/flutter-announce/c/ZWtR2h6QAZk - https://flutter.dev/to/flutter-gen-deprecation - flutter/flutter#102983 - flutter/flutter#157934 ## Presubmit checklist - [ ] This PR is marked as draft with an explanation if not meant to land until a future stable release. - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. Co-authored-by: amir14a <[email protected]>
Update internationalization documents and gen_l10n example to align with deprecation of synthetic packages. From flutter 3.32.0 [breaking changes](https://docs.flutter.dev/release/breaking-changes/flutter-generate-i10n-source), localized messages are generated into source, not a synthetic package. This PR should be merged in the future stable release. Issues fixed by this PR (if any): - #11765 Relative links: - https://groups.google.com/g/flutter-announce/c/ZWtR2h6QAZk - https://flutter.dev/to/flutter-gen-deprecation - flutter/flutter#102983 - flutter/flutter#157934 ## Presubmit checklist - [ ] This PR is marked as draft with an explanation if not meant to land until a future stable release. - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. Co-authored-by: amir14a <[email protected]>

Closes #157928.
Closes #157929.
synthetic-packages: true&&--implicit-pubpsec-resolutionflutter_genwith warning.<no synthetic-packages key>&&--implicit-pubspec-resolutionflutter_genwith warning.synthetic-packages: false&&--implicit-pubpsec-resolutionflutter_gen.synthetic-packages: true&&--no-implicit-pubpsec-resolution<no synthetic-packages key>&&--no-implicit-pubspec-resolutionflutter_gen.synthetic-packages: false&&--no-implicit-pubpsec-resolutionflutter_genwith warning.