[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 14:07:58 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 martin at ximian.com.

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

--- shadow/76382	2005-10-19 14:04:30.000000000 -0400
+++ shadow/76382.tmp.1348	2005-10-19 14:07:58.000000000 -0400
@@ -92,6 +92,13 @@
 Created an attachment (id=15938)
 proposed fix
 
 
 ------- Additional Comments From martin at ximian.com  2005-10-19 14:04 -------
 From looking at the summary, I almost closed this as NOTABUG.
+
+------- 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.


More information about the mono-bugs mailing list