[Issue 7459] working around nested function declaration order

2013-02-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7459 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 7459] working around nested function declaration order

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7459 --- Comment #2 from timon.g...@gmx.ch 2012-12-14 00:20:08 PST --- (In reply to comment #1) Ideally, the compiler should allow nested functions to call each other. I agree. Furthermore, ideally the state of the symbol table should the one at

[Issue 7459] working around nested function declaration order

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7459 --- Comment #3 from timon.g...@gmx.ch 2012-12-14 00:21:05 PST --- (In reply to comment #2) ... The above code should be a compiler error. /compiler/compile/s -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 7459] working around nested function declaration order

2012-12-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7459 --- Comment #1 from hst...@quickfur.ath.cx 2012-12-13 22:29:06 PST --- Ideally, the compiler should allow nested functions to call each other. I understand there are some complications with how declarations inside function scope are processed,