[Mono-bugs] [Bug 56614][Nor] Changed - Some [ThreadStatic] fields aren't declared static in AppDomain

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Oct 2004 14:02:52 -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 vargaz@freemail.hu.

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

--- shadow/56614	2004-04-07 07:58:23.000000000 -0400
+++ shadow/56614.tmp.3768	2004-10-04 14:02:52.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 56614
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -28,6 +28,9 @@
 Hashtable type_resolve_in_progress;
 
 [ThreadStatic]
 Hashtable assembly_resolve_in_progress;
 
 Note: All other [ThreadStatic] fields in /mcs/* are declared static.
+
+------- Additional Comments From vargaz@freemail.hu  2004-10-04 14:02 -------
+Fixed in CVS.