« Bugzilla Issues Index
#3258 — Updates: Legacy Decimal Integer Literals starting with 0 and containing 8 or 9.
- bug_id:
3258
- creation_ts:
2014-10-06 10:47:00 -0700
- short_desc:
Updates: Legacy Decimal Integer Literals starting with 0 and containing 8 or 9.
- delta_ts:
2014-10-14 15:18:00 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 27: August 24, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Rick Waldron
- assigned_to:
Allen Wirfs-Brock
- commentid:
10266
- comment_count:
0
- who:
Rick Waldron
- bug_when:
2014-10-06 10:47:28 -0700
- Leave strict mode as-is
- Disallow leading zeroes, except for the constant 0 (and 0.1234 etc)
- Annex B non-strict: explicitly define the current interoperable behavior
- \8 and \9 are equivalent to literal 8 and 9
- '\08' is NUL char and then '8', '\08'.length is 2
- commentid:
10309
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-09 17:18:09 -0700
fixed in rev28 editor's draft
See Bug 2792
- commentid:
10470
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-10-14 15:18:00 -0700
fixed in rev28