-
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
Add hash_factories patch file #31133
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test-exempt: code refactor with no semantic change |
dcharkes
approved these changes
Feb 7, 2022
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.
When this PR has landed
That should be when the PR has rolled into G3 if I remember correctly.
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Feb 8, 2022
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this pull request
Feb 10, 2022
By moving the hash map/set factories into their own file, the collection_patch and compact_hash patch files can be shared between the VM and dart2wasm. This builds on the preparations from the creation of the file in https://dart-review.googlesource.com/c/sdk/+/229905 and listing it in the Flutter file lists in flutter/engine#31133. Change-Id: Ia8f07229af056e59b119008714deecc0c96dd742 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/231947 Reviewed-by: Daco Harkes <dacoharkes@google.com> Commit-Queue: Aske Simon Christensen <askesc@google.com>
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this pull request
Feb 10, 2022
…tch files" This reverts commit 04372ad. Reason for revert: Flutter PR not rolled into g3 yet. Original change's description: > [vm,dart2wasm] Move hash factory code to enable sharing of patch files > > By moving the hash map/set factories into their own file, the > collection_patch and compact_hash patch files can be shared between the > VM and dart2wasm. > > This builds on the preparations from the creation of the file in > https://dart-review.googlesource.com/c/sdk/+/229905 and listing it in > the Flutter file lists in flutter/engine#31133. > > Change-Id: Ia8f07229af056e59b119008714deecc0c96dd742 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/231947 > Reviewed-by: Daco Harkes <dacoharkes@google.com> > Commit-Queue: Aske Simon Christensen <askesc@google.com> TBR=askesc@google.com,dacoharkes@google.com Change-Id: I6342ef0250cc24b36c4c32e86a4769dbaeffafa4 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/232400 Reviewed-by: Aske Simon Christensen <askesc@google.com> Commit-Queue: Aske Simon Christensen <askesc@google.com>
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this pull request
Feb 14, 2022
By moving the hash map/set factories into their own file, the collection_patch and compact_hash patch files can be shared between the VM and dart2wasm. This builds on the preparations from the creation of the file in https://dart-review.googlesource.com/c/sdk/+/229905 and listing it in the Flutter file lists in flutter/engine#31133. Reland of: https://dart-review.googlesource.com/c/sdk/+/231947 Change-Id: I1baa03ae951ce4f96f9ef31c1a2e79f14f9a3e90 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/232401 Reviewed-by: Daco Harkes <dacoharkes@google.com> Commit-Queue: Aske Simon Christensen <askesc@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add the newly added
hash_factories.dart
patch file to all the Flutter patch file lists.This file is a placeholder for now, in order to ensure a smooth roll into Flutter. When this PR has landed, some code from
collection_patch.dart
will be moved to the new patch file to enable sharing of patch file code between the Dart VM and dart2wasm. See the discussion in https://dart-review.googlesource.com/c/sdk/+/229905 for details.Closes flutter/flutter#97432
Pre-launch Checklist
writing and running engine tests.
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.