[Issue 4458] Static typing for format strings, when possible

2011-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4458 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #8

[Issue 4458] Static typing for format strings, when possible

2011-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4458 --- Comment #7 from bearophile_h...@eml.cc 2011-02-28 10:36:27 PST --- > 1. fixing calls to printf falls outside of the scope of D. I use printf often in D because writeln is template-heavy (see the size of the compilation or the asm code produ

[Issue 4458] Static typing for format strings, when possible

2011-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4458 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4458] Static typing for format strings, when possible

2011-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4458 --- Comment #5 from bearophile_h...@eml.cc 2011-02-28 09:45:16 PST --- Once present this compile-time tests are applied on the format strings of printf and related functions too, not just for writef/writefln. -- Configure issuemail: http://d.p

[Issue 4458] Static typing for format strings, when possible

2011-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4458 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #4 from Don 2

[Issue 4458] Static typing for format strings, when possible

2011-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4458 Denis Derman changed: What|Removed |Added CC||denis.s...@gmail.com --- Comment #3 fro

[Issue 4458] Static typing for format strings, when possible

2011-02-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4458 --- Comment #2 from bearophile_h...@eml.cc 2011-02-28 04:40:16 PST --- Among the SAL (Microsoft's standard source code annotation language) there is __format_string too, it denotes strings that contains % markers in the style of printf: http://m

[Issue 4458] Static typing for format strings, when possible

2010-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4458 --- Comment #1 from bearophile_h...@eml.cc 2010-09-23 15:34:27 PDT --- See also bug 4927 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---