[Mono-dev] [PATCH] generic methods not handled in reflection.c
Zoltan Varga
vargaz at gmail.com
Sun Aug 14 08:31:04 EDT 2005
Hi,
I think this is ok to check in.
Zoltan
On 8/14/05, Kamil Skalski <kamil.skalski at gmail.com> wrote:
> Hi!
>
> When bringing generic version of Nemerle interactive shell to live I
> encountered the problem in mono runtime:
>
> MonoGenericCMethod
> ** ERROR **: file reflection.c: line 9561 (resolve_object): should not be
> reached
> aborting...
>
> I would prefer to do not create an isolated testcase for the issue, since
> this might be quite complex. Instead I would like to just correct the
> problem.
> It seems that resolve_object function do not handle MonoGenericCMethod and
> MonoCMethod. Attached patch makes all four versions of MonoMethod to be
> handled
> by the same code.
>
> The question is if all four cases can be safely handled by the same code
> and if yes, should I commit?
>
> --
> Kamil Skalski
> http://nazgul.omega.pl
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>
>
More information about the Mono-devel-list
mailing list