Re: [MacRuby-devel] MacRuby port of Sketch sample

2010-08-17 Thread Dave Baldwin
On 16 Aug 2010, at 21:36, Laurent Sansonetti wrote: > Cool, I will import the Rakefile later today. (README and rb_main.rb have also changed) > > Regarding the yield / block.call thing, it could potentially be a bug in > MacRuby. If you could try to isolate it and file a ticket, it would be ve

Re: [MacRuby-devel] MacRuby port of Sketch sample

2010-08-16 Thread Laurent Sansonetti
Cool, I will import the Rakefile later today. Regarding the yield / block.call thing, it could potentially be a bug in MacRuby. If you could try to isolate it and file a ticket, it would be very helpful. Laurent On Aug 16, 2010, at 1:29 PM, Dave Baldwin wrote: > Hi Laurent. > > Thanks for th

Re: [MacRuby-devel] MacRuby port of Sketch sample

2010-08-16 Thread Dave Baldwin
Hi Laurent. Thanks for the kind words. Just added a rakefile to the project so it can be build without using xcode. Rakefile works with rake or macrake. Incidentally to get the rakefile to work with macrake I had to change a yield to a block.call. I don't know if this is expected 1.9 behavio

Re: [MacRuby-devel] MacRuby port of Sketch sample

2010-08-02 Thread Laurent Sansonetti
Impressive work Dave :) I gave it a try on trunk and it seems to work flawlessly, so I added it into the repository in r4397. Let me know if you have make any change in the github version that you would like to see backported in the MacRuby repository at some point. Thanks a lot for working o