« Bugzilla Issues Index
#1487 — Runtime Semantics: YieldExpression calls "value" method of iterator interface
- bug_id:
1487
- creation_ts:
2013-05-14 21:49:00 -0700
- short_desc:
Runtime Semantics: YieldExpression calls "value" method of iterator interface
- delta_ts:
2013-07-15 17:03:33 -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:
Yusuke Suzuki
- assigned_to:
Allen Wirfs-Brock
- commentid:
4015
- comment_count:
0
- who:
Yusuke Suzuki
- bug_when:
2013-05-14 21:49:47 -0700
step 4-f-i
> Let innerResult be the result of Invoke(iterator, "value", (received)).
I think it should be
> Let innerResult be the result of Invoke(iterator, "next", (received)).
- commentid:
4322
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-06-24 17:04:32 -0700
fixed in rev16 editor's draft
- commentid:
4421
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-07-15 17:03:33 -0700
fixed in rev16 draft. July 15, 2013