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=75982 --- shadow/75982 2005-09-08 16:53:06.000000000 -0400 +++ shadow/75982.tmp.23854 2005-09-08 16:53:23.000000000 -0400 @@ -108,6 +108,15 @@ Yes. The attribute says you should cast MethodBase to MethodInfo. ------- Additional Comments From [EMAIL PROTECTED] 2005-09-08 16:53 ------- Created an attachment (id=15709) Remove MakeGenericMethod from MethodBase + +------- Additional Comments From [EMAIL PROTECTED] 2005-09-08 16:53 ------- +Yes, this is a little bit strange breaking change, but indeed +MakeGenericMethod do not make any sense for constructors. + +I attach a corrected patch - three casts in gmcs (and also in bmcs) +are needed after removal of MakeGenericMethod from MethodBase. I was +looking at the way to avoid those casts, but it seems that gmcs +operates on MethodBase in many places. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
