« Bugzilla Issues Index
#4273 — 9.4.5.9 IntegerIndexedElementSet: Unnecessary ReturnIfAbrupt in step 17
- bug_id:
4273
- creation_ts:
2015-04-13 09:13:00 -0700
- short_desc:
9.4.5.9 IntegerIndexedElementSet: Unnecessary ReturnIfAbrupt in step 17
- delta_ts:
2015-04-16 14:01:23 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 37: April 3, 2015 Release Candidate 4
- 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
- cc:
mathias
- commentid:
14166
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-04-13 09:13:31 -0700
9.4.5.9 IntegerIndexedElementSet ( O, index, value )
> 16. Let status be SetValueInBuffer(buffer, indexedPosition, elementType, numValue).
> 17. ReturnIfAbrupt(status).
These steps can be simplified to:
> 16. Perform SetValueInBuffer(buffer, indexedPosition, elementType, numValue).
- commentid:
14182
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-13 15:49:21 -0700
fixed in rev38 editor's draft
- commentid:
14233
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-04-16 14:01:23 -0700
in rev38