[Issue 4822] Problem with std.stdio.File.writef(%c

2012-04-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4822


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-04-22 17:48:15 PDT ---
%c format specifier has been supported from 2.058:
http://dlang.org/phobos/std_format

It was fixed by the pull request:
https://github.com/D-Programming-Language/phobos/pull/298

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


[Issue 4822] Problem with std.stdio.File.writef(%c

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4822


SomeDude lovelyd...@mailmetrash.com changed:

   What|Removed |Added

 CC||lovelyd...@mailmetrash.com


--- Comment #2 from SomeDude lovelyd...@mailmetrash.com 2012-04-21 15:37:32 
PDT ---
The program runs fine on 2.059, and the text file is created with 'x' inside.

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


[Issue 4822] Problem with std.stdio.File.writef(%c

2011-02-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4822


Lars T. Kyllingstad bugzi...@kyllingen.net changed:

   What|Removed |Added

 CC||bugzi...@kyllingen.net


--- Comment #1 from Lars T. Kyllingstad bugzi...@kyllingen.net 2011-02-03 
00:50:11 PST ---
According to the std.format documentation, %c is not a valid format
specifier.  The error message could be improved, though.

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