[Mono-bugs] [Bug 38605][Nor] Changed - public and protected methods with the same sig don't error out

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 25 Feb 2003 22:14:35 -0500 (EST)


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=38605

--- shadow/38605	Mon Feb 24 10:55:29 2003
+++ shadow/38605.tmp.32109	Tue Feb 25 22:14:35 2003
@@ -1,20 +1,25 @@
 Bug#: 38605
 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: mkestner@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: public and protected methods with the same sig don't error out
 
 mcs allows the declaration of methods with identical signatures that differ
 only in protection level.  This generates errors when compiled with csc.
+
+------- Additional Comments From miguel@ximian.com  2003-02-25 22:14 -------
+This is very sad.  My optimization broke this.
+
+I have a fix on CVS.