[MacRuby] #959: CALayers can have a problem resolving method in superclass.
#959: CALayers can have a problem resolving method in superclass. -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: 0.8 -------------------------------------+-------------------------------------- 1. Run: macruby super_reduction.rb 2. Bring window to front 3. Close window 4. Poof, it raises a NoMethodError However, it should not raise, the method it should work. In the script are some comments about what combinations do work etc. It seems to be that using the same method name for two different lineages of classes (in combination with notifications) make the dispatcher go nuts, but this is just my gut feeling. -- Ticket URL: <http://www.macruby.org/trac/ticket/959> MacRuby <http://macruby.org/>
#959: CALayers can have a problem resolving method in superclass. -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: 0.8 -------------------------------------+-------------------------------------- Comment(by lsansonetti@…): Added a better reduction in test_vm as of r4804. -- Ticket URL: <http://www.macruby.org/trac/ticket/959#comment:1> MacRuby <http://macruby.org/>
#959: CALayers can have a problem resolving method in superclass. -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Resolution: fixed Keywords: 0.8 | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.8 Comment: Should be fixed in r4806. -- Ticket URL: <http://www.macruby.org/trac/ticket/959#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby