Re: [Mono-dev] Ug

2009-04-30 Thread Jonathan Pryor
mono-devel-list context: Scott found a bug in sqlmetal today, in that it wouldn't connect to a MySQL database. The problem was that sqlmetal.exe.config is used to specify which connection type to use for a given /provider option, and the MySQL entry was referencing an invalid assembly. The fix wa

[Mono-dev] Contract Development Gig: Olive Branch / WCF

2009-04-30 Thread Brian Seklecki
-- Resend due to SF.net Error -- All: We're interested in sponsoring ongoing community development of the Olive Branch. Specifically completion of the WCF and SSL Certificate base authentication support, but potentially many other facilities. If yourself or your firm are interested, please shoot

Re: [Mono-dev] Random notes on Mono-2.4 runtime

2009-04-30 Thread Zoltan Varga
Hi, Those notes look good. There is already some documentation for these things at: http://www.mono-project.com/Mono:Runtime:Documentation You might want to add to that. Zoltan On Thu, Apr 30, 2009 at 7:27 PM, Jambunathan K wrote: > I have been collecting some notes on the mono

Re: [Mono-dev] Random notes on Mono-2.4 runtime

2009-04-30 Thread Chris Plasun
Hi, Jambunathan K wrote: > I have been collecting some notes on the mono-2.4 runtime here. I was hoping for something like this. BTW Do you have any notes on cross compiling Mono? =) Thank you. Chris Plasun ___ Mono-devel-list mailing list Mono-devel

[Mono-dev] Random notes on Mono-2.4 runtime

2009-04-30 Thread Jambunathan K
I have been collecting some notes on the mono-2.4 runtime here. http://monoruntime.wordpress.com/ These are random developer notes. As I write now there are 3 posts and 2 deal with JIT trampolines. Time and spirit willing I may post couple more. I am sending this information to the list so that

Re: [Mono-dev] [PATCH] Bug in Mono.Posix handling '+::::::' entry in /etc/passwd

2009-04-30 Thread Jonathan Pryor
On Thu, 2009-04-30 at 07:45 -0700, Ian Dichkovsky wrote: > Thank you for the advices. > We have discussed NIS configuration with our SA gang. They changed line in > /etc/nsswitch.conf from > passwd: files nis > to > passwd: compat > > In this case test NonReentrantSyscalls passed success

[Mono-dev] Debugging native applications

2009-04-30 Thread jonas echterhoff
Now that I have the mono debugger on OS X in a state, where we can start trying to use it for something, I'm wondering how we would go along with integrating it with Unity. Apparently there should be some support in mdb for debugging native applications. So far all I've been able to do is r

Re: [Mono-dev] [PATCH] Bug in Mono.Posix handling '+::::::' entry in /etc/passwd

2009-04-30 Thread Ian Dichkovsky
Hello, Robert Jordan wrote: > > Jonathan Pryor wrote: >> Perhaps I'm mis-reading that, but it implies to me that if NIS is >> configured properly getpwent(3) should actually return NIS entries, not >> return the '+:...' record from /etc/passwd directly. (Does anybody have >> NIS setup to see w

Re: [Mono-dev] Off topic: Reflection and Licensing question

2009-04-30 Thread Rafael Teixeira
Just trying to make it a bit more clear (Michael and Miguel, from the outside seems like you both weren't discussing exactly the same subject): Michael, you can make your reflection-based plugin that accepts any library, GPL or not, as long as you publish the needed interfaces as non-GPL, or reuse

Re: [Mono-dev] Off topic: Reflection and Licensing question

2009-04-30 Thread Ernesto
Le 30/04/2009 01:28, Piotr Zurek a écrit : Hey guys, On Thu, Apr 30, 2009 at 16:03, Michael B. Trausch wrote: On Wed, 29 Apr 2009 19:12:41 -0400 Miguel de Icaza wrote: Loading GPL code into a proprietary application is not allowed by the GPL.You can do that in the privacy of y

Re: [Mono-dev] Usage of construct properties in a wrapped GObject library

2009-04-30 Thread Mike Kestner
On Mon, 2009-04-27 at 11:42 -0700, MardyTardi wrote: > = > public Map () : base (IntPtr.Zero) > { > if (GetType () != typeof (Map)) { > CreateNativeObject (new string [0], new GLib.Value[0]); > return; > } >