Ticket #17 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

