Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #121 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

+new does not call -init

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

Description

$ ./miniruby -e "class X; def init; p 42; super; end; end; X.new"
$ ./miniruby -e "class X; def init; p 42; super; end; end; X.alloc.init"
42
$ 

Change History

Changed 3 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed

Fixed in r543/trunk.

Note: See TracTickets for help on using tickets.