[Mono-bugs] [Bug 74906][Wis] Changed - S.R.E.CreateType() allows creation of a type with empty method body
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 12 May 2005 09:06:40 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74906
--- shadow/74906 2005-05-11 04:58:44.000000000 -0400
+++ shadow/74906.tmp.4761 2005-05-12 09:06:40.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74906
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: malekith@pld-linux.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -27,6 +27,13 @@
also should throw an exception.
I hope it is not possible to obtain MethodBuilder from already finalized type.
I filled bug against runtime, since it should probably happen on the C side
(but I'm not sure).
+
+------- Additional Comments From vargaz@gmail.com 2005-05-12 09:06 -------
+Fixed in SVN.
+
+IL generation is allowed by MS.NET after CreateType (), probably because
+it would hurt performance to check at each Emit call .
+