[Mono-bugs] [Bug 48700][Maj] Changed - Reflection.Emit drops modules when more than one is defined

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Nov 2003 10:18:01 -0500 (EST)


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@freemail.hu.

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

--- shadow/48700	2003-11-01 14:27:14.000000000 -0500
+++ shadow/48700.tmp.23791	2003-11-06 10:18:01.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 48700
 Product: Mono/Class Libraries
 Version: unspecified
 OS: SuSE 8.1
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: reali@acm.org               
 QAContact: mono-bugs@ximian.com
@@ -36,6 +36,11 @@
 - _dummyMod2.netmodule
 - dummy.dll
 
 The first file contains the first type, the second file contains the
 second type, and third file (which is the main file of the assembly)
 should contain no types.
+
+------- Additional Comments From vargaz@freemail.hu  2003-11-06 10:18 -------
+Module support has been added to CVS. This is complex and not very
+well documented stuff, so if things do not work as expected, feel free
+to reopen this bug.