« Bugzilla Issues Index
#410 — 10.2.1.*.6: return the result of CreateMutableBinding
- bug_id:
410
- creation_ts:
2012-06-23 00:29:00 -0700
- short_desc:
10.2.1.*.6: return the result of CreateMutableBinding
- delta_ts:
2012-07-08 21:38:32 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 8: June 15, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- commentid:
1051
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-06-23 00:29:31 -0700
In 10.2.1.1.6 "CreateVarBinding (N, D)"
and 10.2.1.2.6 "CreateVarBinding (N, D)",
the algorithm says:
"Return the result of calling envRec's CreateMutableBinding concrete method"
But CreateMutableBinding doesn't return a value.
Change "Return the result of calling" to just "Call".
- commentid:
1164
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-07-08 14:13:39 -0700
actually, an abnormal completion can occur in some situations. Fixed CreateMutableBinding to always return something and all calls to check for abnormal completion.
fixed in editor's draft