[flutter_tools] Clean up boolArgDeprecated and stringArgDeprecated#122184
[flutter_tools] Clean up boolArgDeprecated and stringArgDeprecated#122184auto-submit[bot] merged 15 commits intoflutter:masterfrom bartekpacia:refactor/cleanup_cli_arg_accessors
boolArgDeprecated and stringArgDeprecated#122184Conversation
|
The 3 test failures ( It crashes in these lines: 676, 699, and a couple of the same ones in Crashes in these lines come from here in |
|
Oh, I think I found a fix :) |
packages/flutter_tools/test/commands.shard/hermetic/run_test.dart
Outdated
Show resolved
Hide resolved
|
Hmm, looks like the |
|
auto label is removed for flutter/flutter, pr: 122184, due to - This commit is not mergeable and has conflicts. Please rebase your PR and fix all the conflicts. |
|
Looks like you have a conflict with #121903 |
Co-authored-by: Christopher Fujino <[email protected]>
Co-authored-by: Christopher Fujino <[email protected]>
Co-authored-by: Christopher Fujino <[email protected]>
Co-authored-by: Christopher Fujino <[email protected]>
|
Yup, thanks for heads up, fixed :) |
Oopsie, @christopherfujino? |
|
auto label is removed for flutter/flutter, pr: 122184, due to - The status or check suite Google testing has failed. Please fix the issues identified (or deflake) before re-applying this label. |
This PR standarizes the methods used to parse command-line flags and options.
Fixes #105263 as discussed in #105263 (comment).
Pre-launch Checklist
///).