« Bugzilla Issues Index
#2548 — 13.6.1.2 DoWhile, LabelledEvaluation: Unnecessary condition in step 2c
- bug_id:
2548
- creation_ts:
2014-02-13 03:33:00 -0800
- short_desc:
13.6.1.2 DoWhile, LabelledEvaluation: Unnecessary condition in step 2c
- delta_ts:
2014-05-06 16:29:27 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 22: January 20, 2014 Draft
- 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
- commentid:
7290
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-02-13 03:33:39 -0800
13.6.1.2 Runtime Semantics: LabelledEvaluation, step 2c:
> If stmt is an abrupt completion and LoopContinues(stmt, labelSet) is false, return stmt.
This step can be simplified to:
> If LoopContinues(stmt, labelSet) is false, return stmt.
because LoopContinues only returns false if the completion argument is an abrupt completion.
- commentid:
7810
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-04-18 09:25:54 -0700
fixed in rev24 editor's draft
- commentid:
8173
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-05-06 16:29:27 -0700
fixed in rev24