« Bugzilla Issues Index
#3428 — 7.3.2 GetV (V, P): (1) copypasta error in step 5 – (2) GetV or GetP?
- bug_id:
3428
- creation_ts:
2014-12-08 15:55:00 -0800
- short_desc:
7.3.2 GetV (V, P): (1) copypasta error in step 5 – (2) GetV or GetP?
- delta_ts:
2014-12-23 20:23:25 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 29: December 06, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Claude Pache
- assigned_to:
Allen Wirfs-Brock
- commentid:
10970
- comment_count:
0
- who:
Claude Pache
- bug_when:
2014-12-08 15:55:47 -0800
7.3.2 GetV (V, P).
(1) step 5. Currently:
Return the result of calling the [[Get]] internal method of box passing @@iterator and V as the arguments.
Should be:
Return Get(box, P).
(2) Also: The abstract operation is called GetV in the section title, and GetP in the intro.
- commentid:
10973
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-08 17:41:08 -0800
fixed in rev30 editor's draft
but, step 5 can't use Put because it needs to V as the receiver value. The bug fix is simply to replace @@iterator with P.
- commentid:
11152
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-12-23 20:23:25 -0800
fixed in rev30