[Mono-bugs] [Bug 21559] Changed - mcs doesnt set the newslot flag in methods that implement interface methods.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Mar 2002 21:33:28 -0000
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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21559
--- shadow/21559 Fri Mar 8 13:22:46 2002
+++ shadow/21559.tmp.9637 Mon Mar 11 16:33:28 2002
@@ -1,14 +1,14 @@
Bug#: 21559
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,16 @@
with csc, but not with mcs.
------- Additional Comments From lupus@ximian.com 2002-03-08 13:22 -------
Created an attachment (id=1504)
Sample program.
+
+------- Additional Comments From miguel@ximian.com 2002-03-11 16:33 -------
+This has been fixed on CVS.
+
+The various cases are:
+
+ * NewSlot should be set only for interface implementations.
+ * NewSlot is never set for abstract methods.
+
+Miguel.