« Bugzilla Issues Index
#537 — 11.5: undefined "lval", "lnun", "rnun"
- bug_id:
537
- creation_ts:
2012-07-14 15:48:00 -0700
- short_desc:
11.5: undefined "lval", "lnun", "rnun"
- delta_ts:
2012-09-28 12:24:15 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 9: July 8, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
1321
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-07-14 15:48:05 -0700
In 11.5 "Multiplicative Operators",
under "Runtime Semantics: Evaluation",
step 3 says:
"ReturnIfAbrupt(lval)."
but 'lval' is not defined.
Change to 'leftValue'.
Between steps 5 and 6, shouldn't there be a step:
"ReturnIfAbrupt(rightValue)."
?
step 7 says:
"ReturnIfAbrupt(lnun)."
Change 'lnun' to 'lnum'.
step 9 says:
"ReturnIfAbrupt(rnun)."
Change 'rnun' to 'rnum'.
The last two recur in 11.7.1, 11.7.2, 11.7.3.
- commentid:
1491
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-08-14 15:25:01 -0700
fixed in editor's draft
an abrupt completion check isn't needed between 5 & 6 because ToNumber (and all the To* operations) propagate abrupt completions.
- commentid:
1523
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2012-08-19 17:36:51 -0700
So is the abrupt completion check in step 3 needed?
- commentid:
1694
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2012-09-28 12:24:15 -0700
fixed in rev10, Sept. 27 2012 draft