[Issue 2656] Require 0o format for octal literals

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 12 09:10:39 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=2656



--- Comment #4 from bearophile_hugs at eml.cc 2010-03-12 09:10:38 PST ---
Thank you Don for spotting the bug duplication.
In bug 3837 I have shown a possible improvement for floating point numbers too:

Optionally D can also turn FP literals like the following into syntax errors:
.5
3.

To require something like:
0.5
3.0

(But this is less important than a safer octal syntax.)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list