Re: [Mono-dev] [PATCH] Setting by Reflection a literal field

2006-09-30 Thread Zoltan Varga
Hi, I think this is ok to check in. 1.1.13 is supposedly only open for critical bug fixes. Zoltan On 9/29/06, Jb Evain [EMAIL PROTECTED] wrote: Hi, Here is a patch to throw a FieldAccessException instead of hitting an assert in the runtime when someone tries to set a value

[Mono-dev] [PATCH] Setting by Reflection a literal field

2006-09-29 Thread Jb Evain
Hi, Here is a patch to throw a FieldAccessException instead of hitting an assert in the runtime when someone tries to set a value to a literal field using Reflection. Is it ok to commit? If so, should I commit it to the 1.1.13 branch also? Jb Index: Test/System.Reflection/ChangeLog