Skip to content

Commit 35e142c

Browse files
committed
[GR-45621] Change order of evaluation for assignment
PullRequest: truffleruby/4165
2 parents 88e89c3 + c3b9dbe commit 35e142c

16 files changed

+899
-123
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Bug fixes:
99

1010
Compatibility:
1111

12+
* Change assignment evaluation order for fully qualified constant and evaluate left-hand-side before right-hand-side (#3039, @andrykonchin).
13+
* Fix evaluation order for multi-assignment and evaluate left-hand-side before right-hand-side (@andrykonchin).
14+
1215
Performance:
1316

1417
Changes:

0 commit comments

Comments
 (0)