« Bugzilla Issues Index
#545 — 12.6.3: undefined "varDcl"
- bug_id:
545
- creation_ts:
2012-07-14 18:15:00 -0700
- short_desc:
12.6.3: undefined "varDcl"
- delta_ts:
2012-09-28 12:24:00 -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:
1329
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-07-14 18:15:52 -0700
In 12.6.3 "The for Statement",
under "Runtime Semantics: Labelled Evaluation"
in rule 4, step 7 says:
If LoopContinues(varDcl,labelSet) is false, then
a. Set the running execution context's LexicalEnvironment to oldEnv.
b. Return varDcl.
but 'varDcl' is not defined.
Change each occurrence to 'forDcl' ?
- commentid:
1483
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-08-14 09:48:48 -0700
corrected in editor's draft
- commentid:
1648
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-09-28 12:24:00 -0700
fixed in rev10, Sept. 27 2012 draft