[Mono-bugs] [Bug 74852][Nor] New - mcs expects imported interface methods to have a newslot attribute

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 6 May 2005 15:29:37 -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 vargaz@gmail.com.

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

--- shadow/74852	2005-05-06 15:29:37.000000000 -0400
+++ shadow/74852.tmp.7587	2005-05-06 15:29:37.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 74852
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs expects imported interface methods to have a newslot attribute
+
+mcs expects interface methods in assemblies loaded using /r to 
+have the newslot attribute. This is true of assemblies produced by mcs
+and MS.NET, but not true for other compilers, like ikvm. Omitting the
+newslot flag is perfectly acceptable so mcs should be able to deal with
+this. MS.NET handles it just fine.
+
+To reproduce:
+ilasm /dll /target:bug.dll bug.il
+mcs /r:bug.dll bug2.cs