[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] [bug #14876] .NET and Mono allow mutation of inito
From: |
Marcus |
Subject: |
Re: [Pnet-developers] [bug #14876] .NET and Mono allow mutation of initonly fields via reflection |
Date: |
Fri, 28 Oct 2005 00:30:33 -0500 |
User-agent: |
KMail/1.8.92 |
Under what circumstances is IL_CONFIG_ECMA used?
Will Pnet's default behavior compatible or incompatible with MS now?
On Thursday 27 October 2005 9:09 am, Peter Fristedt wrote:
> .NET (both 1.1 and 2.0) and Mono allow mutation of initonly fields via
> reflection in violation of the ECMA CLI specification.
>
> I've created an IL_CONFIG_ECMA option in the pnet module (thanks Klaus) and
> added it as a part of all existing profiles.
>
> However I haven't added a profile that uses IL_CONFIG_ECMA=n and hence
> allows mutation of such fields.