Re: [Mono-dev] [PATCH] Fix for Type.GetMember returning private property of base class

2010-02-11 Thread Rodrigo Kumpera
Hi Eberhard, I'll take the time to review your patch tomorrow. Changes to reflection code require a lot of testing since they can break a lot of stuff. Thanks, Rodrigo On Mon, Feb 8, 2010 at 12:41 PM, Eberhard Beilharz e...@sil.org wrote: Bump! On 01/28/2010 03:13 PM, Eberhard Beilharz

Re: [Mono-dev] [PATCH] Fix for Type.GetMember returning private property of base class

2010-02-08 Thread Eberhard Beilharz
Bump! On 01/28/2010 03:13 PM, Eberhard Beilharz wrote: The patch adds a fix and a unit test for bug #574696 https://bugzilla.novell.com/attachment.cgi?bugid=574696action=enter where Type.GetMember returned a private property of the base class instead of nothing. For a property

[Mono-dev] [PATCH] Fix for Type.GetMember returning private property of base class

2010-01-28 Thread Eberhard Beilharz
The patch adds a fix and a unit test for bug #574696 https://bugzilla.novell.com/attachment.cgi?bugid=574696action=enter where Type.GetMember returned a private property of the base class instead of nothing. For a property Type.GetMember also checked the base classes for the desired