Re: [Ironruby-core] sharing some stuff + one question on mono

2009-02-11 Thread Thibaut Barrère
Hey, thanks guys for the feedback. Jb: is it fine to use this build ? http://mono.ximian.com/monobuild/preview/download-preview/ -- Thibaut On Wed, Feb 11, 2009 at 11:31 AM, Jb Evain j...@nurv.fr wrote: Hey, On 2/10/09, Thibaut Barrère thibaut.barr...@gmail.com wrote:

Re: [Ironruby-core] sharing some stuff + one question on mono

2009-02-11 Thread Jb Evain
Hey, On 2/11/09, Thibaut Barrère thibaut.barr...@gmail.com wrote: thanks guys for the feedback. Jb: is it fine to use this build ? http://mono.ximian.com/monobuild/preview/download-preview/ It should be fine. Alternatively,the mono-2-4 branch from svn should work as well, and will always be up

Re: [Ironruby-core] sharing some stuff + one question on mono

2009-02-11 Thread Thibaut Barrère
Hi, just tested with the latest dmg from http://mono.ximian.com/monobuild/preview/download-preview/ I confirm it's working :) thanks Jb! -- Thibaut On Wed, Feb 11, 2009 at 2:10 PM, Jb Evain j...@nurv.fr wrote: Hey, On 2/11/09, Thibaut Barrère thibaut.barr...@gmail.com wrote: thanks guys

Re: [Ironruby-core] sharing some stuff + one question on mono

2009-02-11 Thread Ivan Porto Carrero
When I build mono from svn then the compression stuff seems to be improperly linked. I have no idea what I should be doing to make that link properly that way I can just keep up with the trunk version on my laptop. On Wed, Feb 11, 2009 at 2:10 PM, Jb Evain j...@nurv.fr wrote: Hey, On 2/11/09,

Re: [Ironruby-core] sharing some stuff + one question on mono

2009-02-10 Thread Michael Letterle
I have this bug fixed in my linux/mono branch. File a bug (if there isn't one already) and I'll submit my patch to it. On Mon, Feb 9, 2009 at 7:48 PM, Thibaut Barrère thibaut.barr...@gmail.comwrote: Hi, two things: - I'm sharing in case it's useful to someone else: I pushed some rake tasks

Re: [Ironruby-core] sharing some stuff + one question on mono

2009-02-10 Thread Michael Letterle
I just sent out a pull request, here's the diff to fix the error: Merlin/Main/Languages/Ruby/Ruby/Runtime/BinaryEncoding.cs @@ -30,7 +30,8 @@ namespace IronRuby.Runtime { // TODO: remove public static readonly Encoding/*!*/ Obsolete = Instance; - private BinaryEncoding() { +