Skip to content
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

Remove dead code #126266

Merged
merged 1 commit into from May 9, 2023
Merged

Remove dead code #126266

merged 1 commit into from May 9, 2023

Conversation

goderbauer
Copy link
Member

Dead code was flagged by unreachable_from_main lint, which is still experimental and not ready to be enabled yet.

@goderbauer goderbauer requested a review from Piinks May 8, 2023 13:55
@flutter-dashboard flutter-dashboard bot added a: internationalization Supporting other languages or locales. (aka i18n) a: text input Entering text in a text field or keyboard related problems d: api docs Issues with https://api.flutter.dev/ d: examples Sample code and demos documentation f: gestures flutter/packages/flutter/gestures repository. f: material design flutter/packages/flutter/material repository. f: scrolling Viewports, list views, slivers, etc. framework flutter/packages/flutter repository. See also f: labels. team Infra upgrades, team productivity, code health, technical debt. See also team: labels. labels May 8, 2023
@goderbauer
Copy link
Member Author

@srawlins unreachable_from_main flags some nice stuff (see this PR), is it still so experimental that we shouldn't turn it on?

@srawlins
Copy link
Contributor

srawlins commented May 9, 2023

I know I love it 😁 I think it needs one more check before I call it stable.

Copy link
Contributor

@gspencergoog gspencergoog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

32384589-a60f0e74-c078-11e7-9bc1-e5b5287aea9d

@goderbauer goderbauer added the autosubmit Merge PR when tree becomes green via auto submit App label May 9, 2023
@auto-submit auto-submit bot merged commit 58454e9 into flutter:master May 9, 2023
136 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 10, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 10, 2023
camsim99 pushed a commit to flutter/packages that referenced this pull request May 12, 2023
flutter/flutter@8c5a1ea...a76dbe4

2023-05-10 engine-flutter-autoroll@skia.org Manual roll Flutter Engine
from 8ca16cba8c38 to 78f41a8f2f06 (2 revisions) (flutter/flutter#126392)
2023-05-10 stuartmorgan@google.com Roll flutter/packages to 0167d83
(flutter/flutter#126427)
2023-05-10 54558023+keyonghan@users.noreply.github.com Migrate gallery
ios tests to build+test (flutter/flutter#111164)
2023-05-09 engine-flutter-autoroll@skia.org Roll Flutter Engine from
824cd09b8c62 to 8ca16cba8c38 (5 revisions) (flutter/flutter#126360)
2023-05-09 kevinjchisholm@google.com Revert "Provide default constraints
for M3 dialogs" (flutter/flutter#126355)
2023-05-09 engine-flutter-autoroll@skia.org Roll Packages from
4800d65 to 1f91710 (8 revisions) (flutter/flutter#126352)
2023-05-09 chillers@google.com [github] Add labeler action
(flutter/flutter#126012)
2023-05-09 severin.hamader@yahoo.de Fix platformLocation path and search
dropping (flutter/flutter#126232)
2023-05-09 engine-flutter-autoroll@skia.org Roll Flutter Engine from
8d3a8162b3ab to 824cd09b8c62 (10 revisions) (flutter/flutter#126309)
2023-05-09 leroux_bruno@yahoo.fr Update FocusNode documentation
(flutter/flutter#126331)
2023-05-09 goderbauer@google.com Remove dead code
(flutter/flutter#126266)
2023-05-09 44755140+werainkhatri@users.noreply.github.com fix AppBar's
docs for backgroundColor (flutter/flutter#126194)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages
Please CC
camillesimon@google.com,rmistry@google.com,stuartmorgan@google.com on
the revert to ensure that a human
is aware of the problem.

To file a bug in Packages:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
@goderbauer goderbauer deleted the removeDeadCode branch July 13, 2023 18:19
nploi pushed a commit to nploi/packages that referenced this pull request Jul 16, 2023
…r#3958)

flutter/flutter@8c5a1ea...a76dbe4

2023-05-10 engine-flutter-autoroll@skia.org Manual roll Flutter Engine
from 8ca16cba8c38 to 78f41a8f2f06 (2 revisions) (flutter/flutter#126392)
2023-05-10 stuartmorgan@google.com Roll flutter/packages to 0167d83
(flutter/flutter#126427)
2023-05-10 54558023+keyonghan@users.noreply.github.com Migrate gallery
ios tests to build+test (flutter/flutter#111164)
2023-05-09 engine-flutter-autoroll@skia.org Roll Flutter Engine from
824cd09b8c62 to 8ca16cba8c38 (5 revisions) (flutter/flutter#126360)
2023-05-09 kevinjchisholm@google.com Revert "Provide default constraints
for M3 dialogs" (flutter/flutter#126355)
2023-05-09 engine-flutter-autoroll@skia.org Roll Packages from
4800d65 to 1f91710 (8 revisions) (flutter/flutter#126352)
2023-05-09 chillers@google.com [github] Add labeler action
(flutter/flutter#126012)
2023-05-09 severin.hamader@yahoo.de Fix platformLocation path and search
dropping (flutter/flutter#126232)
2023-05-09 engine-flutter-autoroll@skia.org Roll Flutter Engine from
8d3a8162b3ab to 824cd09b8c62 (10 revisions) (flutter/flutter#126309)
2023-05-09 leroux_bruno@yahoo.fr Update FocusNode documentation
(flutter/flutter#126331)
2023-05-09 goderbauer@google.com Remove dead code
(flutter/flutter#126266)
2023-05-09 44755140+werainkhatri@users.noreply.github.com fix AppBar's
docs for backgroundColor (flutter/flutter#126194)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages
Please CC
camillesimon@google.com,rmistry@google.com,stuartmorgan@google.com on
the revert to ensure that a human
is aware of the problem.

To file a bug in Packages:
https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 16, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 17, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 17, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: internationalization Supporting other languages or locales. (aka i18n) a: text input Entering text in a text field or keyboard related problems autosubmit Merge PR when tree becomes green via auto submit App d: api docs Issues with https://api.flutter.dev/ d: examples Sample code and demos f: gestures flutter/packages/flutter/gestures repository. f: material design flutter/packages/flutter/material repository. f: scrolling Viewports, list views, slivers, etc. framework flutter/packages/flutter repository. See also f: labels. team Infra upgrades, team productivity, code health, technical debt. See also team: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants