[Mono-bugs] [Bug 25971] Changed - System.Reflection.Emit.ModuleBuilder and DefineType overloads
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
7 Jun 2002 20:49:47 -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@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=25971
--- shadow/25971 Fri Jun 7 15:37:17 2002
+++ shadow/25971.tmp.26689 Fri Jun 7 16:49:47 2002
@@ -1,14 +1,14 @@
Bug#: 25971
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: manyoso@yahoo.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -45,6 +45,10 @@
public TypeBuilder DefineType (string name, TypeAttributes attr, Type parent, PackingSize
packsize, int typesize)
{
return DefineType (name, attr, parent, null);
}
+
+------- Additional Comments From martin@gnome.org 2002-06-07 16:49 -------
+Fixed in CVS. Make sure to update your runtime as well.
+