[flutter_tools] refactor stringsArg#105032
Conversation
|
cc/ @Jasguerrero |
There was a problem hiding this comment.
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.
Sure, Changed to argResults![name]! as List<String>? ?? <String>[];
There was a problem hiding this comment.
Did not change it back to arrow operator, based upon styleguide section on arrow operators.
|
@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.