[Mono-bugs] [Bug 59894][Wis] Changed - [PATCH] TypeBuilder implementation does not match MS.NET
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 29 Aug 2004 14:12:32 -0400 (EDT)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=59894
--- shadow/59894 2004-07-09 23:43:10.000000000 -0400
+++ shadow/59894.tmp.13702 2004-08-29 14:12:31.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: TypeBuilder implementation does not match MS.NET
+Summary: [PATCH] TypeBuilder implementation does not match MS.NET
OtherBugsDependingOnThis: 58657[FIXED]
The Mono (System.Reflection.Emit) TypeBuilder does not match the
implementation of MS.NET as it allow access to defined
events/methods/properties before the type is actually created/completed.
@@ -43,6 +43,9 @@
As commented in the mailing list, it's better to apply this patch only
afte the release, because it changes stuff that is potentially used by
mcs.
------- Additional Comments From echeslack@gmail.com 2004-07-09 23:43 -------
*** Bug 55247 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-29 14:12 -------
+Now that it is after the release, we should probably look at this again