Re: [Mono-dev] 2.6 preview 1

2009-10-01 Thread Jrmie Laval

I never heard of it tested under OSX.

--Jérémie Laval
jeremie.la...@gmail.com
http://neteril.org


On Thu, Oct 1, 2009 at 7:56 PM, LKeene lt;lionel.ke...@gmail.comgt; wrote:

Has the Task Parallel Library been performance tested on OSX? I've been
having a tough time getting any kind of performance out of my threads on the
Mac+Mono platform. Maybe this is the solution?

-L



Andrew Jorgensen-4 wrote:
gt;
gt; The first preview build of 2.6 has been published to
gt; http://mono.ximian.com/monobuild/preview/download-preview/
gt;
gt; The windows installer in this build is known to contain a number of
gt; problems, including but not limited to:
gt; * Has an older build (2.4.x) of gluezilla
gt; * Does not contain mono-tools (monodoc browser, gsharp, gendarme, etc.) or
gt; gnome-sharp
gt; * Is larger than it was previously despite missing mono-tools, etc.
gt;
gt; We are working through these problems but felt that it was more important
gt; to get the build (and the preview tarballs) out into your hands.
gt;
gt; SLE_10 and openSUSE_10.3 binary packages have been dropped (mono-tools now
gt; requires a more recent gtk than available in SLE_10 and 10.3 will be
gt; end-of-life around the time we publish 2.6-final).
gt;
gt; The DRAFT release notes are here:
gt; http://www.mono-project.com/Release_Notes_Mono_2.6
gt;
gt; ___
gt; Mono-devel-list mailing list
gt; Mono-devel-list@lists.ximian.com
gt; http://lists.ximian.com/mailman/listinfo/mono-devel-list
gt;
gt;

--
View this message in context: 
http://www.nabble.com/2.6-preview-1-tp25692276p25703738.html
Sent from the Mono - Dev mailing list archive at Nabble.com.

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



signature.asc
Description: OpenPGP digital signature
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] ConcurrentDictionary.cs breakng the svn trunk

2009-08-04 Thread Jrmie Laval

Fixed in r139338

--Jérémie Laval
jeremie.la...@gmail.com
http://garuma.wordpress.com


On Tue, Aug 4, 2009 at 3:33 AM, Tony Alexander Hild lt;tony_h...@yahoo.comgt; 
wrote:
Hi,

I can't build from trunk due this exception

make[8]: Entering directory `/home/tony/mono/mcs/class/corlib'nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
MCSnbsp;nbsp;nbsp;nbsp; [net_4_0] mscorlib.dllnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
System.Reflection/MonoGenericClass.cs(247,36): warning CS0168: The variable `accessor' is declared but never usednbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
System.Threading.Tasks/Future..cs(118,41): warning CS3005: Identifier `System.Threading.Tasks.Tasklt;TResultgt;.ContinueWithlt;TNewResultgt;(System.Funclt;System.Threading.Tasks.Tasklt;TResultgt;,TNewResultgt;)' differing only in case is not CLS-compliantnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
System.Threading.Tasks/Task.cs(174,38): (Location of the symbol related to previous warning)nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
System.Collections.Concurrent/ConcurrentDictionary.cs(34,22): error CS0737: `System.Collections.Concurrent.ConcurrentDictionarylt;TKey,TValuegt;' does not implement interface member `System.Collections.IDictionary.GetEnumerator()' and the best implementing candidate `System.Collections.Concurrent.ConcurrentDictionarylt;TKey,TValuegt;.System.Collections.IDictionary.Add(object, object)' in not publicnbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
System.Collections/IDictionary.cs(63,43): (Location of the symbol related to previous error)nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
System.Collections.Concurrent/ConcurrentDictionary.cs(308,34): (Location of the symbol related to previous error)nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
System.Collections.Concurrent/ConcurrentDictionary.cs(34,22): error CS0535: `System.Collections.Concurrent.ConcurrentDictionarylt;TKey,TValuegt;' does not implement interface member `System.Collections.IDictionary.Keys.get' 
System.Collections/IDictionary.cs(51,36): (Location of the symbol related to previous error)nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
System.Collections.Concurrent/ConcurrentDictionary.cs(34,22): error CS0737: `System.Collections.Concurrent.ConcurrentDictionarylt;TKey,TValuegt;' does not implement interface member `System.Collections.IDictionary.Values.get' and the best implementing candidate `System.Collections.Concurrent.ConcurrentDictionarylt;TKey,TValuegt;.System.Collections.IDictionary.Contains(object)' in not public

System.Collections/IDictionary.cs(53,38): (Location of the symbol related to 
previous error)
System.Collections.Concurrent/ConcurrentDictionary.cs(276,34): (Location of the 
symbol related to previous error)
Compilation failed: 3