#466: NSTableView delegate for tool tip gives "unrecognized runtime type " ------------------------------------+--------------------------------------- Reporter: jonat...@… | Owner: lsansone...@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------------+--------------------------------------- Changes (by lsansone...@…):
* 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/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel