[MacRuby] #1473: modules mixed into other modules get mixed in twice to a class
#1473: modules mixed into other modules get mixed in twice to a class ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: reduction ------------------------------------+--------------------------------------- MacRuby seems to have a strange behaviour when mixing in modules that have other modules mixed into them. The first issue I noticed was that `Module#ancestors` reports the nested module twice: {{{ module Core; end module Factory include Core end class Cat include Factory end p Cat.ancestors }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1473> MacRuby <http://macruby.org/>
#1473: modules mixed into other modules get mixed in twice to a class ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: reduction ------------------------------------+--------------------------------------- Comment(by watson1978@…): I think this is duplication of #1403 -- Ticket URL: <http://www.macruby.org/trac/ticket/1473#comment:1> MacRuby <http://macruby.org/>
#1473: modules mixed into other modules get mixed in twice to a class ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: reduction ------------------------------------+--------------------------------------- Comment(by mrada@…): Ah, I missed that. Yes, it is a duplicate. This issue can be closed. -- Ticket URL: <http://www.macruby.org/trac/ticket/1473#comment:2> MacRuby <http://macruby.org/>
#1473: modules mixed into other modules get mixed in twice to a class ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: duplicate Keywords: reduction | ------------------------------------+--------------------------------------- Changes (by watson1978@…): * status: new => closed * resolution: => duplicate -- Ticket URL: <http://www.macruby.org/trac/ticket/1473#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby