[nem-en] test-498.n failing
Kamil Skalski
kamil.skalski at gmail.com
Sun Jul 2 12:53:05 CEST 2006
I removed this test just a moment ago - it was one of the tests, which
I converted from C# mono testsuite. The simple answer is that it is
probably not worth to investigave bugs concerning internal calls, as
they are used only in .NET core libraries and it is not very likely
that one would implement .NET BCL using Nemerle. ;P
But of course if there is a way to fix this, it would be ok. :)
2006/7/2, Snaury <snaury at gmail.com>:
> Hi everyone,
>
> Is this normal that test-498.n fails on MS.NET? I tried to do some
> investigation and found that the following code:
>
> MethodBuilder myMethodBuilder = myType.DefineMethod(
> "TestMethod",
> MethodAttributes.HideBySig
> | MethodAttributes.Public,
> null,
> null);
>
> myMethodBuilder.SetImplementationFlags(MethodImplAttributes.InternalCall);
>
> so when you apply InternalCall implementation flag on method builder,
> the method body is not required, and that's ok. However, when looking
> at ildasm output:
>
> .method public hidebysig instance void TestMethod() cil managed internalcall
> {
> // Code size 0 (0x0)
> } // end of method Sample::TestMethod
>
> Is this another MS.NET bug? A comment like that suggests that method
> body is created, it just has a size of zero. O.o
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>
--
Kamil Skalski
http://nazgul.omega.pl
More information about the devel-en
mailing list