[Issue 4109] writeln doesn't work with empty static array

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4109

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|future  |D2

--


[Issue 4109] writeln doesn't work with empty static array

2010-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4109


Shin Fujishiro  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED


--- Comment #3 from Shin Fujishiro  2010-06-14 08:42:42 PDT 
---
Okay, I fixed it in svn r1642.

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


[Issue 4109] writeln doesn't work with empty static array

2010-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4109


bearophile_h...@eml.cc changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |


--- Comment #2 from bearophile_h...@eml.cc 2010-06-14 04:39:14 PDT ---
Reopened. Phobos needs to be debugged with warnings on. If I compile that
program with:

dmd -w test.d

DMD 2.047 prints:
...\src\phobos\std\format.d(2040): Warning: statement is not reachable
...\src\phobos\std\format.d(2041): Warning: statement is not reachable

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


[Issue 4109] writeln doesn't work with empty static array

2010-05-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4109


Shin Fujishiro  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rsi...@gmail.com
 Resolution||FIXED


--- Comment #1 from Shin Fujishiro  2010-05-23 05:00:48 PDT 
---
Fixed in svn r1546.

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