« Bugzilla Issues Index
#3513 — Second part of 12.14.4, variables inconsistently used
- bug_id:
3513
- creation_ts:
2015-01-05 23:58:00 -0800
- short_desc:
Second part of 12.14.4, variables inconsistently used
- delta_ts:
2015-01-15 16:19:00 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 30: December 24, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
impinball
- assigned_to:
Allen Wirfs-Brock
- commentid:
11311
- comment_count:
0
- who:
impinball
- bug_when:
2015-01-05 23:58:53 -0800
In the second part of 12.14.4, dealing with the semantics of this
AssignmentExpression : LeftHandSideExpression AssignmentOperator AssignmentExpression
steps 7 and 8 currently read like this:
7. Let operator be the @ where AssignmentOperator is @=
8. Let r be the result of applying operator @ to lval and rval.
They should read like this:
7. Let oper be the @ where AssignmentOperator is @=
8. Let r be the result of applying operator oper to lval and rval.
- commentid:
11326
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-13 10:24:10 -0800
fixed in rev31 editor's draft
- commentid:
11410
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:00 -0800
In Rev31