Re: [Mono-dev] WCF: Contracts with Interface hierarchy

2010-10-08 Thread Atsushi Eno
This should be fixed now in git master. Atsushi Eno On 2010/09/29 15:37, Atsushi Eno wrote: Hi Karsten, Thanks for nice bug analysis. On building System.ServiceModel on MonoDevelop, you can just open Makefile to treat it as a class lib project (valid only in our mcs classes). The

[Mono-dev] Meet a error on sgen.

2010-10-08 Thread J.P.
I meet a error on sgen. Please see below. * Assertion: should not be reached at sgen-marksweep.c:225 Stacktrace: at (wrapper managed-to-native) string.InternalSplit (string*,char[],int,int) 0x00067 at (wrapper managed-to-native) string.InternalSplit (string*,char[],int,int) 0x00067 at

Re: [Mono-dev] Process SIGSEGV on Mono 2.8p6

2010-10-08 Thread Chuck Esterbrook
On Tue, Oct 5, 2010 at 1:44 PM, Michael Hutchinson m.j.hutchin...@gmail.com wrote: On Tue, Oct 5, 2010 at 2:12 AM, Chuck Esterbrook chuck.esterbr...@gmail.com wrote: On Tue, Sep 28, 2010 at 2:00 PM, Miguel de Icaza mig...@novell.com wrote: Hello Chuck,    Could you make a simple test case

Re: [Mono-dev] [PATCH] Make mono on OSX relocatable

2010-10-08 Thread Andreas Färber
Hi, Am 05.10.2010 um 10:43 schrieb Bassam Tabbara: Attached is a patched that makes mono on OSX relocatable as with Linux, Windows and Solaris. It would be great if this can be committed to the mono-2-6 branch. We had some issues with apps embedding Mono using /Library/Frameworks/

Re: [Mono-dev] [mono/moon] [2 commits] fd3b2520: Add a checkout-mono target that parses the README and checks out the cor

2010-10-08 Thread Andreas Färber
Hi, Am 07.10.2010 um 10:32 schrieb Rolf Bjarne Kvinge: Firstly, the 'reset --hard' is an absolute no-no for a checkout. Please use 'git checkout'. 'reset' modifies the branch metadata -- checkout only modifies the working tree. 'reset --hard' is a too-convenient bludgeon that smashes your

[Mono-dev] Mono and WCF support

2010-10-08 Thread Chakotey STME
Hi mailing list, I have a question about the wcf support in mono. at http://www.mono-project.com/Roadmap I get the information that in mono 2.6 there is wcf support. and here (http://www.mono-project.com/WCF) I get the information that Nowadays WCF is part of the core Mono. And I have to know

Re: [Mono-dev] Mono and WCF support

2010-10-08 Thread Atsushi Eno
As the immediately next sentense to Nowadays WCF is part of the core Mono. mentions, historically it used to be in different module (olive). Atsushi Eno On 2010/10/09 3:27, Chakotey STME wrote: Hi mailing list, I have a question about the wcf support in mono. at