[Issue 9361] Nasty bug and/or error message for template constaints using this

2014-01-24 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9361 --- Comment #7 from github-bugzi...@puremagic.com 2014-01-24 22:22:54 PST --- Commit pushed to 2.065 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d88598d4168a16fac1afea6e7d4cb22be707d487

[Issue 9361] Nasty bug and/or error message for template constaints using this

2014-01-23 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9361 --- Comment #6 from github-bugzi...@puremagic.com 2014-01-23 23:22:28 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/f6d861b2bb083812f24b43d2d50c70222626b03

[Issue 9361] Nasty bug and/or error message for template constaints using this

2013-01-22 Thread d-bugmail
/d31dd28886a832b077b013c62a885fb02a6ed124 fix Issue 9361 - Nasty bug and/or error message for template constaints using this Add test cases -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 9361] Nasty bug and/or error message for template constaints using this

2013-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9361 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9361] Nasty bug and/or error message for template constaints using this

2013-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9361 --- Comment #3 from Phil Lavoie 2013-01-21 06:19:00 PST --- (In reply to comment #1) > Reduced test case: > > struct Unit(A) > { > void butPleaseDontUseMe()() > if (is(unitType!((this // ! > {} > > } > template isUnit(alias

[Issue 9361] Nasty bug and/or error message for template constaints using this

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9361 Kenji Hara changed: What|Removed |Added Keywords||ice, pull Platform|x86

[Issue 9361] Nasty bug and/or error message for template constaints using this

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9361 --- Comment #1 from Kenji Hara 2013-01-20 18:33:09 PST --- Reduced test case: struct Unit(A) { void butPleaseDontUseMe()() if (is(unitType!((this // ! {} } template isUnit(alias T) if ( is(T)) {} template isUnit(alias T) if (