« Bugzilla Issues Index
#1582 — 15.4.2.4 Array.from mapping is always set to true
- bug_id:
1582
- creation_ts:
2013-07-15 20:20:00 -0700
- short_desc:
15.4.2.4 Array.from mapping is always set to true
- delta_ts:
2013-08-23 08:22:58 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 15: May 14, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- commentid:
4532
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2013-07-15 20:20:33 -0700
4. If mapfn is undefined, then let mapping be true.
Later |mapping| is used to determine if the value will be a mappedValue result from calling mapfn, which means #4 should actually be:
4. If mapfn is undefined, then let mapping be false.
- commentid:
4706
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-01 18:36:19 -0700
fixed in rev17 editor's draft
- commentid:
5123
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-23 08:22:58 -0700
fixed in rev17, August 23, 2013 draft