-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[flutter_releases] Flutter stable 3.22.3 Engine Cherrypicks #53686
[flutter_releases] Flutter stable 3.22.3 Engine Cherrypicks #53686
Conversation
This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter. Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed. |
I think we messed up and created duplicate tags |
Filing a tracking issue for this: flutter/flutter#151206 |
I removed the tag from https://chrome-infra-packages.appspot.com/p/flutter/dart-sdk/windows-arm64/+/Yl9L7nIDSTcAgDFj9Q7Ce8jggdMszxCVHDT9hYMwoCMC, and have re-scheduled the windows presubmits |
…nditional imports (flutter#53307) Users of packages that have specialized code for the VM (which supports FFI) use conditional imports based on `dart.library.ffi`. We don't want the VM-specific code to be used for web in dart2wasm. As a result we're going to make `dart.library.ffi` be false in conditional imports (as well as in `const bool.fromEnvironment('dart.library.ffi')`). Issue dart-lang/sdk#55948 Issue flutter/flutter#149984
Per flutter/flutter#151558, I also cherrypicked ae9e092#diff-6608483a47ebedf1d8d4a0cb1e8c306dbed52fb5c1fc1485bdc48e2d99bdb0a1 to this branch |
…er#53304) The issue in [0] was fixed. So we no longer have to use conditional imports and dart2wasm vs dart2js specific implementations. Instead we use the new extension methods introduced due to [0], namely `Object.toExternalReference` and `ExternalDartReference.toDartObject`. [0] dart-lang/sdk#55183
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. |
To work around this, I pushed a commit (2bebada) deleting the impeller tests (I don't believe we ever ran golden tests on this branch previously), similar to this change on the 3.23 branch: #53178 |
a5180e4
into
flutter:flutter-3.22-candidate.0
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 stable 3.22.3 Engine
Scheduled Cherrypicks
Dart
dart compile wasm
compiled apps disabledart.library.ffi
dart-lang/sdk#55979Engine