Re: [MacRuby-devel] stopping to build for i386

2011-02-25 Thread Laurent Sansonetti
Hi Eric, On Feb 24, 2011, at 2:19 PM, Eric Christopherson wrote: > On Tue, Feb 22, 2011 at 8:31 PM, Laurent Sansonetti > wrote: >> Hi, >> As of r5239 in trunk, the default build process will no longer build for >> both i386 and x86_64, but just x86_64. This is an attempt at accelerating >> the b

Re: [MacRuby-devel] iokit again

2011-02-25 Thread Laurent Sansonetti
Hi Joel, Support is almost complete, be patient a bit more. Also, please follow up on the ticket (that's what they are meant to be used for). Laurent On Feb 23, 2011, at 12:20 PM, Joel Reymont wrote: > I'm chomping at the bit to have IOKit support in MacRuby. > > Can you tell me what needs t

Re: [MacRuby-devel] [ANN] MacRuby 0.9

2011-02-25 Thread Emil Tin
congrats! well done! On 25/02/2011, at 23.35, Laurent Sansonetti wrote: > Hi, > > After about 2 months of development since the last release, MacRuby 0.9 is > now available. Get it here while it's still hot! > > MacRuby is an implementation of Ruby 1.9 directly on top of Mac OS X > core techno

[MacRuby-devel] [ANN] MacRuby 0.9

2011-02-25 Thread Laurent Sansonetti
Hi, After about 2 months of development since the last release, MacRuby 0.9 is now available. Get it here while it's still hot! MacRuby is an implementation of Ruby 1.9 directly on top of Mac OS X core technologies such as the Objective-C runtime and garbage collector, the LLVM compiler infrastru

[MacRuby-devel] MacRuby 0.9 release notes

2011-02-25 Thread Laurent Sansonetti
Here are the release notes for MacRuby 0.9! An e-mail announcing the release will be following. Highlights: - Lots of stability fixes (crashers, memory leaks and race conditions), and a few performance improvements. - The internal representation of Strings changed from a dual binary / UTF-16 m

[MacRuby-devel] iokit again

2011-02-25 Thread Joel Reymont
I'm chomping at the bit to have IOKit support in MacRuby. Can you tell me what needs to be done for IOKit support [1]? I may be able to do the work and submit a patch. Thanks in advance, Joel [1] http://www.macruby.org/trac/ticket/1126 -