Skip to content

Bump dart version to 3.7.0#43

Open
oliversun9 wants to merge 1 commit into
mainfrom
osun/dart-3.7
Open

Bump dart version to 3.7.0#43
oliversun9 wants to merge 1 commit into
mainfrom
osun/dart-3.7

Conversation

@oliversun9
Copy link
Copy Markdown

@oliversun9 oliversun9 commented May 25, 2026

This PR

  • updates dart version to 3.7.0
  • runs dart format .
  • fixes a place where _ was used as type parameter in packages/connect/lib/src/protocol/serialization.dart, which is no longer OK in 3.7.0

Signed-off-by: Oliver Sun <osun@buf.build>
return switch (httpStatus) {
400 => // Bad Request
Code.internal,
Code.internal,
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nit: This might read nicer as one line: 400 => Code.internal, // Bad Request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants