You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[stable] Roll dart_style patch release to fix digit separators.
The 2.3.7 version of dart_style that shipped in Dart SDK 3.6.0
incorrectly parses Dart code at language version 3.3 instead of 3.6.
That means it doesn't handle number literals with digit separators. In
other words, `dart format` fails on any code that contains digit
separators.
This bumps the DEP to 2.3.8, which is a single-commit patch version from
2.3.7 that fixes the parser language version number. There are no other
dart_style changes in 2.3.8.
Bug: #59815
Change-Id: If2546edcd11bd424019d76b87c7c08695add331a
Cherry-pick: dart-lang/dart_style#1636
Cherry-pick-request: #59998
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/406204
Auto-Submit: Bob Nystrom <[email protected]>
Commit-Queue: Alexander Thomas <[email protected]>
Reviewed-by: Alexander Thomas <[email protected]>
0 commit comments