[Mono-bugs] [Bug 58657][Blo] Changed - EnumBuilder does not work.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 15:28:24 -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 gert.driesen@pandora.be.

http://bugzilla.ximian.com/show_bug.cgi?id=58657

--- shadow/58657	2004-06-09 15:27:12.000000000 -0400
+++ shadow/58657.tmp.4592	2004-06-09 15:28:24.000000000 -0400
@@ -12,12 +12,13 @@
 ReportedBy: rbo@acm.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: EnumBuilder does not work.
+BugsThisDependsOn: 59894
 
 Description of Problem:
 
 System.Reflection.Emit.EnumBuilder does not work.
 
 
@@ -109,6 +110,10 @@
 it was sent to the dev list
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-06-09 15:26 -------
 Created an attachment (id=8096)
 patch which implements EnumBuilder
 
+
+------- Additional Comments From gert.driesen@pandora.be  2004-06-09 15:28 -------
+The attached patch for EnumBuilder relies on the patch for 
+TypeBuilder in bug #59894 to be committed first.