-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[flutter_tools] refactor stringsArg #105032
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
|
cc/ @Jasguerrero |
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.
After this issue #105263 (comment) we are going to change this to bubble up the error when the flag is missing so the behavior we are looking here will be something like arResults?[name]! as List<String>? ?? <String>[]
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.
Sure, Changed to argResults![name]! as List<String>? ?? <String>[];
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.
Did not change it back to arrow operator, based upon styleguide section on arrow operators.
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
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
Jasguerrero
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
|
@Jasguerrero can you please add the autosubmit label over here ? |
|
@CaseyHillers what should we do here? It's doing the thing where the frob dashboard doesn't hvae the PR, but I get a failure if I try to schedule it. |
|
@amanv8060 this PR is 800 commits behind tip of tree. Can you rebase to the latest to fix the stuck Google Testing check? |
|
|
@christopherfujino tests have passed, can you please add the label again? |
Update stringsArg function.
part of #101595
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.