Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #17 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

Sending 'super' inside an objc overriden method provokes an infinite loop

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

Description

As an example:

./miniruby -e "framework 'cocoa'; class F < NSView; def initWithFrame(rect); super(rect); self; end; end; F.alloc.initWithFrame(NSZeroRect)"

Change History

Changed 9 months ago by lsansonetti@…

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

Should be fixed in r36/trunk.

Changed 9 months ago by lsansonetti@…

  • milestone changed from MacRuby 1.0 to MacRuby 0.1
Note: See TracTickets for help on using tickets.