« Bugzilla Issues Index
#411 — 8.9.2: return the result of SetMutableBinding
- bug_id:
411
- creation_ts:
2012-06-23 00:42:00 -0700
- short_desc:
8.9.2: return the result of SetMutableBinding
- delta_ts:
2012-07-08 21:38:20 -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:
1052
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-06-23 00:42:12 -0700
In 8.9.2 "PutValue (V, W)",
step 7.a says:
"Return the result of calling the SetMutableBinding (10.2.1) concrete method"
but SetMutableBinding doesn't return a result.
Change "Return the result of calling" to just "Call".
- commentid:
1163
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-07-08 14:03:47 -0700
actually, PutValue can throw, so it implicitly returns a Completion Record and callers need to check for abnormal completion. Fixed it to return a normal completion when it succeeds and also fixed callers appropaitely
fixed in editor's draft.