[Mono-bugs] [Bug 27287][Min] Changed - Error whith structs that implement interfaces

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
8 Jul 2002 14:04:58 -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 lupus@ximian.com.

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

--- shadow/27287	Tue Jul  2 17:41:38 2002
+++ shadow/27287.tmp.26914	Mon Jul  8 10:04:58 2002
@@ -3,13 +3,13 @@
 Version: unspecified
 OS: Red Hat 7.3
 OS Details: 
 Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
-Priority: Major
+Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jaime@geneura.ugr.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -85,6 +85,15 @@
 
 
 Which one should be final?  The interface declaration or the other one?
 
 Did you commit your code, because right now I can not run the sample
 with mcs, and seems like your code could fix this.
+
+------- Additional Comments From lupus@ximian.com  2002-07-08 10:04 -------
+The stuff() method implementation has the final flag set when
+compiling with csc. It's possible all the virtual methods in structs
+could be set to final, since you can't derive from a struct anyway.
+And, yes, my code is already in cvs (I committed a couple of hours
+after the bugzilla report).
+Setting priority to minor since the mcs-compiled program runs with the
+ms runtime, now.