[Mono-devel-list] [Patch] AssemblyName changes
Carlos Alberto Cortez
calberto.cortez at gmail.com
Wed May 18 18:57:32 EDT 2005
Hey,
I noticed this too, but in the MS impl, a new Version instance is
created. We could however, use the same.
Carlos.
El mié, 18-05-2005 a las 18:25 -0400, Ben Maurer escribió:
> 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