digitalmars.D.bugs - [Issue 6033] New: Better error message with numbers with leading zeros
- d-bugmail puremagic.com (26/26) May 18 2011 http://d.puremagic.com/issues/show_bug.cgi?id=6033
- d-bugmail puremagic.com (10/10) Jan 16 2013 http://d.puremagic.com/issues/show_bug.cgi?id=6033
http://d.puremagic.com/issues/show_bug.cgi?id=6033 Summary: Better error message with numbers with leading zeros Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: enhancement Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: bearophile_hugs eml.cc Given that now there are no octal number literals in D2, I suggest to give a better error message in this case (09 is not an octal number anyway): void main() { auto array = [09]; } DMD 2.053 prints: test.d(2): comma expected separating array initializers, not 9 test.d(2): semicolon expected following auto declaration, not ']' test.d(2): found ']' instead of statement -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 18 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6033 yebblies <yebblies gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jmdavisProg gmx.com *** Issue 8345 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 16 2013