Skip to content
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

SemanticsFlag/SemanticsAction cleanup (part 2) #123817

Merged
merged 2 commits into from Mar 31, 2023

Conversation

bernaferrari
Copy link
Contributor

@bernaferrari bernaferrari commented Mar 30, 2023

Part 2 of #123346
Migrate their usages into temporary properties.

@flutter-dashboard flutter-dashboard bot added a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) a: tests "flutter test", flutter_test, or one of our tests framework flutter/packages/flutter repository. See also f: labels. labels Mar 30, 2023
@bernaferrari bernaferrari changed the title SemanticsFlag/SemanticsAction enum migration (part 2) SemanticsFlag/SemanticsAction enum migration (part 2) Mar 30, 2023
@bernaferrari
Copy link
Contributor Author

Do we need to make the analyzer pass? It fails because the property is deprecated, which is what we want.

cc @goderbauer

@goderbauer
Copy link
Member

Yes! You'll have to add // ignore: deprecated_member_use to the lines where it is used to silence that warning.

@bernaferrari bernaferrari force-pushed the Semantics-part2 branch 2 times, most recently from 38ac2e6 to 34a7409 Compare March 30, 2023 21:50
@bernaferrari
Copy link
Contributor Author

Here it goes.

Copy link
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

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

LGTM

@bernaferrari
Copy link
Contributor Author

bernaferrari commented Mar 31, 2023

How Google testing failed? I didn't think this was possible.. There are zero changes here.

@goderbauer
Copy link
Member

It probably failed because the engine change this needs hasn’t rolled into Google yet. I’ll verify that tomorrow and let you know.

@goderbauer
Copy link
Member

@chunhtai can you give this a secondary review?

Copy link
Contributor

@chunhtai chunhtai left a comment

Choose a reason for hiding this comment

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

LGTM

@chunhtai chunhtai added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 31, 2023
@auto-submit auto-submit bot merged commit f5415a4 into flutter:master Mar 31, 2023
72 checks passed
@bernaferrari bernaferrari deleted the Semantics-part2 branch March 31, 2023 16:24
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 31, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 31, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 31, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 31, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 31, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Apr 1, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Apr 1, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Apr 1, 2023
@bernaferrari bernaferrari changed the title SemanticsFlag/SemanticsAction enum migration (part 2) SemanticsFlag/SemanticsAction cleanup (part 2) Apr 12, 2023
exaby73 pushed a commit to NevercodeHQ/flutter that referenced this pull request Apr 17, 2023
…3817)

`SemanticsFlag`/`SemanticsAction` enum migration (part 2)
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 10, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) a: tests "flutter test", flutter_test, or one of our tests autosubmit Merge PR when tree becomes green via auto submit App framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants