| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
#### Dart format
- Fix a crash bug in `dart format` if an `analysis_options.yaml` file has an
include that points to a non-existent file (issue [#1840][dart_style #1840]).
[dart_style #1840]: https://github.com/dart-lang/dart_style/issues/1840
Hmm, not sure we need this. The changelog will eventually also contain the previous stable release that duplicates this text.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
- Fix a crash bug in `dart format` if an `analysis_options.yaml` file has an
include that points to a non-existent file (issue [#1840][dart_style #1840]).
[dart_style #1840]: https://github.com/dart-lang/dart_style/issues/1840
Hmm, not sure we need this. The changelog will eventually also contain the previous stable release that duplicates this text.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: CHANGELOG.md
Insertions: 0, Deletions: 7.
@@ -129,13 +129,6 @@
[analyzer plugins]: https://dart.dev/tools/analyzer-plugins
-#### Dart format
-
-- Fix a crash bug in `dart format` if an `analysis_options.yaml` file has an
- include that points to a non-existent file (issue [#1840][dart_style #1840]).
-
-[dart_style #1840]: https://github.com/dart-lang/dart_style/issues/1840
-
These changes are not language versioned and affect formatting all code:
- Fix a bug where some collections or arguments might split unnecessarily.
```
Roll dart_style into the SDK.
This doesn't roll the latest dart_style main branch in because that has some style changes and there are other style changes still in flight. I want to roll all of those in all in one batch later.
Instead, this brings in a single commit whose parent is the current dart_style commit in the SDK. That commit contains only a fix for a crash bug when an analysis_options.yaml file contains an include pointing to a non-existent file. See:
https://github.com/dart-lang/dart_style/pull/1855
This gets the main branch in sync with the stable branch which has a cherry-pick with that same fix.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |