« Bugzilla Issues Index
#534 — 11.1.9: undefined "sub"
- bug_id:
534
- creation_ts:
2012-07-14 15:10:00 -0700
- short_desc:
11.1.9: undefined "sub"
- delta_ts:
2012-09-28 12:24:09 -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:
1318
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-07-14 15:10:20 -0700
In 11.1.9 "Quasi Literals",
under "Runtime Semantics: ArgumentListEvaluation",
in rule 2, step 3 says:
"ReturnIfAbrupt(sub)."
but 'sub' is not defined.
Fix by changing 'firstSub' to 'sub' in step 2.
----
While you're there, step 4 says:
"Return a List whose first element is siteObj, whose second elements sub."
(1) After the comma, change to "and whose second element is sub."
(2) In "sub", the 's' is upright. Change it to italic like "ub".
- commentid:
1494
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-08-14 15:31:02 -0700
corrected in editor's draft
- commentid:
1674
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-09-28 12:24:09 -0700
fixed in rev10, Sept. 27 2012 draft