-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[flutter_tools] Clean up boolArgDeprecated and stringArgDeprecated
#122184
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
[flutter_tools] Clean up boolArgDeprecated and stringArgDeprecated
#122184
Conversation
|
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 |
christopherfujino
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
andrewkolos
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 with nit
|
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
///).