Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@dustingreen
Copy link
Contributor

@dustingreen dustingreen commented Apr 17, 2024

Fuchsia's fake-display will be migrating to sysmem2, which requires fuchsia.sysmem2.Allocator to be routed in a few places.

fixes flutter/flutter#146858

Pre-launch Checklist

  • [y] I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • [y] I read the Tree Hygiene wiki page, which explains my responsibilities.
  • [na] I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • [y] I listed at least one issue that this PR fixes in the description above.
  • [fixes to existing tests] I added new tests to check the change I am making or feature I am adding, or the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • [na] I updated/added relevant documentation (doc comments with ///).
  • [na / googler] I signed the CLA.
  • [y] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@dustingreen dustingreen force-pushed the route_sysmem2 branch 7 times, most recently from 2843af4 to 7db43ca Compare April 23, 2024 20:58
@dustingreen
Copy link
Contributor Author

cl/627545431 is the test run re. procedure in go/flutter-fuchsia-pr-policy

It is passing other than far_placeholder_test failures, which I think can be ignored for purposes of this PR, since the far_placeholder_test(s) are just making sure nobody actually merges a change that modifies the placeholder far files IIUC.

@dustingreen dustingreen changed the title [fuchsia] route fuchsia.sysmem2.Allocator [fuchsia] route fuchsia.sysmem2.Allocator fixes #146858 Apr 24, 2024
@dustingreen dustingreen changed the title [fuchsia] route fuchsia.sysmem2.Allocator fixes #146858 [fuchsia] route fuchsia.sysmem2.Allocator Apr 24, 2024
Fuchsia's fake-display will be migrating to sysmem2, which
requires fuchsia.sysmem2.Allocator to be routed in a few
places.

flutter/flutter#146858
@jrwang jrwang self-requested a review April 25, 2024 14:56
Copy link
Contributor

@jrwang jrwang left a comment

Choose a reason for hiding this comment

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

LGTM

@jrwang jrwang added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 26, 2024
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Apr 26, 2024
@auto-submit
Copy link
Contributor

auto-submit bot commented Apr 26, 2024

auto label is removed for flutter/engine/52187, due to This PR has not met approval requirements for merging. The PR author is not a member of flutter-hackers and needs 1 more review(s) in order to merge this PR.

  • Merge guidelines: A PR needs at least one approved review if the author is already part of flutter-hackers or two member reviews if the author is not a flutter-hacker before re-applying the autosubmit label. Reviewers: If you left a comment approving, please use the "approve" review action instead.

@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 26, 2024
@auto-submit auto-submit bot merged commit 6cc5188 into flutter:main Apr 26, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 26, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Apr 27, 2024
…147440)

flutter/engine@c410180...bc05539

2024-04-26 [email protected] Roll Dart SDK from 9936bafe5eb1 to 919c7cab870b (1 revision) (flutter/engine#52407)
2024-04-26 [email protected] Delete errant back-tick in CONTRIBUTING.md (flutter/engine#52324)
2024-04-26 [email protected] [fuchsia] route fuchsia.sysmem2.Allocator (flutter/engine#52187)
2024-04-26 [email protected] [Impeller] clamp maximum glyph scale. (flutter/engine#52403)
2024-04-26 [email protected] Add markdown docs about RBE (flutter/engine#52394)
2024-04-26 [email protected] Roll Skia from 52083c205016 to 3401ef9641cc (5 revisions) (flutter/engine#52402)
2024-04-26 [email protected] Fix function type cast warnings for macOS embedder callbacks (flutter/engine#52377)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: 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
@dustingreen dustingreen deleted the route_sysmem2 branch April 27, 2024 02:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App platform-fuchsia

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flutter needs to route fuchsia.sysmem2.Allocator

3 participants