[Mono-bugs] [Bug 74232][Nor] Changed - Missing CS0208 report

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 1 Apr 2005 10:12:07 -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 rharinath@novell.com.

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

--- shadow/74232	2005-03-30 09:06:37.000000000 -0500
+++ shadow/74232.tmp.8660	2005-04-01 10:12:07.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 74232
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: rharinath@novell.com                            
 ReportedBy: marek.safar@seznam.cz               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Missing CS0208 report
@@ -61,6 +61,17 @@
 
 
 How often does this happen? 
 
 
 Additional Information:
+
+------- Additional Comments From rharinath@novell.com  2005-04-01 10:12 -------
+I have a fix for this, but it "breaks" cs1521-2.cs.  It looks like
+
+  class C {}
+  class C2 : C* {}
+
+My patch is reporting CS0208 on this.  I'm inclined to say that CS0208
+is an appropriate error message, and that it's not a real regression.
+
+However, would like your opinion.