[Mono-devel-list] [Patch] AssemblyName changes

Zoltan Varga vargaz at gmail.com
Thu May 26 06:04:29 EDT 2005


                             Hey,

 This looks ok, one comment:
- it would be better to create a helper function in icall.c to avoid the code
  duplication.

              Zoltan

On 5/20/05, Carlos Alberto Cortez <calberto.cortez at gmail.com> wrote:
> Hey,
> 
> 
> > Does this fix
> >
> > http://bugzilla.ximian.com/show_bug.cgi?id=59891
> >
> > -- Ben
> >
> 
> It is not exactly a patch for that error (I'm not getting that error,
> however), but to correct the problem of always having something like:
> 
> AssemblyName aname = new AssemblyName ();
> aname.Name = "Something";
> 
> and getting in Mono with FullName:
> 
> Something, Version=0.0.0.0
> 
> but with .Net
> 
> Something
> 
> By the way, I've rebuilt my tree, and no problems appear.
> 
> Can I commit?
> 
> Carlos.
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>



More information about the Mono-devel-list mailing list