Projects

Ticket #83 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

octype error of NSZone

Reported by: psychs@… Owned by: lsansonetti@…
Priority: blocker Milestone: MacRuby 0.3
Component: MacRuby Keywords:
Cc:

Description

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>'

Change History

Changed 4 years ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to MacRuby 0.3

Fixed in r300/trunk.

Note: See TracTickets for help on using tickets.