Re: Recursive mixin templates

2013-05-17 Thread Sebastian Graf
On Thursday, 16 May 2013 at 15:34:54 UTC, Simen Kjaeraas wrote: This is one of those weird things. I believe it is intentional, but I feel it should be a bug. Basically, overload sets cannot cross mixin borders. So if two mixins create a function with the same name, they don't overload

Recursive mixin templates

2013-05-16 Thread Sebastian Graf
I aim to use a simplistic, rough edged property generator, but I'm having issues. See http://dpaste.dzfl.pl/72837a7a. My code and mixin logic seems to work basically, but it gets hairy when using mixinMap to generate getters and setters from a list in a recursive template fashion. It won't work

Re: Recursive mixin templates

2013-05-16 Thread Simen Kjaeraas
On Thu, 16 May 2013 17:01:54 +0200, Sebastian Graf sebastiang...@t-online.de wrote: I aim to use a simplistic, rough edged property generator, but I'm having issues. See http://dpaste.dzfl.pl/72837a7a. My code and mixin logic seems to work basically, but it gets hairy when using mixinMap to