« Bugzilla Issues Index
#3033 — 14.4.14 Evaluation, yield*: Handle Return abrupt completions
- bug_id:
3033
- creation_ts:
2014-07-22 03:08:00 -0700
- short_desc:
14.4.14 Evaluation, yield*: Handle Return abrupt completions
- delta_ts:
2014-08-25 08:29:30 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 26: July 18, 2014 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:
9464
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-07-22 03:08:56 -0700
14.4.14 Runtime Semantics: Evaluation
Steps 10.b needs to handle Return abrupt completions in addition to Throw completions (10.b.i).
- commentid:
9473
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-22 09:35:16 -0700
fixed in rev27 editor's draft
- commentid:
9495
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-23 17:08:30 -0700
further updated to use IteratorClose abstract operation. Received throws send s return rather than a throw to the inner iterator.
- commentid:
9962
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:30 -0700
fixed in rev27 draft