[Mono-dev] [PATCH] AssemblyName.ctor () can't parse ProcessorArchitecture.

Paolo Molaro lupus at ximian.com
Tue May 8 06:24:51 EDT 2007


On 05/07/07 Paolo Molaro wrote:
> Sadly MonoAssemblyName is exported in a public header and can't be
> changed: it would be an ABI change, which we can't do until mono 2.0.
> This means that the changes required are more complex. One idea is to
> define a MonoInternalAssemblyName, make it embed a MonoAssemblyName
> field and add the additional fields (cpu_arch). Then all the
> internal functions that take a MonoAssemblyName should be changed to
> take a MonoInternalAssemblyName instead. It may also be better,
> depending on the amount of changes to not embed MonoAssemblyName in
> MonoInternalAssemblyName, but to simple have the same fields in it.

As this takes some time, I committed to svn a change to parse
ProcessorArchitecture and ignore it for now.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list