« Bugzilla Issues Index
#1443 — 8.3.12: "informative algorithm" seems to return a static list
- bug_id:
1443
- creation_ts:
2013-04-16 08:23:00 -0700
- short_desc:
8.3.12: "informative algorithm" seems to return a static list
- delta_ts:
2014-07-18 23:22:20 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 14: March 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
minor
- everconfirmed:
true
- reporter:
Gareth Smith
- assigned_to:
Allen Wirfs-Brock
- commentid:
3644
- comment_count:
0
- who:
Gareth Smith
- bug_when:
2013-04-16 08:23:35 -0700
In section 8.3.12 one of the rules of [[Enumerate]] is "If a property that has not yet been visited during enumeration is deleted, then it will not be visited."
But the informative algorithm which should conform to these rules seems to return a static list, which cannot react to the deletion of a property to ensure that it is not visited.
- commentid:
9240
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-17 18:10:10 -0700
fixed in rev26 editor's draft
the informative algorithm has been replaced by the informative Es source code of a generator function
- commentid:
9305
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-18 23:22:20 -0700
in rev26 draft