[MacRuby-devel] [MacRuby] #466: NSTableView delegate for tool tip gives "unrecognized runtime type "

MacRuby ruby-noreply at macosforge.org
Mon Nov 30 22:23:27 PST 2009


#466: NSTableView delegate for tool tip gives "unrecognized runtime type "
------------------------------------+---------------------------------------
 Reporter:  jonathan@…              |        Owner:  lsansonetti@…        
     Type:  defect                  |       Status:  closed               
 Priority:  minor                   |    Milestone:  MacRuby 0.5          
Component:  MacRuby                 |   Resolution:  fixed                
 Keywords:                          |  
------------------------------------+---------------------------------------
Changes (by lsansonetti@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 A way to detect this is to check the RUBY_ARCH constant:

 {{{
 $ arch -i386 macruby -e "p RUBY_ARCH"
 "i386"
 $ arch -x86_64 macruby -e "p RUBY_ARCH"
 "x86_64"
 }}}

 I investigated your problem and it should be fixed in r3069. Thanks for
 the report!

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



More information about the MacRuby-devel mailing list