[Mono-bugs] [Bug 32192][Wis] Changed - strange behaviour with ref types

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 15 Apr 2003 13:59:59 -0400 (EDT)


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 lupus@ximian.com.

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

--- shadow/32192	Sat Oct 12 04:15:39 2002
+++ shadow/32192.tmp.18258	Tue Apr 15 13:59:59 2003
@@ -1,14 +1,14 @@
 Bug#: 32192
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vladimir@pobox.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -94,6 +94,9 @@
 ~Foo: my_counter = 1
 ~Foo: my_counter = 2
 ~Foo: my_counter = 0
 
 The destructor order is different, but this may be irrelevant, but the "7"
 is odd...
+
+------- Additional Comments From lupus@ximian.com  2003-04-15 13:59 -------
+This seems to work now.