Re: [MacRuby-devel] trunk status update

2009-11-17 Thread Eloy Duran
Nice. Great work! On Nov 17, 2009, at 3:23 AM, Laurent Sansonetti wrote: Hi guys, It has been a little bit more than a month since the last status update, which was for beta1. It is now time to release beta2. I am preparing the release at the moment as well as a blog article, but here ar

[MacRuby-devel] trunk status update

2009-11-16 Thread Laurent Sansonetti
Hi guys, It has been a little bit more than a month since the last status update, which was for beta1. It is now time to release beta2. I am preparing the release at the moment as well as a blog article, but here are the changes. Enjoy! The final 0.5 release is not far at this point :-)

Re: [MacRuby-devel] trunk status update

2009-10-06 Thread s.ross
I'll try when I'm on the ground :) Hunted and pecked from my iPhone On Oct 6, 2009, at 11:47 AM, Laurent Sansonetti wrote: Hi Ross, The SIGABRT is definitely not intended, there is surely a bug there, probably 32-bit only :) I tried to reproduce it here without success $ arch -i386 m

Re: [MacRuby-devel] trunk status update

2009-10-06 Thread Laurent Sansonetti
Hi Ross, The SIGABRT is definitely not intended, there is surely a bug there, probably 32-bit only :) I tried to reproduce it here without success $ arch -i386 macruby -e "@foo.bar" -e:in `': undefined method `bar' for nil:NilClass (NoMethodError) It would be awesome if you could extract th

Re: [MacRuby-devel] trunk status update

2009-10-06 Thread s.ross
Whoa, thanks for the help with the Gears enabler. It didn't relate to the problem. It was, as is most often the case, user error on my part. Reduced: class ControllerBase < NSObject end class TitleController < ControllerBase @ControllerBase.setTextColor(NSColor::redColor) # <= yeah, right.

Re: [MacRuby-devel] trunk status update

2009-10-06 Thread s.ross
Hello- On Oct 5, 2009, at 10:48 PM, Vincent Isambart wrote: [Switching to process 1982] Running… 2009-10-05 22:29:51.141 IStockCocoa[1982:80f] Error loading /Library/InputManagers/GearsEnabler.old/GearsEnabler.bundle/ Contents/MacOS/GearsEnabler: dlopen(/Library/InputManagers/GearsEnabler.old/

Re: [MacRuby-devel] trunk status update

2009-10-05 Thread Vincent Isambart
> [Switching to process 1982] > Running… > 2009-10-05 22:29:51.141 IStockCocoa[1982:80f] Error loading > /Library/InputManagers/GearsEnabler.old/GearsEnabler.bundle/Contents/MacOS/GearsEnabler: > dlopen(/Library/InputManagers/GearsEnabler.old/GearsEnabler.bundle/Contents/MacOS/GearsEnabler, > 265):

Re: [MacRuby-devel] trunk status update

2009-10-05 Thread s.ross
It's way better, but I'm getting this: [Switching to process 1982] Running… 2009-10-05 22:29:51.141 IStockCocoa[1982:80f] Error loading /Library/ InputManagers/GearsEnabler.old/GearsEnabler.bundle/Contents/MacOS/ GearsEnabler: dlopen(/Library/InputManagers/GearsEnabler.old/ GearsEnabler.bundl

Re: [MacRuby-devel] trunk status update

2009-10-05 Thread Laurent Sansonetti
Hi, I fixed several 32-bit bugs, so it should be better. However, the specs don't pass at 100% yet (a notable thing is that ruby exceptions cannot be intercepted by objc). Feel free to give it a try and let us know if it's better now :) Laurent On Oct 5, 2009, at 7:32 PM, s.ross wrote: G

Re: [MacRuby-devel] trunk status update

2009-10-05 Thread Vincent Isambart
> Great progress. I'm pretty sure you would have mentioned it in the release > notes if it were stable, but has there been any progress making MacRuby work > properly on Snow Leopard 32-bit architectures like the Core Duo? (nag, nag > :) Yes, 32-bit mode should work better (Laurent fixed the asser

Re: [MacRuby-devel] trunk status update

2009-10-05 Thread s.ross
Great progress. I'm pretty sure you would have mentioned it in the release notes if it were stable, but has there been any progress making MacRuby work properly on Snow Leopard 32-bit architectures like the Core Duo? (nag, nag :) Thx On Oct 5, 2009, at 2:34 PM, Laurent Sansonetti wrote:

[MacRuby-devel] trunk status update

2009-10-05 Thread Laurent Sansonetti
Another status update, covering about 2 weeks of development. Highlights: - Early backtracing support. - Much better AOT compilation. Parts of the standard library are now pre-compiled for testing. - Migrated to LLVM top of tree. - Dispatcher performance is now back to normal (we lost about 3

[MacRuby-devel] trunk status update

2009-09-16 Thread Laurent Sansonetti
Another status update about the development of MacRuby. The last update was about a month ago, I'm sorry about that. A lot of things happened since, but this status only covers visible points. The upcoming status updates will be more detailed :) - A lot of StringIO work was done. - Added a