« Bugzilla Issues Index
#380 — 12.13: abbreviated completion literal
- bug_id:
380
- creation_ts:
2012-06-09 13:47:00 -0700
- short_desc:
12.13: abbreviated completion literal
- delta_ts:
2012-06-16 09:36:17 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 7: May 4, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
971
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-06-09 13:47:46 -0700
In 12.13 "The 'throw' Statement",
under "Semantics",
step 2 says:
Return (throw, GetValue(exprRef), empty).
That should presumably be
Return Completion {
[[type]]: throw, [[value]]: GetValue(exprRef), [[target]]: empty }
- commentid:
999
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-06-16 09:36:17 -0700
fixed in "Rev 8", June 12,2012 draft