-
Notifications
You must be signed in to change notification settings - Fork 6k
[fuchsia] Wire through the tzdata-icu capability #48907
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact "@text-exemption-reviewers" in the #hackers channel in Chat (don't just cc them here, they won't see it! Use Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
3e79e0b to
c678534
Compare
c678534 to
3362ad2
Compare
|
LGTM |
|
i lgtm'd it, but if it's not super critical to get this in now, might want to wait till the new year. Capability routing sometimes breaks things, and with fuchsia/flutter engine, tracking down and reverting can be a pain. And if this happens to break something during the holidays, it'll be harder to get help to fix it. |
|
It’s not urgent no worries.
…On Thu, Dec 21, 2023 at 4:41 PM Tom Robinson ***@***.***> wrote:
i lgtm'd it, but if it's not super critical to get this in now, might want
to wait till the new year. Capability routing sometimes breaks things, and
with fuchsia/flutter engine, tracking down and reverting can be a pain. And
if this happens to break something during the holidays, it'll be harder to
get help to fix it.
—
Reply to this email directly, view it on GitHub
<#48907 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB4GMHMITIVTZRLVFWPL2TYKTJMBAVCNFSM6AAAAABAQU6GA6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRXGA4TCMBQGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
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. |
|
Can we land this? The CI failure need a rebase. You can use the GitHub UI to do this automatically. |
|
Let me revisit the comments and retry. |
5da8087 to
3e2278a
Compare
|
This is now rebased - waiting for the presubmits to pass, and if they do I think this can be merged. |
The `tzdata-icu` capability is a directory containing ICU time zone resource files. These are requried for correct computation of local times. Issue: flutter/flutter#139952
3e2278a to
56b4b04
Compare
|
auto label is removed for flutter/engine/48907, 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.
|
…141807) flutter/engine@3106e08...9dded18 2024-01-18 [email protected] [fuchsia] Wire through the tzdata-icu capability (flutter/engine#48907) 2024-01-18 [email protected] Roll Skia from 31fae9f0cdd1 to 40200ceca00e (1 revision) (flutter/engine#49871) 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
The
tzdata-icucapability is a directory containingICU time zone resource files. These are requried for
correct computation of local times.
Issue: flutter/flutter#139952
Pre-launch Checklist
///).