#198: Bug in class constant lookup.
-------------------------------------+--------------------------------------
 Reporter:  eloy.de.en...@…          |       Owner:  lsansone...@…        
     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/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to