« Bugzilla Issues Index
#761 — 13.1: "Return (normal, empty, empty)"
- bug_id:
761
- creation_ts:
2012-10-08 16:26:00 -0700
- short_desc:
13.1: "Return (normal, empty, empty)"
- delta_ts:
2012-10-26 15:34:29 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 10: September 27, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
1895
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-10-08 16:26:14 -0700
In 13.1 "Function Definitions",
under "Runtime Semantics: Evaluation",
rule 1 step 1 says:
Return (normal, empty, empty).
Change to:
Return Completion {[[type]]: normal, [[value]]: empty, [[target]]:empty}.
or just:
Return NormalCompletion(empty).
or even just:
Return empty.
- commentid:
1997
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-10-24 09:16:54 -0700
corrected in Rev 11 editor's draft
- commentid:
2176
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-10-26 15:34:29 -0700
in October 26, 2012 release draft