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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77146 --- shadow/77146 2007-06-12 20:45:34.000000000 -0400 +++ shadow/77146.tmp.14526 2007-06-13 04:55:23.000000000 -0400 @@ -170,6 +170,16 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-06-12 20:45 ------- The patch fixes the delegate.method_info issue. It seems not to break any test. + +------- Additional Comments From [EMAIL PROTECTED] 2007-06-13 04:55 ------- +The last patch is wrong, because dynamic methods are not +runtime methods (are not invocable as such). + +Here another one. May I check for DynamicMethods before assigning +original_method_info, hence making the patch NET_2_0 only? +Or is there another way to do this in unmanaged code (assign only +when the method info belongs to a non runtime method)? + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
