[Issue 7628] Regression with std.string format and alias this

2012-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 --- Comment #7 from github-bugzi...@puremagic.com 2012-03-08 22:54:45 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 7628] Regression with std.string format and alias this

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 --- Comment #3 from David ad...@dav1d.de 2012-03-03 07:04:33 PST --- https://github.com/D-Programming-Language/phobos/pull/473 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 7628] Regression with std.string format and alias this

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2012-03-03 08:29:31 PST --- This test case with 2.059head does not raise errors, but std.format still has an issue. Reduced test case: struct Foo { int[] bar; alias bar this; } void

[Issue 7628] Regression with std.string format and alias this

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 --- Comment #6 from Kenji Hara k.hara...@gmail.com 2012-03-03 18:15:15 PST --- Pull request: https://github.com/D-Programming-Language/phobos/pull/473 Merged commit:

[Issue 7628] Regression with std.string format and alias this

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 bioinfornatics bioinfornat...@gmail.com changed: What|Removed |Added CC|

[Issue 7628] Regression with std.string format and alias this

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7628 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2012-03-02 06:22:09 PST --- Don't link to an external site, because it may be disappear in the future. Instead write code directly, or attach the testcase, please. http://ideone.com/iSBBO