« Bugzilla Issues Index
#1490 — 13.4 Generators delegating yield significant typos
- bug_id:
1490
- creation_ts:
2013-05-15 07:13:00 -0700
- short_desc:
13.4 Generators delegating yield significant typos
- delta_ts:
2013-07-15 17:04:04 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 15: May 14, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Andy Wingo
- assigned_to:
Allen Wirfs-Brock
- commentid:
4019
- comment_count:
0
- who:
Andy Wingo
- bug_when:
2013-05-15 07:13:36 -0700
Step 4. a. in the YieldExpression semantics is missing an important word:
If Type(value) is not then throw a TypeError exception.
^
- commentid:
4020
- comment_count:
1
- who:
Andy Wingo
- bug_when:
2013-05-15 07:15:16 -0700
The same is true of step 4.d.
- commentid:
4021
- comment_count:
2
- who:
Andy Wingo
- bug_when:
2013-05-15 07:18:12 -0700
While we are here:
4. f. i. Let innerResult be the result of Invoke(iterator, "value", (received)).
Presumably you mean "next".
- commentid:
4320
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2013-06-24 17:00:35 -0700
fixed in rev16 editor's draft
- commentid:
4475
- comment_count:
4
- who:
Allen Wirfs-Brock
- bug_when:
2013-07-15 17:04:04 -0700
fixed in rev16 draft. July 15, 2013