Looks like there's more files touched in this latest update but fewer lines affected(deleted) than the previous update from bug 1620218: ``` 1.17.0 -> 1.18.2 232 files changed, 419 insertions(+), 1226 deletions(-) 1.18.2 -> 1.19.1: 359 files changed, 2634 insertions(+), 1128 deletions(-) ``` The previous update generally consolidated multiline strings (3 lines into 1) while this update is mostly what standard8 mentioned in comment 0 with nested expansion plus some changes to not needing parens for same-operator expressions.
Bug 1620556 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Looks like there's more files touched in this latest update but fewer lines affected(deleted) than the previous update from bug 1620218: ``` 1.17.0 -> 1.18.2 232 files changed, 419 insertions(+), 1226 deletions(-) 1.18.2 -> 1.19.1: 357 files changed, 2630 insertions(+), 1124 deletions(-) ``` The previous update generally consolidated multiline strings (3 lines into 1) while this update is mostly what standard8 mentioned in comment 0 with nested expansion plus some changes to not needing parens for same-operator expressions.