[Mono-dev] [Patch] AssemblyName ctor (yes, again)

Carlos Alberto Cortez calberto.cortez at gmail.com
Wed Aug 24 18:45:16 EDT 2005


Hey,

The attached patches contain some changes to runtime functions to
support the new AssemblyName ctor. They also add an internal call for
this ctor.

I added a pair of new fields to MonoAssemblyName (is_persistent and
is_version_defined) to define if the public_key was parsed (should be
freed) or is persistent (image metadata). The second is used for
avoiding creating the version if it was not defined (I need it to
mimic .Net behavior).

Comments?

PD - The run rests fine with the patches.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: assname.diff
Type: text/x-patch
Size: 759 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050824/34fef941/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: assname-tests.diff
Type: text/x-patch
Size: 5546 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050824/34fef941/attachment-0001.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: metadata.diff
Type: text/x-patch
Size: 8492 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050824/34fef941/attachment-0002.bin 


More information about the Mono-devel-list mailing list