« Bugzilla Issues Index
#492 — 15.5.3.4: "ToUint"
- bug_id:
492
- creation_ts:
2012-07-09 15:20:00 -0700
- short_desc:
15.5.3.4: "ToUint"
- delta_ts:
2013-10-22 13:48:22 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 9: July 8, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
false
- reporter:
Michael Dyck
- assigned_to:
Allen Wirfs-Brock
- cc:
andrebargull
- commentid:
1251
- comment_count:
0
- who:
Michael Dyck
- bug_when:
2012-07-09 15:20:07 -0700
In 15.5.3.4 "String.raw ( callSite, ...substitutions)",
step 8 says:
"Let literalSegments be ToUint(len)."
but ToUint does not exist.
Change to "ToUint16" or "ToUint32".
- commentid:
1259
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-07-09 15:55:34 -0700
added a TODO for for ToUint
If we go forward with eliminating use of ToUint32 for array indices we will probably need ToUint
- commentid:
1757
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2012-09-28 12:24:37 -0700
fixed in rev10, Sept. 27 2012 draft
- commentid:
1842
- comment_count:
3
- who:
Michael Dyck
- bug_when:
2012-10-04 22:21:37 -0700
Nope, not fixed.
(The reference to "ToUint" is still there, and hasn't been defined.)
- commentid:
5219
- comment_count:
4
- who:
André Bargull
- bug_when:
2013-08-24 01:39:34 -0700
Fixed in rev17, replaced with call to ToLength