[Issue 2293] access instance members from inside delegates

2008-11-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2293


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Comment #2 from [EMAIL PROTECTED]  2008-11-25 04:24 ---
Works by design. In D1 nested delegates aren't closures and using them after
enclosing function exits results in undefined behavior. this is accessed
through frame pointer.


-- 



[Issue 2293] access instance members from inside delegates

2008-11-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2293


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #1 from [EMAIL PROTECTED]  2008-11-24 09:32 ---
Is this a compiletime error, a runtime error or some other form of runtime
misbehaviour?  Please be specific about what happens - post the output, along
with what output you believe the program should generate.  And assign an
appropriate keyword to this issue while you're at it.


--