SemanticsFlag/SemanticsAction cleanup (part 4)#123329
Merged
auto-submit[bot] merged 4 commits intoflutter:masterfrom Apr 12, 2023
Merged
SemanticsFlag/SemanticsAction cleanup (part 4)#123329auto-submit[bot] merged 4 commits intoflutter:masterfrom
SemanticsFlag/SemanticsAction cleanup (part 4)#123329auto-submit[bot] merged 4 commits intoflutter:masterfrom
Conversation
Contributor
Author
|
Ops, need to fix on Engine first. |
SemanticsAction and SemanticsFlag become an enum.SemanticsFlag/SemanticsAction enum migration (part 4)
This was referenced Mar 23, 2023
Member
|
What about the matcher_test.dart in flutter_test that iterates over |
Contributor
Author
|
That's an excellente question. I completely overlooked it. Thanks! We could:
What do you think? |
Contributor
Author
|
Oh, alternatively we could just do |
Member
|
|
50fc0be to
83d21c2
Compare
191e9b1 to
25906f6
Compare
bernaferrari
commented
Apr 11, 2023
19c87ce to
b5ea0a1
Compare
SemanticsFlag/SemanticsAction enum migration (part 4)SemanticsFlag/SemanticsAction cleanup (part 4)
Contributor
Author
|
Cc @chunhtai |
goderbauer
reviewed
Apr 11, 2023
2ed56b3 to
d3e3a15
Compare
Member
|
FYI, Google testing is currently failing because the engine-side change has not rolled into google yet. |
3b08912 to
5d9942e
Compare
5d9942e to
0db7899
Compare
Contributor
Author
|
I'll use my new super-power to auto-submit (I hope it is fine). |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Apr 13, 2023
exaby73
pushed a commit
to exaby73/flutter_nevercode
that referenced
this pull request
Apr 17, 2023
`SemanticsFlag`/`SemanticsAction` cleanup (part 4)
This file contains hidden or 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
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.
part 4 of #123346