Re: [Mono-dev] Status of gecko-sharp-2.0 with newest xulrunner?

2012-03-08 Thread Alp Toker
Daniel, This is not surprising. There was a general switch from gecko-sharp to webkit-sharp or similar bindings wrapping WebKit GTK+ (at least amongst gtk-sharp applications). gecko-sharp was dropped from Debian and other distros some years ago IIRC, dunno if it ever re-surfaced. Is there

Re: [Mono-dev] Status of gecko-sharp-2.0 with newest xulrunner?

2012-03-08 Thread Daniel Isenmann
Am 08.03.2012 10:18, schrieb Alp Toker: Daniel, This is not surprising. There was a general switch from gecko-sharp to webkit-sharp or similar bindings wrapping WebKit GTK+ (at least amongst gtk-sharp applications). gecko-sharp was dropped from Debian and other distros some years ago IIRC,

[Mono-dev] [db|sql]metal using a custom DbSchemaLoader ?

2012-03-08 Thread Cyrille Chépélov
Hello, while trying to apply SqlMetal on a PostGIS database, I received error messages about unknown SQL data types, some of them being geographic types, some others being simply type aliases Apparently, the DbMetal way of handling this is to derive from the DbSchemaLoader (PgsqlSchemaLoader in

Re: [Mono-dev] [db|sql]metal using a custom DbSchemaLoader ?

2012-03-08 Thread Jonathan Pryor
On Mar 8, 2012, at 8:16 AM, Cyrille Chépélov wrote: Would a patch removing the #if !MONO_STRICT .. public condition from ISchemaLoader common implementations be accepted in Mono System.Data.Linq ? No. I notice Mono's S.D.Linq already leaks some bits from DbLinq.Util Then that's a bug.

[Mono-dev] Does any work translate MONO-IR back to MSIL

2012-03-08 Thread Hucheng Zhou
Hi: I wish to utilize the optimization/analysis framework of MONO (AOT/JIT), and translate the mono-IR back to MSIL code. There is no support currently, doesn't anybody has a hint on this. Thanks in advance. -- cheers~! ___ Mono-devel-list