commit | bd9d955eb89d9b988c0daeca452078b546477506 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Mon Oct 16 22:45:17 2017 -0700 |
committer | Bill Wendling <morbo@google.com> | Mon Oct 16 22:45:17 2017 -0700 |
tree | dc2482e2371cf3f0af3a5065072d76af38ee27e6 | |
parent | 7bfc0a951488ef94b8b2e180494745f893b9430a [diff] [blame] |
List comp split penalties are set after trailer penalties
diff --git a/CHANGELOG b/CHANGELOG index 7dbe0a0..9b795b0 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -10,6 +10,9 @@ dictionary that doesn't fit on a single line. ### Fixed - Enforce spaces between ellipses and keywords. +- When calculating the split penalty for a "trailer", process the child nodes + afterwards because their penalties may change. For example if a list + comprehension is an argument. ## [0.19.0] 2017-10-14 ### Added