https://d.puremagic.com/issues/show_bug.cgi?id=602
--- Comment #22 from yebblies <[email protected]> 2013-12-02 00:33:39 EST --- (In reply to comment #21) > This new change in the compiler forbids code like this that I have: > > > void main() { > import std.stdio; > goto LABEL; > enum code = "writeln(10);"; > LABEL: > mixin(code); > } > > > Is this bad/OK/good/acceptable? The compiler is bad, the code is OK/good/acceptable. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
