« Bugzilla Issues Index
#1152 — 15.5.3.4: loop condition not necessary
- bug_id:
1152
- creation_ts:
2012-12-19 09:22:00 -0800
- short_desc:
15.5.3.4: loop condition not necessary
- delta_ts:
2012-12-21 18:08:32 -0800
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 12: November 22, 2012 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
3044
- comment_count:
0
- who:
André Bargull
- bug_when:
2012-12-19 09:22:20 -0800
Step 13 says "Repeat while nextIndex < literalSegments", but the algorithm returns in step 13f if "nextIndex + 1 = literalSegments" , that means the loop condition will never be false and can therefore be removed.
- commentid:
3074
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2012-12-21 12:38:35 -0800
fixed in rev 13 editor's draft