[MacRuby] #1010: NSPoint/CGpoint =>NaN

MacRuby ruby-noreply at macosforge.org
Fri Nov 26 12:54:31 PST 2010


#1010: NSPoint/CGpoint =>NaN
--------------------------------------+-------------------------------------
 Reporter:  zalavariandris@…          |       Owner:  lsansonetti@…                        
     Type:  defect                    |      Status:  new                                  
 Priority:  trivial                   |   Milestone:                                       
Component:  MacRuby                   |    Keywords:  NSPoint, CGPoint, 32Bit, NaN, NSEVent
--------------------------------------+-------------------------------------
Changes (by lsansonetti@…):

  * milestone:  MacRuby 0.8 =>


Comment:

 Indeed:

 {{{
 $ ./miniruby -e "framework 'Cocoa'; p NSEvent.mouseLocation"
 #<CGPoint x=1113.0 y=728.0>
 $ arch -i386 ./miniruby -e "framework 'Cocoa'; p NSEvent.mouseLocation"
 #<NSPoint x=NaN y=NaN>
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1010#comment:2>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list