[Mono-bugs] [Bug 80749][Nor] Changed - ironpython 1.1a1 doesn't build anymore.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Feb 13 09:18:31 EST 2007


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

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

--- shadow/80749	2007-02-12 19:19:08.000000000 -0500
+++ shadow/80749.tmp.23375	2007-02-13 09:18:31.000000000 -0500
@@ -318,6 +318,17 @@
 ICodeGenerator {
 
 To
 
 partial class PythonGenerator : CodeCompiler, ICodeCompiler {
 
+
+------- Additional Comments From miguel at ximian.com  2007-02-13 09:18 -------
+The error we produce is incorrect.
+
+Because we are *explicitly* stating that we want to override the "M"
+method in class "C".
+
+The method I.M does not enter into the equation, it is a separate
+method (unless it is implicit, which is not the case).
+
+CSC is right, MCS is currently wrong (and used to be right).


More information about the mono-bugs mailing list