[Mono-list] dmcs doesn't seem to be compiling for 3.5?

Rodrigo Kumpera kumpera at gmail.com
Tue Mar 9 09:41:41 EST 2010


On Tue, Mar 9, 2010 at 11:34 AM, Alix <awolf.business at gmail.com> wrote:

>
> Sorry, never mind, it seems recursion in ReaderWriterLockSlim is one of the
> things mono 2.6.1 does not support. Here's the code of the problematic
> constructor:
> (mcs/class/System.Core/System.Threading/ReaderWriterLockSlim.cs) :
>
>    public ReaderWriterLockSlim (LockRecursionPolicy recursionPolicy) {
>        this.recursionPolicy = recursionPolicy;
>        if (recursionPolicy != LockRecursionPolicy.NoRecursion) {
>            //reader_locks = new Dictionary<int,int> ();
>            throw new NotImplementedException("recursionPolicy !=
> NoRecursion not currently implemented");
>        }
>    }
>
> Sorry for the unnecessary question.
>
>
No need to apologize. Is that something you need to run your software on
mono?
It remains to be implemented, but someone could work on it if it's the case.

Rodrigo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20100309/aaf93b2e/attachment.html 


More information about the Mono-list mailing list