[Issue 693] 'this' can't be used as an alias parameter for a mixin

2010-11-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=693 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 693] 'this' can't be used as an alias parameter for a mixin

2011-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=693 Simen Kjaeraas changed: What|Removed |Added CC||simen.kja...@gmail.com --- Comment #2

[Issue 693] 'this' can't be used as an alias parameter for a mixin

2011-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=693 --- Comment #3 from Simen Kjaeraas 2011-04-12 03:01:10 PDT --- Thinking about this some more, fixing this bug could lead to safer array indexing for one, through a limited system of dependent types: struct SafeArray( T ) { T[] data; s

[Issue 693] 'this' can't be used as an alias parameter for a mixin

2011-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=693 Kenji Hara changed: What|Removed |Added CC||zan77...@nifty.com --- Comment #4 from Ken

[Issue 693] 'this' can't be used as an alias parameter for a mixin

2011-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=693 Walter Bright changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 693] 'this' can't be used as an alias parameter for a mixin

2013-01-21 Thread d-bugmail
/commit/9e84dccf6286dd7e718f247bf1a623cd50f68553 fix Issue 693 - 'this' can't be used as an alias parameter for a mixin https://github.com/D-Programming-Language/d-programming-language.org/commit/0cf09c6b06c13345024772864f6654002904244c Merge pull request #239 from 9rnsr/fix693 Is