-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[CP-beta] Emit a warning on --[no-]disable-dds, preferring --no-dds
#172790
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
[CP-beta] Emit a warning on --[no-]disable-dds, preferring --no-dds
#172790
Conversation
…r#172595) Towards flutter#150279. I'll CP this into 3.35, and then we can remove support for the flag on `master`. (IIRC this only still existed because of google3)
|
@matanlurey please fill out the PR description above, afterwards the release team will review this request. |
|
This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter. Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed. |
--[no-]disable-dds, preferring --no-dds--[no-]disable-dds, preferring --no-dds
Closes flutter#150279. Made a warning in flutter#172595 and cherry-picked into the next beta (will be stable) as flutter#172790.
3284810
into
flutter:flutter-3.35-candidate.0
Closes flutter#150279. Made a warning in flutter#172595 and cherry-picked into the next beta (will be stable) as flutter#172790.
Closes flutter#150279. Made a warning in flutter#172595 and cherry-picked into the next beta (will be stable) as flutter#172790.
Closes flutter#150279. Made a warning in flutter#172595 and cherry-picked into the next beta (will be stable) as flutter#172790.
Closes flutter#150279. Made a warning in flutter#172595 and cherry-picked into the next beta (will be stable) as flutter#172790.
This pull request is created by automatic cherry pick workflow
Please fill in the form below, and a flutter domain expert will evaluate this cherry pick request.
Issue Link:
What is the link to the issue this cherry-pick is addressing?
#150279
Changelog Description:
Explain this cherry pick in one line that is accessible to most Flutter developers. See best practices for examples
Emits a warning if
--[no-]disable-ddsis used, users should prefer--[no-]dds.Impact Description:
What is the impact (ex. visual jank on Samsung phones, app crash, cannot ship an iOS app)? Does it impact development (ex. flutter doctor crashes when Android Studio is installed), or the shipping production app (the app crashes on launch)
Gives a full stable release of warnings before removing a deprecated feature.
Workaround:
Is there a workaround for this issue?
N/A
Risk:
What is the risk level of this cherry-pick?
Test Coverage:
Are you confident that your fix is well-tested by automated tests?
Validation Steps:
What are the steps to validate that this fix works?
N/A