[Mono-bugs] [Bug 28946][Nor] Changed - finalizers not chained

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 Aug 2002 22:28:42 -0000


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 martin@gnome.org.

http://bugzilla.ximian.com/show_bug.cgi?id=28946

--- shadow/28946	Tue Aug 20 16:04:39 2002
+++ shadow/28946.tmp.8944	Tue Aug 20 18:28:42 2002
@@ -1,13 +1,13 @@
 Bug#: 28946
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@gnome.org                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -45,6 +45,10 @@
 I am CCIng Martin on this.  The code to handle this is on CVS, but a
 call to MemberLookup on the parent class for "Finalize" is returning
 zero matches.
 
 ------- Additional Comments From miguel@ximian.com  2002-08-19 14:54 -------
 Forgot to CC Martin
+
+------- Additional Comments From martin@gnome.org  2002-08-20 18:28 -------
+That was because it wasn't using Expression.MemberLookup correctly.  Fixed in CVS and added documentation.
+