[MacRuby] #198: Bug in class constant lookup.
#198: Bug in class constant lookup. -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- MacRuby finds namespaced classes when it shouldn't: {{{ module Namespace class Foo end end p Foo # => Namespace::Foo }}} Added test case to known_bugs.rb in r777 -- Ticket URL: <http://www.macruby.org/trac/ticket/198> MacRuby <http://macruby.org/>
#198: Bug in class constant lookup. -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Comment(by vincent.isambart@…): Duplicate of #182 -- Ticket URL: <http://www.macruby.org/trac/ticket/198#comment:1> MacRuby <http://macruby.org/>
#198: Bug in class constant lookup. -------------------------------------+-------------------------------------- Reporter: eloy.de.enige@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: duplicate Keywords: | -------------------------------------+-------------------------------------- Changes (by eloy.de.enige@…): * status: new => closed * resolution: => duplicate -- Ticket URL: <http://www.macruby.org/trac/ticket/198#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby