« Bugzilla Issues Index
#2989 — Useless step in TestIntegrityLevel
- bug_id:
2989
- creation_ts:
2014-06-17 08:38:00 -0700
- short_desc:
Useless step in TestIntegrityLevel
- delta_ts:
2014-07-18 14:13:07 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 25: May 22, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
trivial
- everconfirmed:
true
- reporter:
Yong Qu
- assigned_to:
Allen Wirfs-Brock
- commentid:
9042
- comment_count:
0
- who:
Yong Qu
- bug_when:
2014-06-17 08:38:32 -0700
In 7.3.12 TestIntegrityLevel, step 13 bii, we have
b. If status is an abrupt completion, then
i. If pendingException is undefined, then set pendingException to status.
ii. Let configurable be true.
Setting configurable to true is noop as later in step 14 we'll return pendingException, without using the configurable value.
I think we should just remove this step (7.3.12, 13 b ii)
Thanks,
Yong
- commentid:
9122
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-02 10:41:34 -0700
fixed in rev26 editor's draft
- commentid:
9262
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-18 14:13:07 -0700
in rev26