[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

[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

[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 k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[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-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9361 --- Comment #3 from Phil Lavoie maidenp...@hotmail.com 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

[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 k.hara...@gmail.com 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

[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 k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull