« Bugzilla Issues Index
#1685 — 15.16.1, 15.17.1: Wrong if-condition for undefined iterable
- bug_id:
1685
- creation_ts:
2013-07-31 07:01:00 -0700
- short_desc:
15.16.1, 15.17.1: Wrong if-condition for undefined iterable
- delta_ts:
2013-08-23 08:23:01 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 16: July 15, 2013 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:
4662
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-07-31 07:01:52 -0700
Change 15.16.1, 15.17.1, step 6 to
> If iterable is either undefined or null, then let iter be undefined.
This way it matches the same condition from the Map/WeakMap constructor.
- commentid:
4953
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-16 16:21:40 -0700
fixed in rev17 editor's draft
- commentid:
5127
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-23 08:23:01 -0700
fixed in rev17, August 23, 2013 draft