[Issue 6892] Formatted write with specified length of enum member

2012-04-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6892 --- Comment #7 from Kenji Hara k.hara...@gmail.com 2012-04-22 17:55:41 PDT --- (In reply to comment #6) The problem at comment 5 can be reduced to this: import std.stdio; void main() { writefln(%f, 42); // COMPILATION ERROR }

[Issue 6892] Formatted write with specified length of enum member

2012-04-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6892 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6892] Formatted write with specified length of enum member

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6892 SomeDude lovelyd...@mailmetrash.com changed: What|Removed |Added CC|

[Issue 6892] Formatted write with specified length of enum member

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6892 --- Comment #6 from Ali Cehreli acehr...@yahoo.com 2012-04-20 18:55:09 PDT --- The problem at comment 5 can be reduced to this: import std.stdio; void main() { writefln(%f, 42); // COMPILATION ERROR } It looks like an integral cannot be

[Issue 6892] Formatted write with specified length of enum member

2012-03-08 Thread d-bugmail
/12571977d821a2e7e7a799012baea3e8f73dee0d fix Issue 6892 - Formatted write with specified length of enum member -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6892] Formatted write with specified length of enum member

2012-03-01 Thread d-bugmail
/b5256c57f64fa823ca8ba200d343674d6556c75c Merge pull request #465 from 9rnsr/fix6892 Issue 6892 - Formatted write with specified length of enum member -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6892] Formatted write with specified length of enum member

2012-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6892 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #2

[Issue 6892] Formatted write with specified length of enum member

2012-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6892 Ali Cehreli acehr...@yahoo.com changed: What|Removed |Added CC||acehr...@yahoo.com