-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Reland "Flutter Driver - Create widget finders from serialized finders extensions" with null safety #67711
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
Conversation
|
TBR @dnfield @goderbauer |
|
I think this should be fine, but @jonahwilliams can hopefully confirm |
|
Fixes applied @jonahwilliams |
jonahwilliams
left a comment
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.
Looks like you merged in a few other commits accidentally?
|
@jonahwilliams I've made a mistake during rebase. Fixed. |
jonahwilliams
left a comment
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.
LGTM
This comment has been minimized.
This comment has been minimized.
|
It should get merged when the tree becomes green again. Thanks for updating it. |
Exactly. Thank you for the review and cooperation. |
|
This pull request is not suitable for automatic merging in its current state.
|
|
@dnfield it seems Mac builds were failing on the master, seems fine now. In the meantime the bot has removed the auto-merge label. May I ask for re-adding |
|
It's passing now. @jonahwilliams - AFAICT the google internal failures are related to null-safety not being rolled into google3. I'm going to land this on that assumption. We can revert if I'm wrong. |
Description
As null safety feature for Flutter Driver was merged (#67570), we'd need to reland the extension feature patch (#67456). It should be compliant now, no lint nor build errors are reported.
Related Issues
#67570
#67456
Tests
packages/flutter_driver/test/src/real_tests/extension_test.dartChecklist
Before you create this PR, confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change