Re: [MacRuby-devel] Warnings from print operation

2010-08-16 Thread Laurent Sansonetti
Hi Robert, Is the project itself (without the product files) 1.7MB? That's quite big for a sample project, but maybe we can reduce its length. In any case, feel free to post it somewhere or e-mail it to me directly :) As for your bug, did you try building your main project for something higher

Re: [MacRuby-devel] Warnings from print operation

2010-08-16 Thread Robert Rice
Hi Laurent: I created an abbreviated version of my project. Unfortunately it didn't reproduce my printing problem but you may want to consider using it for sample code. How would I send it to you? ( 1.7 MB ) Thanks, Bob Rice On Aug 15, 2010, at 10:51 PM, Laurent Sansonetti wrote: > Could you

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