Hi,

"Ivan N. Zlatev" <[EMAIL PROTECTED]> writes:

> On Mon, Feb 25, 2008 at 9:43 PM, Ivan N. Zlatev <[EMAIL PROTECTED]> wrote:
>> Please review the attached patch that fixes our behavior to match MS's
>>  in terms of GetCustomAttributes for overridden attributes on
>>  properties. That is:
>>   * PropertyInfo.GetCustomAttributes - Inherit parameter is ignored and
>>  behavior defaults to false
>>   * Attributes.GetCustomAttributes - Inherit parameter is not ignored
>>   * Attributes.IsDefined - Inherit parameter is not ignored on the 2.0 
>> profile.
>>
>>  This patch fixes bugs #324472 and #322464. Also now all our Attribute
>>  tests pass on 1.1 and 2.0 profiles(woho!). Please say whether it's
>>  okay to commit and if the fixes should be backported.
>>
>
> The previous patch did not handle indexed properties. Attached is an
> updated patch. I did a clean rebuild with the patch applied - no
> breakages. All Attributes tests pass.
>
> Zoltan, what do you think?

Since this affects reflection, one good testcase is that it doesn't
break the compiler.  Can you check that this doesn't break 

  make compiler-tests

(you need to run this from the mono/ tree).

- Hari

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

Reply via email to