-
Notifications
You must be signed in to change notification settings - Fork 124
Comparing changes
Open a pull request
base repository: dart-lang/dart_style
base: 2.0.1
head repository: dart-lang/dart_style
compare: 2.0.2
Commits on Apr 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ade7f4e - Browse repository at this point
Copy the full SHA ade7f4eView commit details
Commits on May 13, 2021
-
Merge branch 'remove-inlining-cascased-with-the-same-mathod-name' of h…
…ttps://github.com/ManoyloK/dart_style into ManoyloK-remove-inlining-cascased-with-the-same-mathod-name
Configuration menu - View commit details
-
Copy full SHA for f0fc7f7 - Browse repository at this point
Copy the full SHA f0fc7f7View commit details
Commits on Jun 9, 2021
-
Don't unnecessarily split argument lists with block comments.
A very subtle bug in the comment handling would cause a /* */ inline comment to force the surrounding code to full split when not needed in some cases. This fixes that issue. It also slightly tweaks the formatting of code containing inline block comments in some rare cases. In practice, the only code I see affected by that is formatter tests. In the real world, all affected code is related to the bug itself and is fixed by this change. Fix #837.
Configuration menu - View commit details
-
Copy full SHA for f093a89 - Browse repository at this point
Copy the full SHA f093a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a4f47 - Browse repository at this point
Copy the full SHA f9a4f47View commit details -
Remove the special reverse indentation for cascade targets.
This rule was always of dubious value and looking at how it affects a large corpus (now that we have one), I think it's pretty clear that the natural indentation is easier to read.
Configuration menu - View commit details
-
Copy full SHA for d0a102b - Browse repository at this point
Copy the full SHA d0a102bView commit details
Commits on Jun 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 47248ba - Browse repository at this point
Copy the full SHA 47248baView commit details -
Merge pull request #1031 from dart-lang/837-block-comment-splits
Don't unnecessarily split argument lists with block comments.
Configuration menu - View commit details
-
Copy full SHA for 5f93e07 - Browse repository at this point
Copy the full SHA 5f93e07View commit details
Commits on Jun 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c36863 - Browse repository at this point
Copy the full SHA 6c36863View commit details
Commits on Jun 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ebc37b8 - Browse repository at this point
Copy the full SHA ebc37b8View commit details
Commits on Jun 18, 2021
-
Return correct exit code from FormatCommand when formatting stdin.
It reads from stdin asynchronously. Before this fix, the FormatCommand did not wait for that to complete before returning the exit code, so it would return before stdin had been formatted and any parse error detected. Fix #1035.
Configuration menu - View commit details
-
Copy full SHA for a552e77 - Browse repository at this point
Copy the full SHA a552e77View commit details
Commits on Jun 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a32cad0 - Browse repository at this point
Copy the full SHA a32cad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d173368 - Browse repository at this point
Copy the full SHA d173368View commit details -
Merge pull request #1036 from dart-lang/stdin-exit-code
Return correct exit code from FormatCommand when formatting stdin.
Configuration menu - View commit details
-
Copy full SHA for 41b5c49 - Browse repository at this point
Copy the full SHA 41b5c49View commit details -
Merge pull request #1033 from dart-lang/simpler-cascades
Simpler cascades
Configuration menu - View commit details
-
Copy full SHA for 317b446 - Browse repository at this point
Copy the full SHA 317b446View commit details -
Configuration menu - View commit details
-
Copy full SHA for efad0c4 - Browse repository at this point
Copy the full SHA efad0c4View commit details -
Merge pull request #1039 from dart-lang/changelog
Update CHANGELOG with cascade changes.
Configuration menu - View commit details
-
Copy full SHA for 3b5a9cf - Browse repository at this point
Copy the full SHA 3b5a9cfView commit details -
Merge pull request #1037 from dart-lang/mit-mit-patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for 942a52c - Browse repository at this point
Copy the full SHA 942a52cView commit details
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d3bda9f - Browse repository at this point
Copy the full SHA d3bda9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 172374b - Browse repository at this point
Copy the full SHA 172374bView commit details
Commits on Jul 2, 2021
-
Merge pull request #1041 from dart-lang/1029-empty-catch
Split empty catch blocks with finally clauses.
Configuration menu - View commit details
-
Copy full SHA for 427b502 - Browse repository at this point
Copy the full SHA 427b502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f561fb - Browse repository at this point
Copy the full SHA 8f561fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a22345d - Browse repository at this point
Copy the full SHA a22345dView commit details -
Merge pull request #1042 from dart-lang/split-empty-catch
Split empty catch
Configuration menu - View commit details
-
Copy full SHA for e1c30d6 - Browse repository at this point
Copy the full SHA e1c30d6View commit details
Commits on Jul 12, 2021
-
Bump version to publish 2.0.2. (#1043)
* Bump version to publish 2.0.2. * Support the latest version of pkg:analyzer * revert me * format * Remove temporary CI testing code. * Regenerate lockfile. Co-authored-by: Kevin Moore <kevmoo@google.com>
Configuration menu - View commit details
-
Copy full SHA for 9d9dff9 - Browse repository at this point
Copy the full SHA 9d9dff9View commit details
There are no files selected for viewing