[Mono-bugs] [Bug 58657][Blo] Changed - EnumBuilder does not work.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 03:44:47 -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 03:38:18.000000000 -0400
+++ shadow/58657.tmp.11531 2004-06-09 03:44:47.000000000 -0400
@@ -89,6 +89,14 @@
We parse LValue as of type EnumBuilder while RValue as
System.Refelection.Emit.EnumBuilder.
So we fail saying that explicit conversion is required.
+
+------- Additional Comments From gert.driesen@pandora.be 2004-06-09 03:44 -------
+I have a patch ready which implements EnumBuilder and fixes
+TypeBuilder, and adds a large set of unit tests for both.
+
+I could send it to you. There is still a issue (in the runtime?)
+which causes segfaults, but you're better placed to get the right
+person to fix that.