« Bugzilla Issues Index
#1783 — 10.2.1.4.2: steps 3-4 should directly call CreateMutableBinding() on the Declarative Environment Record
- bug_id:
1783
- creation_ts:
2013-08-16 02:51:00 -0700
- short_desc:
10.2.1.4.2: steps 3-4 should directly call CreateMutableBinding() on the Declarative Environment Record
- delta_ts:
2013-08-23 08:23:12 -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:
4922
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-08-16 02:51:05 -0700
10.2.1.4.2 CreateMutableBinding (N, D), steps 3-4:
> 3. Assert: DclRec does not already have a binding for N.
> 4. Create a mutable binding in DclRec for N and record that it is uninitialised. If D is true record that the newly created binding may be deleted by a subsequent DeleteBinding call.
These steps duplicate the work already done in "10.2.1.1.2 CreateMutableBinding (N, D)", maybe just call CreateMutableBinding() directly on the Declarative Environment Record 'DclRec'?
- commentid:
4931
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-16 10:20:53 -0700
fixed in rev17 editor's draft
- commentid:
5146
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-23 08:23:12 -0700
fixed in rev17, August 23, 2013 draft