[Mono-bugs] [Bug 76575][Min] Changed - [GMCS] [PATCH] MethodInfo.MakeGenericMethod() returns null when the count of args is unexpected

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 27 15:29:31 EDT 2005


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 atsushi at ximian.com.

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

--- shadow/76575	2005-10-27 15:28:37.000000000 -0400
+++ shadow/76575.tmp.9396	2005-10-27 15:29:31.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 76575
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: misc
-AssignedTo: mono-bugs at ximian.com                            
+AssignedTo: martin at ximian.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: [PATCH] MethodInfo.MakeGenericType() returns null when the count of args is unexpected
+Summary: [GMCS] [PATCH] MethodInfo.MakeGenericMethod() returns null when the count of args is unexpected
 
 When users pass a wrong number of Type arguments to
 MethodInfo.MakeGenericMethod(), it should raise ArgumentException, while we
 just return null.
 
 using System;
@@ -54,6 +54,9 @@
 Attaching a runtime patch.
 
 ------- Additional Comments From atsushi at ximian.com  2005-10-27 15:28 -------
 Created an attachment (id=15994)
 proposed fix
 
+
+------- Additional Comments From atsushi at ximian.com  2005-10-27 15:29 -------
+Maybe Martin again?


More information about the mono-bugs mailing list