Re: interpret.c assertion failure on enum.stringof mixin

2010-02-07 Thread strtr
strtr Wrote: strtr Wrote: enum { E }; void _mixin() { writefln( E.stringof ); } void func() { mixin(_mixin); } Assertion failure: '!dim || (parameters (parameters-dim == dim))' on line 140 in file 'interpret.c' At least I got a line number this time :) Had

interpret.c assertion failure on enum.stringof mixin

2010-02-06 Thread strtr
enum { E }; void _mixin() { writefln( E.stringof ); } void func() { mixin(_mixin); } Assertion failure: '!dim || (parameters (parameters-dim == dim))' on line 140 in file 'interpret.c' At least I got a line number this time :)