[Mono-bugs] [Bug 57703][Blo] New - mcs issue with events on interface

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 27 Apr 2004 03:29:35 -0400 (EDT)


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 gert.driesen@pandora.be.

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

--- shadow/57703	2004-04-27 03:29:35.000000000 -0400
+++ shadow/57703.tmp.14004	2004-04-27 03:29:35.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 57703
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gert.driesen@pandora.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs issue with events on interface 
+
+I just stumbed onto a very serious compiler issue : apparently events on 
+an interface are also generated as fields, and the events themselves are 
+always tagged with specialname and rtspecialname attributes
+
+I attached a tar file containing a source file, and both an assembly 
+generate from this interface on Mono/Windows (cvs) and .NET 1.1.
+
+Interfaces having events, that are built using mcs will not load on .NET 
+because of this issue.