« Bugzilla Issues Index
#2329 — 13.7, 13.8, 13.12: Missing updates after IdentifierReference -> UnresolvedIdentifier change
- bug_id:
2329
- creation_ts:
2013-11-21 03:15:00 -0800
- short_desc:
13.7, 13.8, 13.12: Missing updates after IdentifierReference -> UnresolvedIdentifier change
- delta_ts:
2014-04-06 11:31:32 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 21: November 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
6852
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-11-21 03:15:44 -0800
13.7 The continue Statement:
- still uses IdentifierReference in Syntax and Early Errors section
13.8 The break Statement:
- in Syntax section, BreakStatement still has a [Yield] parameter
13.12 Labelled Statements:
- still uses IdentifierReference and "yield" in Early Errors, VarDeclaredNames, LabelledEvaluation and Evaluation section
- commentid:
7357
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-02-17 15:59:38 -0800
fixed in rev23 editor's draft
Refactored identifier productions yet agian and now have LabelIdentifier.
break/continue/LabelledStatement all new a [Yield] parameter because Yield is a valid label in non-strict non-generator functions.
- commentid:
7607
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-06 11:31:32 -0700
fixed in rev23 draft