« Bugzilla Issues Index
#1130 — "itr" iterates "obj" instead of "iterable" in Map/WeakMap/Set Initialisation.
- bug_id:
1130
- creation_ts:
2012-12-15 13:32:00 -0800
- short_desc:
"itr" iterates "obj" instead of "iterable" in Map/WeakMap/Set Initialisation.
- delta_ts:
2012-12-21 18:08:24 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 12: November 22, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
trivial
- everconfirmed:
true
- reporter:
Nathan Wall
- assigned_to:
Allen Wirfs-Brock
- commentid:
3011
- comment_count:
0
- who:
Nathan Wall
- bug_when:
2012-12-15 13:32:37 -0800
15.14.1.1 step 4.d. says "Let itr be the result of Invoke(obj, iterator)." If I understand correctly, shouldn't "obj" be "iterable" since the purpose is to use itr to iterate over iterable to initialize obj?
Same for 15.15.1.1 and 15.16.1.1.
- commentid:
3066
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-12-21 11:49:00 -0800
fixed in rev 13 editor's draft.