Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77060 --- shadow/77060 2006-02-01 00:06:46.000000000 -0500 +++ shadow/77060.tmp.25218 2006-02-01 00:07:45.000000000 -0500 @@ -110,6 +110,15 @@ get the fix in place. ------- Additional Comments From [EMAIL PROTECTED] 2006-02-01 00:06 ------- Created an attachment (id=16431) Patch that fixes the point at which the ScopeInfo objects are constructed + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-01 00:07 ------- +I want to clean this patch as this allows me to remove some cruft from +the compiler. + +What this does is instead of emitting the Scope initialization at the +point of use (which was wrong for nested scopes) it emits them where +it should have been: at the start of the scope. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
