Re: [MacRuby-devel] NSBitmapImageRep representationUsingType

2010-08-12 Thread Kenny Lövrin
Hey I have prepared a simple project that contains nothing else but the image downloading/scaling code, but I have kept it so that it works exactly like in our actual project. I have also put two crash logs in the zip, but the date in them isn't todays date so i'm not sure whats going on there

[MacRuby-devel] PDF_View - Quartz Framework

2010-08-12 Thread Robert Rice
I recently added the Quartz framework and a PDF_View to my app. The PDF_View works great except for these warnings when I start my app: 2010-08-12 10:49:45.297 MacDriverLog[265:a0f] [QL] image sp_zoomp_handle not found 2010-08-12 10:49:45.300 MacDriverLog[265:a0f] [QL] image sp_zoomp_track_left

[MacRuby-devel] MacRuby hanging

2010-08-12 Thread Robert Rice
Hi MacRuby developers: Using MacRuby 0.6 stable, the most time consuming problem debugging is the tendency of MacRuby to hang without generating an error when calling an undefined method name. I usually can breakpoint until I find my error but occasionally the undefined method is called from a

Re: [MacRuby-devel] PDF_View - Quartz Framework

2010-08-12 Thread Eloy Duran
You can safely ignore these warnings, they're left-overs in the QuickLook framework. Afaik Laurent already filed a radar ticket for this. I can't help you with your printing problem, but filing a ticket with a reproducible reduction never hurts :) Eloy Sent from my iPad On 12 aug. 2010, at 1

Re: [MacRuby-devel] MacRuby hanging

2010-08-12 Thread Eloy Duran
There has been some improvement around exceptions. For instance, no backtrace would printed to the console for Ruby exceptions. But there are probably still cases where the exceptions aren't as helpful as you'd like. Eloy Sent from my iPad On 12 aug. 2010, at 17:31, Robert Rice wrote: > Hi M

Re: [MacRuby-devel] Fibers and Enumerators

2010-08-12 Thread macruby
I agree (I don't see a performance issue, rather, a compatibility issue) While I am certain everyone would agree that 100% compatibility should be the goal, I am not convinced how "critical" this addition is: in particular, how difficult is it to do a quick code change? Unlike basic data types

Re: [MacRuby-devel] Fibers and Enumerators

2010-08-12 Thread Rob Gleeson
+1 for implementing Fibers in MacRuby. Rob http://robgleeson.github.comWebsite http://github.com/robgleeson GitHub [email protected] On 12 Aug 2010, at 21:33, [email protected] wrote: > > I agree (I don't see a performance issue, rather, a compatib

[MacRuby-devel] Break Points. Was Re: MacRuby hanging

2010-08-12 Thread Henry Maddocks
On 13/08/2010, at 3:31 AM, Robert Rice wrote: > Hi MacRuby developers: > > Using MacRuby 0.6 stable, the most time consuming problem debugging is the > tendency of MacRuby to hang without generating an error when calling an > undefined method name. I usually can breakpoint until I find my erro