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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
9 Jul 2002 22:41:12 -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=27287

--- shadow/27287	Mon Jul  8 10:04:58 2002
+++ shadow/27287.tmp.32732	Tue Jul  9 18:41:12 2002
@@ -1,12 +1,12 @@
 Bug#: 27287
 Product: Mono/MCS
 Version: unspecified
 OS: Red Hat 7.3
 OS Details: 
-Status: ASSIGNED   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jaime@geneura.ugr.es               
@@ -94,6 +94,17 @@
 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.
+
+------- Additional Comments From miguel@ximian.com  2002-07-09 18:41 -------
+Paolo, I was unable to run the test, it complains with:
+
+
+Unhandled Exception: System.TypeLoadException: Method stuff in type T
+from assembly stuff does not have an implementation.
+(null)
+
+Maybe some code is not commited?
+