[Mono-bugs] [Bug 52594][Wis] Changed - cant call custom MethodInfo with Sys.Ref.Emit
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 14:20:20 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52594
--- shadow/52594 2004-05-12 13:17:29.000000000 -0400
+++ shadow/52594.tmp.8680 2004-05-12 14:20:20.000000000 -0400
@@ -12,13 +12,13 @@
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: cant call custom MethodInfo with Sys.Ref.Emit
-OtherBugsDependingOnThis: 52586
+OtherBugsDependingOnThis: 26204, 52586
Description of Problem:
On the MS runtime, you are able to create your own custom MethodInfo
classes, and call them in dynamicly generated code using
ilgen.Emit (OpCodes.Call, myCustomMethodInfo);
@@ -44,6 +44,15 @@
------- Additional Comments From bmaurer@users.sf.net 2004-01-04 20:49 -------
note this would allow a portable workaround for bug 26204.
------- Additional Comments From miguel@ximian.com 2004-05-12 13:17 -------
Where does this bug happen? Do we even need this for 1.0?
+
+------- Additional Comments From bmaurer@users.sf.net 2004-05-12 14:20 -------
+This is a bug in the runtime. We should handle this case, rather than
+throw the assertion shown in the initial report.
+
+A fix for this bug is needed to fix bug 52586 and also for bug 26204.
+
+Neither this bug, nor those depenent bugs are, IMHO, needed for 1.0.
+But they'd be nice to have.