« Bugzilla Issues Index
#2194 — 13.2.3 Destructuring Binding Patterns: Conditional parameterised production used without matching parameter
- bug_id:
2194
- creation_ts:
2013-11-04 08:42:00 -0800
- short_desc:
13.2.3 Destructuring Binding Patterns: Conditional parameterised production used without matching parameter
- delta_ts:
2013-11-08 13:08:57 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 20: October 28, 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:
6442
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-11-04 08:42:04 -0800
13.2.3 Destructuring Binding Patterns:
> BindingElement[yield] :
> BindingPattern[?yield] Initialiser[?in, ?yield]opt
> SingleNameBinding[yield] :
> BindingIdentifier[?yield] Initialiser[?in, ?yield]opt
"?in" form is used, but there is no ingoing parameter "in". Change from "[?in, ?yield]" to "[in, ?yield]".
- commentid:
6452
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-11-04 09:09:46 -0800
fixed in rev21 editor's draft
- commentid:
6530
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-11-08 13:08:57 -0800
fixed in rev21 draft