[Mono-devel-list] [Patch] AssemblyName changes
Ben Maurer
bmaurer at ximian.com
Wed May 18 18:25:52 EDT 2005
On Wed, 2005-05-18 at 17:25 -0500, Carlos Alberto Cortez wrote:
> Hey there,
>
> I made some changes to at icall.c and AssemblyName.cs to correct some
> incorrect behavior of AssemblyName class. With these changes, all the
> tests at AssemblyNameTest.cs run ok, and I even could make a bootstrap.
>
> Any comment?
> + an.version = version != null ? (Version) version.Clone () : null;
version is a readonly class (modifications can not be made to an
existing Version. So the clone thing is totally unneeded.
Does this fix
http://bugzilla.ximian.com/show_bug.cgi?id=59891
-- Ben
More information about the Mono-devel-list
mailing list