http://d.puremagic.com/issues/show_bug.cgi?id=4841
Denis Shelomovskij <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #15 from Denis Shelomovskij <[email protected]> 2013-06-10 16:47:35 MSD --- Currently failing tests: 1. From Description --- import std.algorithm: map; import std.array: array; void main() { int c; map!(x => c)([1]).array(); } --- 2. From Comment 10 --- import std.string; void main() { assert(new char[5].sformat("%s", 42) == "42"); } --- 3. From Issue 7129 Comment 4 --- auto fun() { int i; struct Result { this(int u) {} auto bar() { i = 42; } } return Result(); } void main() { auto t = fun(); t.bar(); } --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
