[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, 20 Dec 2003 16:39:09 -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 tiago.lima@vianw.pt.

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

--- shadow/52399	2003-12-20 14:38:04.000000000 -0500
+++ shadow/52399.tmp.19349	2003-12-20 16:39:09.000000000 -0500
@@ -72,6 +72,11 @@
 improvements.
 
 This falls under the `minor' category (the workaround is pretty clear,
 it is not a common usage pattern).
 
 Thanks for reporting the bug, we do appreciate the help!
+
+------- Additional Comments From tiago.lima@vianw.pt  2003-12-20 16:39 -------
+Apparently the problem is that the type is searched globally instead of  
+being searched only in the assembly. It should be simple, but I think its a  
+design problem....