[Issue 8219] File.writeln is slow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 6 06:21:36 PDT 2012


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



--- Comment #7 from bearophile_hugs at eml.cc 2012-10-06 06:09:35 PDT ---
(In reply to comment #5)
> could you please compare again against everything?

Andrei, unfortunately I think there is a bug in your code, this prints "1-":


import std.stdio: writeln;
void main() {
    writeln(-1);
}


I think Phobos needs more unittests :-(

-- 
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