[nem-en] Re: test-498.n failing

Kamil Skalski kamil.skalski at gmail.com
Sun Jul 2 13:07:31 CEST 2006


I guess we should detect the
[MethodImplAttribute(MethodImplOptions.InternalCall)]

attribute in ncc/hierarchy/CustomAttribute.n - CheckPInvoking
and do something about the values used in it.

2006/7/2, Snaury <snaury at gmail.com>:
> Btw, mono seems to workaround it by something like this:
>
> if((a.GetMethodImplOptions () & MethodImplOptions.InternalCall) != 0) {
>   MethodBuilder.SetImplementationFlags
> (MethodImplAttributes.InternalCall | MethodImplAttributes.Runtime);
> }
>
> I'm not sure whether it is correct or not though...
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>


-- 
Kamil Skalski
http://nazgul.omega.pl



More information about the devel-en mailing list