[Mono-bugs] [Bug 76382][Nor] Changed - [PATCH] [GMCS] methods with different generic arity

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 19 15:54:44 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=76382

--- shadow/76382	2005-10-19 14:07:58.000000000 -0400
+++ shadow/76382.tmp.2736	2005-10-19 15:54:44.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 76382
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: martin at ximian.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
@@ -99,6 +99,10 @@
 ------- Additional Comments From martin at ximian.com  2005-10-19 14:07 -------
 Your patch look good.
 
 Note that it's not allowed to have two methods with the same parameter
 types *and* the same generic arity - so instead of actually comparing
 the generic parameters, it'd be enough to check for the arity.
+
+------- Additional Comments From atsushi at ximian.com  2005-10-19 15:54 -------
+Ok, the patch is commited, removing individual comparison of parameter
+constraints.


More information about the mono-bugs mailing list