[Issue 9357] Floating-point literal should always be printed with a period in diagnostic errors

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9357] Floating-point literal should always be printed with a period in diagnostic errors

2013-02-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 9357] Floating-point literal should always be printed with a period

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-20 10:15:32 PST --- https://github.com/D-Programming-Language/dmd/pull/1520 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9357] Floating-point literal should always be printed with a period

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 9357] Floating-point literal should always be printed with a period

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-20 10:27:24 PST --- (In reply to comment #2) Is this enhancement request only about error messages? This prints 1: import std.stdio: writeln; void main() {

[Issue 9357] Floating-point literal should always be printed with a period in diagnostic errors

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 --- Comment #4 from bearophile_h...@eml.cc 2013-01-20 15:18:40 PST --- (In reply to comment #3) Nice catch. Please file this as another report since it's a library issue, I'll rename the current issue so it's obvious it's a compiler issue.