Skip to content

Remove unnecessary breaks in default clauses of switch statements - #7462

Merged
auto-submit[bot] merged 1 commit into
flutter:mainfrom
jason-simmons:roll_dart_analyze_082224
Aug 21, 2024
Merged

Remove unnecessary breaks in default clauses of switch statements#7462
auto-submit[bot] merged 1 commit into
flutter:mainfrom
jason-simmons:roll_dart_analyze_082224

Conversation

@jason-simmons

Copy link
Copy Markdown
Member

@jason-simmons

Copy link
Copy Markdown
MemberAuthor

@stuartmorgan Does this require incrementing any package version numbers?

Or should I add the override labels?

@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

Usually we err on the side of releasing anything that changes code, but this is very clearly a no-op so it's fine to override.

@stuartmorgan-gstuartmorgan-g added override: no versioning needed Override the check requiring version bumps for most changes override: no changelog needed Override the check requiring CHANGELOG updates for most changes labels Aug 21, 2024
@stuartmorgan-g

Copy link
Copy Markdown
Collaborator

Override changelog and version: While technically a code change, this is a no-op behaviorally.

@stuartmorgan-gstuartmorgan-g left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@cbrackencbracken left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM stamp from a Japanese personal seal

@jason-simmonsjason-simmons added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 21, 2024
@auto-submit
auto-submitBot merged commit 2703d10 into flutter:mainAug 21, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 21, 2024
auto-submitBot pushed a commit to flutter/flutter that referenced this pull request Aug 21, 2024
flutter/packages@4e5d47e...c5d03ee
2024-08-21 34871572+gmackall@users.noreply.github.com [many] Remove dependency on `kotlin-bom` (flutter/packages#7088)
2024-08-21 jason-simmons@users.noreply.github.com Remove unnecessary breaks in default clauses of switch statements (flutter/packages#7462)
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-flutter-autoroll
Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Buchimi pushed a commit to Buchimi/flutter that referenced this pull request Sep 2, 2024
flutter/packages@4e5d47e...c5d03ee
2024-08-21 34871572+gmackall@users.noreply.github.com [many] Remove dependency on `kotlin-bom` (flutter/packages#7088)
2024-08-21 jason-simmons@users.noreply.github.com Remove unnecessary breaks in default clauses of switch statements (flutter/packages#7462)
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-flutter-autoroll
Please CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmitMerge PR when tree becomes green via auto submit Appoverride: no changelog neededOverride the check requiring CHANGELOG updates for most changesoverride: no versioning neededOverride the check requiring version bumps for most changesp: camerap: go_routerp: rfwRemote Flutter Widgetsp: url_launcherp: webview_flutterplatform-androidplatform-iosplatform-macos

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@jason-simmons@stuartmorgan-g@matanlurey@cbracken