[Mono-bugs] [Bug 52399][Min] Changed - StackOverflow in Type.GetType(name) with custom TypeResolve

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 10 Jan 2004 06:12:37 -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 vargaz@freemail.hu.

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

--- shadow/52399	2004-01-10 05:49:01.000000000 -0500
+++ shadow/52399.tmp.28328	2004-01-10 06:12:37.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 52399
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: vargaz@freemail.hu                            
 ReportedBy: tiago.lima@vianw.pt               
 QAContact: mono-bugs@ximian.com
@@ -82,6 +82,9 @@
 design problem....  
 
 ------- Additional Comments From tiago.lima@vianw.pt  2004-01-06 10:25 -------
 Found a simple workaround: use Assembly.GetTypes() which returns an
 array with all the types in the assembly. Then "foreach" Type in that
 array find a type with the same name.
+
+------- Additional Comments From vargaz@freemail.hu  2004-01-10 06:12 -------
+Fixed in CVS.