[Mono-bugs] [Bug 82075][Nor] Changed - TypeBuilder doesn't fail for a type without all interface methods
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 14 10:34:31 EDT 2007
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 at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=82075
--- shadow/82075 2007-07-11 15:21:03.000000000 -0400
+++ shadow/82075.tmp.24038 2007-07-14 10:34:31.000000000 -0400
@@ -41,6 +41,15 @@
at Program.Main(String[] args)
------- Additional Comments From kumpera at gmail.com 2007-07-11 15:18 -------
Created an attachment (id=19551)
Test program
+
+------- Additional Comments From gert.driesen at pandora.be 2007-07-14 10:34 -------
+Shouldn't the runtime take care of this since it is implemented there
+(see bug #81673) ?
+
+I know it doesn't right now, but I wonder if that would not be better
+instead of implementing all checks twice. I noticed that we already
+perform some checks in TypeBuilder.CreateType that are (or should be)
+also implemented in the runtime.
More information about the mono-bugs
mailing list