[Mono-bugs] [Bug 33892][Min] Changed - Add module support to mcs

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
17 Nov 2002 10:05:05 -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=33892

--- shadow/33892	Sat Nov 16 18:41:07 2002
+++ shadow/33892.tmp.9589	Sun Nov 17 05:05:05 2002
@@ -56,6 +56,12 @@
 what marks a file as an assembly.
 
 ------- Additional Comments From martin@ximian.com  2002-11-16 17:18 -------
 Thanks for your detailed explanation of modules, I was already starting to wonder what a `module' is.
 Btw. this looks like being very useful for the debugger - to share code between different backends without making it public.
 
+
+------- Additional Comments From lupus@ximian.com  2002-11-17 05:05 -------
+The Reflection and Reflection.Emit API doesn't support modules, this
+was discussed a while ago on the mailing list. You can only create a
+multi-module assembly, but not a stand-alone module that you can add
+to an assembly built later.