[Mono-dev] [PATCH] Remoting with generics

2009-10-05 Thread Bill Holmes
Hi,

The attached bug fixes calling a remoting method that has an arguments
that is an out generic.

There is also a test attached.

2009-10-05  Bill Holmes  billholme...@gmail.com

* object.c (mono_method_return_message_restore) : Adding the
  MONO_TYPE_GENERICINST case to handle generic arguments.

* generic-remoting.cs : Added to test remotng with generic arguments.

* Makefile.am : Adding generic-remoting.

Code is contributed under MIT/X11 license.

-bill


generic-remoting.patch
Description: Binary data
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] [PATCH] Remoting with generics

2009-10-05 Thread Robert Jordan
Hi Bill,

Bill Holmes wrote:
 Hi,
 
 The attached bug fixes calling a remoting method that has an arguments
 that is an out generic.
 
 There is also a test attached.

I believe the patch doesn't handle byref generic structs.

Robert

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list