« Bugzilla Issues Index
#2862 — Map object iteration description underspecified
- bug_id:
2862
- creation_ts:
2014-05-13 16:19:00 -0700
- short_desc:
Map object iteration description underspecified
- delta_ts:
2014-06-16 16:03:18 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 24: April 27, 2014 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:
8384
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2014-05-13 16:19:24 -0700
It's possible that this is covered later, but I'm filing as I read so I will close this if necessary.
In the Map Objects description, the iteration is described as
"A Map object can iterate its elements in insertion order."
I would suggest changing this to:
"A Map object must iterate its elements in insertion order."
This avoids any confusion about the expected iteration order
- commentid:
8513
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-15 16:04:23 -0700
I think we can just loose that sentence as the forEach and Map Iterator provide the normative definition of Map the iteration order.
fixed in rev25 editor's draft
- commentid:
9007
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-06-16 16:03:18 -0700
fixed in rev25 editor's draft