Ticket #9 (closed defect: fixed)
Crash on Module.superclass
| Reported by: | jlukas@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.3 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
The following code:
module A; end A.superclass
results in the following error:
2008-02-28 12:17:19.790 macruby[59414:10b] *** NSInvocation: warning: object 0x450b00 of class 'A' does not implement methodSignatureForSelector: -- trouble ahead 2008-02-28 12:17:19.792 macruby[59414:10b] *** NSInvocation: warning: object 0x450b00 of class 'A' does not implement doesNotRecognizeSelector: -- abort
MacRuby was compiled from trunk, revision 22
Change History
Note: See
TracTickets for help on using
tickets.

