[macruby] #83: octype error of NSZone
#83: octype error of NSZone ---------------------------------+------------------------------------------ Reporter: psychs@limechat.net | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ {{{ framework 'Cocoa' class MyCell < NSCell def copyWithZone(zone) MyCell.new end end NSApplicationMain(0, nil) }}} It should work well, but I got an error below. {{{ test.rb:4:in `<class:MyCell>': unrecognized octype `{_NSZone=}' (RuntimeError) from test.rb:3:in `<main>' }}} -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/83> macruby <http://ruby.macosforge.org/>
#83: octype error of NSZone ---------------------------------+------------------------------------------ Reporter: psychs@limechat.net | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.3 Component: MacRuby | Resolution: fixed Keywords: | ---------------------------------+------------------------------------------ Changes (by lsansonetti@apple.com): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.3 Comment: Fixed in r300/trunk. -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/83#comment:1> macruby <http://ruby.macosforge.org/>
participants (1)
-
macruby