-
Notifications
You must be signed in to change notification settings - Fork 6k
Add support for on/off switch labels when built on iOS 13. #12467
Conversation
"$fuchsia_sdk_root/pkg:vfs_cpp", | ||
"$fuchsia_sdk_root/pkg:zx", |
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.
This was altered by the formatting script. Not sure if I should revert or leave alone.
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.
No. Leave it be. This is good. We format all our GN files. I believe this one was imported from //topaz as-is recently.
"$fuchsia_sdk_root/pkg:vfs_cpp", | ||
"$fuchsia_sdk_root/pkg:zx", |
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.
No. Leave it be. This is good. We format all our GN files. I believe this one was imported from //topaz as-is recently.
Migration to the latest SDK is pending in https://github.com/flutter/infra/pull/62 |
@chinmaygarde is this PR blocked on https://github.com/flutter/infra/pull/62 ? I know https://github.com/flutter/infra/pull/62 is blocked on the device lab updates, but it's not clear to me that this PR needs to wait for those changes, as it wouldn't break anything pre iOS13 right? |
flutter/infra#62 has landed, but the devices are still iOS 12. It's not necessary to wait for them to be upgraded, but we do need the engine builder recipes migrated to Xcode 11 with the iOS 13 SDK. I believe @chinmaygarde made one attempt at that but that ended up being reverted. Once that's re-landed, this should be landable. |
🎉 that's great news! thanks for everything.
…On Wed, Jan 8, 2020 at 7:19 PM LongCatIsLooong ***@***.***> wrote:
@brandondiamond <https://github.com/brandondiamond> flutter/infra#62
<https://github.com/flutter/infra/pull/62> is relanded.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12467?email_source=notifications&email_token=AAH5FMCUHDPDC3NTOOT4EKLQ4ZURNA5CNFSM4I26UGXKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIOO3MI#issuecomment-572321201>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH5FMEKWLC6FK62EDQ3673Q4ZURNANCNFSM4I26UGXA>
.
|
Merged. Fingers crossed! |
…12467)" (#15370) Broke a fake implementation of Accessibility features in the framework. While this change is unlikely to break any users in the wild, this is a breaking change by the standards set out in our documentation and should follow the breaking change announcement process. Details can be found at https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes. The error in question: Missing concrete implementation of 'getter AccessibilityFeatures.onOffSwitchLabels' • packages/flutter_test/test/window_test.dart:252:7 • non_abstract_class_inherits_abstract_member This reverts commit d12f2a6.
…lutter#12467)" (flutter#15370) Broke a fake implementation of Accessibility features in the framework. While this change is unlikely to break any users in the wild, this is a breaking change by the standards set out in our documentation and should follow the breaking change announcement process. Details can be found at https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes. The error in question: Missing concrete implementation of 'getter AccessibilityFeatures.onOffSwitchLabels' • packages/flutter_test/test/window_test.dart:252:7 • non_abstract_class_inherits_abstract_member This reverts commit d12f2a6.
…S 13. (flutter#12467)" (flutter#15370)" This reverts commit ba5b381.
…lutter#12467)" This reverts commit 5aca558.
…lutter#12467)" (flutter#15370) Broke a fake implementation of Accessibility features in the framework. While this change is unlikely to break any users in the wild, this is a breaking change by the standards set out in our documentation and should follow the breaking change announcement process. Details can be found at https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes. The error in question: Missing concrete implementation of 'getter AccessibilityFeatures.onOffSwitchLabels' • packages/flutter_test/test/window_test.dart:252:7 • non_abstract_class_inherits_abstract_member This reverts commit d12f2a6.
Same as #12404 but verifies platform is iOS 13. Shouldn't merge until build bots have been updated to support iOS 13.