« Bugzilla Issues Index
#2744 — 13.2.3.6: missing argument to IteratorBindingInitialization
- bug_id:
2744
- creation_ts:
2014-04-26 16:03:00 -0700
- short_desc:
13.2.3.6: missing argument to IteratorBindingInitialization
- delta_ts:
2014-06-01 11:47:55 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 23: April 5, 2014 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:
7927
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2014-04-26 16:03:06 -0700
In 13.2.3.6 "Runtime Semantics: IteratorBindingInitialization",
group 10 / step 1 and group 11 / step 3 both say:
Return the result of performing IteratorBindingInitialization
of /BindingElement/ with /iterator/ as the argument.
This is missing an argument for IteratorBindingInitialization's "environment" parameter. Change:
with /iterator/ as the argument
to:
with /iterator/ and /environment/ as arguments
?
- commentid:
7928
- comment_count:
1
- who:
Michael Dyck
- bug_when:
2014-04-26 16:17:07 -0700
In the same section, group 14 / step 7 says:
Return the result of performing BindingInitialization
of /BindingPattern/ with /v/ as the argument.
This is missing an argument for BindingInitialization's "environment" parameter. Change:
with /v/ as the argument
to:
with /v/ and /environment/ as arguments
?
- commentid:
8263
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-09 12:27:28 -0700
fixed in rev25 editor's draft
- commentid:
8744
- comment_count:
3
- who:
Michael Dyck
- bug_when:
2014-06-01 11:47:55 -0700
confirmed fixed.