[Mono-dev] [PATCH][GMCS] add MakeGenericMethod to MethodInfo

Michal Moskal michal.moskal at gmail.com
Sun Sep 4 06:35:00 EDT 2005


Kamil sent me updated patch, I have added ChangeLog entries.

On 9/2/05, Kamil Skalski <kamil.skalski at gmail.com> wrote:
> And the file goes here...
> 
> 2005/9/2, Kamil Skalski <kamil.skalski at gmail.com>:
> > I attach the more complete and correct patch - MakeGenericMethod is
> > added to MethodBase instead of MethodInfo, I made necessary changes to
> > gmcs and mbas, also the change to GenericParameterAttributes is
> > included.
> >
> > One question I would like to ask is if I should also change the
> > runtime icalls from BindTypeParameters to MakeGenericType /
> > MakeGenericMethod, or should this be left for another patch. If this
> > patch is ok in its state, I will commit.
> >
> > 2005/8/30, Michal Moskal <michal.moskal at gmail.com>:
> > > Hello,
> > >
> > > The MS Aug CTP release removes BindGenericParameters/Arguments methods
> > > from System.Type and MethodInfo. Instead MakeGenericType and
> > > MakeGenericMethod should be used. Mono has the first one implemneted.
> > > The attached patch implemnets the second one.



-- 
   Michal Moskal,
   http://nemerle.org/~malekith/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mcs.patch
Type: application/octet-stream
Size: 14690 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050904/0fdf66ac/attachment.obj 


More information about the Mono-devel-list mailing list