[Mono-bugs] [Bug 71301][Nor] Changed - BaseType for Interfaces created from TypeBuilder should be null.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Jan 2005 01:28:38 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71301
--- shadow/71301 2005-01-14 20:03:16.000000000 -0500
+++ shadow/71301.tmp.10085 2005-01-18 01:28:38.000000000 -0500
@@ -10,12 +10,13 @@
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
+Cc: grompf@sublimeintervention.com,lupus@ximian.com
Summary: BaseType for Interfaces created from TypeBuilder should be null.
The follwoing program should not display anything:
using System;
using System.Reflection;
@@ -46,6 +47,11 @@
}
------- Additional Comments From grompf@sublimeintervention.com 2005-01-14 20:03 -------
Created an attachment (id=13728)
patch
+
+------- Additional Comments From miguel@ximian.com 2005-01-18 01:28 -------
+CCing Paolo on the bug.
+
+Is this fix ok to go in?