[Mono-bugs] [Bug 41655][Nor] Changed - Reflection method binding problem.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 9 May 2003 22:20:37 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=41655
--- shadow/41655 Wed May 7 18:33:20 2003
+++ shadow/41655.tmp.14108 Fri May 9 22:20:37 2003
@@ -1,13 +1,13 @@
Bug#: 41655
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: tom@acquist.com
QAContact: mono-bugs@ximian.com
@@ -104,6 +104,9 @@
(On .Net, they also have these typecodes, so that's not a bug.) So,
it goes into the type code switch statement, and will fail.
That's where the problem is, but I do not know what the best solution
would be. (Explicit checks for enums? Reworking the check_type
method so it will handle this sort of case first? Something
completely different?)
+
+------- Additional Comments From gonzalo@ximian.com 2003-05-09 22:20 -------
+Fixed in CVS. Thanks for the report and for tracking it down.