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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
16 Nov 2002 22:18:39 -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 martin@ximian.com.

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

--- shadow/33892	Wed Nov 13 11:26:28 2002
+++ shadow/33892.tmp.18913	Sat Nov 16 17:18:39 2002
@@ -1,14 +1,14 @@
 Bug#: 33892
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: danmorg@sc.rr.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -51,6 +51,11 @@
 As for mcs, I can see this as being very useful.  Multi-file assemblies
 are allowed, mono runs them, but mcs can't create them.  At least, the
 build I have -- almost a month old -- can't create .netmodule files.  If
 you specify `/t:module' to csc, it creates a .dll with a .assembly
 directive, which a .netmodule file lacks.  The .assembly directive is
 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.
+