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
This only has one change, a bug fix:
dart-lang/dart_style#1766
Prior to this change, if you have a file with an "@Dart=" language
version comment, that version number won't be used to decide whether to
apply the 3.7 or 3.8 style changes. (It *does* correctly decide whether
to apply the 3.7 or older short style.) This fixes that.
It shouldn't have any noticeable effect in the SDK. The only mentions of
"@Dart=3.7", "@Dart=3.8", or "@Dart=3.9" I see are in the formatter's
own tests.
Change-Id: I48e55637c7373e09bcf40befc174bebacecf8e9a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/447762
Reviewed-by: Ivan Inozemtsev <[email protected]>
Auto-Submit: Bob Nystrom <[email protected]>
Commit-Queue: Bob Nystrom <[email protected]>
Commit-Queue: Ivan Inozemtsev <[email protected]>
0 commit comments