[Mono-bugs] [Bug 78859][Maj] Changed - ConstructorBuilder.GetILGenerator always creates a new ILGenerator
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 14 12:53:20 EDT 2006
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 at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78859
--- shadow/78859 2006-07-14 12:10:46.000000000 -0400
+++ shadow/78859.tmp.4879 2006-07-14 12:53:19.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 78859
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: ladislav.prosek at matfyz.cz
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -19,6 +19,10 @@
Description of Problem:
When System.Reflection.Emit.ConstructorBuilder.GetILGenerator is called
repeatedly, it always returns a fresh new instance of ILGenerator. As a
consequence, all IL emitted so far is forgotten. Note that this problem is
only related to ConstructorBuilder, MethodBuilder.GetILGenerator seems to
be OK.How often does this happen?
+
+------- Additional Comments From vargaz at gmail.com 2006-07-14 12:53 -------
+Fixed in SVN.
+
More information about the mono-bugs
mailing list