[Issue 918] Template order matter, version block change something with typedef, and another template bug.

2010-01-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=918 --- Comment #5 from Witold Baryluk 2010-01-24 20:44:41 PST --- I tested it today on 2.039 and regression dissapered, now all 3 versions give exactl the same correct answers: $ dmd2 -version=B -w a918.d ; ./a918 calling num wyk=22? num 22 call

[Issue 918] Template order matter, version block change something with typedef, and another template bug.

2009-11-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=918 --- Comment #4 from Witold Baryluk 2009-11-18 21:25:29 PST --- I recently retested this code in DMD 2.032: a918.d: - import std.stdio; typedef int num = 42; version (A) { void pow(alias b)() { writefln("alias %d", b); } void

[Issue 918] Template order matter, version block change something with typedef, and another template bug.

2009-04-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=918 matti.niemenmaa+dbugzi...@iki.fi changed: What|Removed |Added Version|1.039 |1.004 --- Comme

[Issue 918] Template order matter, version block change something with typedef, and another template bug.

2009-04-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=918 bary...@smp.if.uj.edu.pl changed: What|Removed |Added Version|1.004 |1.039 --- Comment #2 fr