[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 02:24:16 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 atsushi at ximian.com.

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

--- shadow/77954	2006-03-31 02:22:13.000000000 -0500
+++ shadow/77954.tmp.10660	2006-03-31 02:24:16.000000000 -0500
@@ -1,22 +1,22 @@
 Bug#: 77954
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Summary: [GMCS] incorrect CS0121 - ambiguity between generic method definition and generic method instance in different assembly
+Summary: [PATCH][GMCS] incorrect CS0121 - ambiguity between generic method definition and generic method instance in different assembly
 
 gmcs fails to compile such code that invokes generic method in referenced
 assembly, because of incorrect ambiguity error (CS0121). It happens between
 generic method definition and generic method, only when those methods are
 defined in different assembly.
 
@@ -75,6 +75,13 @@
 it is also recent regression which started to happen this month or last month.
 
 ------- Additional Comments From atsushi at ximian.com  2006-03-31 02:22 -------
 Created an attachment (id=16708)
 proposed fix
 
+
+------- 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 ;-)


More information about the mono-bugs mailing list