« Bugzilla Issues Index
#2833 — 15.2.2.2: redundant group / incorrect production
- bug_id:
2833
- creation_ts:
2014-05-09 13:40:00 -0700
- short_desc:
15.2.2.2: redundant group / incorrect production
- delta_ts:
2014-06-01 12:08:09 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 24: April 27, 2014 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:
8273
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-05-09 13:40:52 -0700
In 15.2.2.2 "Static Semantics: ExportedBindings",
group 2 says:
ExportDeclaration :
export ExportClause FromClause ;
export ExportClause ;
1. Return the ExportedBindings of this ExportClause.
and group 7 says:
ExportDeclaration :
export ExportClause FromClause_opt ;
1. Return the ExportedBindings of ExportClause.
Effectively, these say the same thing. The latter should be deleted because:
(a) its position in the section is odd, and
(b) the FromClause_opt doesn't match the defining syntax.
- commentid:
8276
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-09 15:04:19 -0700
fixed in rev25 editor's draft
- commentid:
8751
- comment_count:
2
- who:
Michael Dyck
- bug_when:
2014-06-01 12:08:09 -0700
confirmed fixed.