Mono Migration Analyzer

5 views
Skip to first unread message

NN

unread,
Feb 17, 2010, 3:39:24 AM2/17/10
to nemerle-dev
I have runned MoMa on boot directory.
The report is very good but there are some missing methods in Mono.
The only problem is Nemerle.Compiler.dll and 8 methods

Assembly Nemerle.Compiler.dll
Version 0.9.4.10040
Missing 0
Not Implemented 4
Todo 4
P/Invoke 0


Calling Method Method that Throws NotImplementedException

void add_resources_to_assembly () void
ModuleBuilder.DefineUnmanagedResource (string)
void SaveAssembly () void AssemblyBuilder.Save (string,
PortableExecutableKinds, ImageFileMachine)
void EmitCalli (OpCode, CallingConventions, Type, Type[], Type[])
void ILGenerator.EmitCalli (OpCode, CallingConventions, Type, Type[],
Type[])
void UsingNamespace (string) void ILGenerator.UsingNamespace (string)

Calling Method Method with [MonoTodo] Reason

void add_resources_to_assembly () void
ModuleBuilder.DefineUnmanagedResource (string)
void SaveAssembly () void AssemblyBuilder.Save (string,
PortableExecutableKinds, ImageFileMachine) No support for PE32+
assemblies for AMD64 and IA64
void EmitCall (OpCode, MethodInfo, Type[]) void ILGenerator.EmitCall
(OpCode, MethodInfo, Type[]) vararg methods are not supported
void UsingNamespace (string) void ILGenerator.UsingNamespace (string)
Not implemented

Does somebody know if these methods will be implemented in the future ?

Reply all
Reply to author
Forward
0 new messages