[MacRuby-devel] [MacRuby] #198: Bug in class constant lookup.

MacRuby ruby-noreply at macosforge.org
Tue Jan 6 07:01:48 PST 2009


#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/>



More information about the MacRuby-devel mailing list