[Mono-bugs] [Bug 77954][Nor] Changed - [PATCH][GMCS] incorrect CS0121 - ambiguity between generic method definition and generic method instance in different assembly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 31 06:50:38 EST 2006


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 rharinath at novell.com.

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

--- shadow/77954	2006-03-31 02:24:16.000000000 -0500
+++ shadow/77954.tmp.13939	2006-03-31 06:50:38.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 77954
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: atsushi at ximian.com               
@@ -82,6 +82,10 @@
 ------- Additional Comments From atsushi at ximian.com  2006-03-31 02:24 -------
 I still think that there should be a corresponding code that checks
 this kind of check that the patch does (to drop the cases that one is
 GenericMethodDefinition and one is not) since it does not happen when
 those methods are in the same assembly. But right now, my hands are a
 bit shorter ;-)
+
+------- Additional Comments From rharinath at novell.com  2006-03-31 06:50 -------
+Generic method definitions should not be part of overload resolution.
+ I'm working on an alternate approach.


More information about the mono-bugs mailing list