Re: [Mono-dev] Linq In Mono

2007-09-12 Thread Marek Safar
Hi Kevin, Hey! I saw that work has gotten started on the implementation of Linq (at least the backend classes at the moment) in mono. I wanted to get involved a bit and offer my help. While I've been using Mono for some time now, I haven't worked on the Microsoft class libraries before, and I

[Mono-dev] BUG : compile mono under winxp

2007-09-12 Thread olivier dufour
Hi all, I have to compile mono under windows with moonlight to have the smcs.exe to compile my javascript compiler. I foolow the tutorial of http://shana.iidbbs.com/en/mono_cygwin_tutorial.html and made a mix with the moonlight compile page. The issue is that I have run the mono/autogen.sh

[Mono-dev] mono_thread_get_stack_bounds vs NetBSD/powerpc

2007-09-12 Thread Magnus Henoch
I'm trying to build Mono from SVN on NetBSD/powerpc. I will submit my patches later, but now I need to ask about the assertion in mono_thread_get_stack_bounds in mono/metadata/threads.c: g_assert ((current *staddr) (current *staddr + *stsize)); On my system the stack is right at the top of

Re: [Mono-dev] Cosmetic patch to StaticSiteMapProvider

2007-09-12 Thread Marek Habersack
On Wed, 12 Sep 2007 12:35:31 +0200, Juraj Skripsky [EMAIL PROTECTED] scribbled: Hi Marek, Hey Juraj, The attached cosmetic patch adds a nice message text to the InvalidOperationException in AddNode. May I commit? Yep, go ahead. Thanks! best regards, marek signature.asc Description: PGP

Re: [Mono-dev] mono_thread_get_stack_bounds vs NetBSD/powerpc

2007-09-12 Thread Zoltan Varga
Hi, You can add an if (*staddr + *stsize != 0) before the assert. Zoltan On 9/9/07, Magnus Henoch [EMAIL PROTECTED] wrote: I'm trying to build Mono from SVN on NetBSD/powerpc. I will submit my patches later, but now I need to ask about the assertion in mono_thread_get_stack_bounds

Re: [Mono-dev] CruiseControl.Net reports failed NAnt builds as success

2007-09-12 Thread Leszek Ciesielski
On 8/29/07, Leszek Ciesielski [EMAIL PROTECTED] wrote: Hi, I have setup a CCNet server farm, with one of the nodes running on linux+mono. The problem is that failed NAnt builds are not reported as such. I have tinkered a bit with the code today and managed to create a test case (attached).

Re: [Mono-dev] BUG : compile mono under winxp

2007-09-12 Thread Andreia Gaita
On 9/12/07, olivier dufour [EMAIL PROTECTED] wrote: I have to compile mono under windows with moonlight to have the smcs.exe to compile my javascript compiler. I foolow the tutorial of http://shana.iidbbs.com/en/mono_cygwin_tutorial.html and made a mix with the moonlight compile page. The

[Mono-dev] Daily test tarballs no more ?

2007-09-12 Thread Joachim Ante
Hi, It seems the daily test tarballs are not being generated anymore. The last test tar ball was 21-08, last month. http://mono.ximian.com/daily/ I'd really appreciate if someone can fix this. Best regards, Joachim Ante ___ Mono-devel-list mailing

[Mono-dev] mono_debug_close_image bug

2007-09-12 Thread Joachim Ante
Hi, In mono_debug_close_image: g_hash_table_remove (mono_debug_handles, handle); g_hash_table_remove should be passed the image and not the handle. Right now this leads to nothing being removed from the hash and thus leaking images and symbol files. Should be: g_hash_table_remove

Re: [Mono-dev] Daily test tarballs no more ?

2007-09-12 Thread Wade Berrier
This was set back up... should have dailies tomorrow. Wade On Wed, 2007-09-12 at 19:42 +0200, Joachim Ante wrote: Hi, It seems the daily test tarballs are not being generated anymore. The last test tar ball was 21-08, last month. http://mono.ximian.com/daily/ I'd really appreciate if