Thread overview | |||||
---|---|---|---|---|---|
|
August 31, 2010 [Issue 4775] New: No substitution on writef("%%%s", "hi") | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=4775 Summary: No substitution on writef("%%%s", "hi") Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: wrong-code Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: cbkbbejeap@mailinator.com --- Comment #0 from Nick Sabalausky <cbkbbejeap@mailinator.com> 2010-08-31 12:54:23 PDT --- ------------------------------- import std.stdio; void main() { writef("%%%s", "hi"); } ------------------------------- Expected: %hi Actual: %%s -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 15, 2010 [Issue 4775] No substitution on writef("%%%s", "hi") | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | http://d.puremagic.com/issues/show_bug.cgi?id=4775 Shin Fujishiro <rsinfu@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Shin Fujishiro <rsinfu@gmail.com> 2010-10-15 10:56:15 PDT --- Fixed in the svn trunk r2105. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 10, 2011 [Issue 4775] No substitution on writef("%%%s", "hi") | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | http://d.puremagic.com/issues/show_bug.cgi?id=4775 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |y0uf00bar@gmail.com --- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2011-09-10 05:20:12 PDT --- *** Issue 3805 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation