[Mono-bugs] [Bug 73078][Wis] Changed - mjs, does not handle properly free ocurrences of function calls inside methods.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 27 Feb 2005 03:18:26 -0500 (EST)
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 cesar@ciencias.unam.mx.
http://bugzilla.ximian.com/show_bug.cgi?id=73078
--- shadow/73078 2005-02-27 03:08:52.000000000 -0500
+++ shadow/73078.tmp.27901 2005-02-27 03:18:26.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 73078
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: JScript
AssignedTo: mono-bugs@ximian.com
ReportedBy: cesar@ciencias.unam.mx
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -63,6 +63,13 @@
svn version from Sun Feb 27 01:04:21 CST 2005
------- Additional Comments From cesar@ciencias.unam.mx 2005-02-27 03:08 -------
Created an attachment (id=14434)
free function var occurrence test case.
+
+------- Additional Comments From cesar@ciencias.unam.mx 2005-02-27 03:18 -------
+We must postpone the code generation of function's body until every
+ScriptFunction and field of them are properly defined and initiated.
+That means Block.Emit takes care of it.
+
+Fixed on svn.