October 06, 2012 [Issue 8771] New: Wrong writeln of negative numbers | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8771 Summary: Wrong writeln of negative numbers Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: bearophile_hugs@eml.cc --- Comment #0 from bearophile_hugs@eml.cc 2012-10-06 13:49:24 PDT --- Spinoff of Issue 8219 import std.stdio: writeln; void main() { writeln(-1); } This prints "1-". -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 07, 2012 [Issue 8771] Wrong writeln of negative numbers | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=8771 bearophile_hugs@eml.cc changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from bearophile_hugs@eml.cc 2012-10-07 05:10:31 PDT --- Fixed: https://github.com/D-Programming-Language/phobos/commit/23a50d6a27f72d8599c46322f7e5a495f9ac1d83 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation