Projects

Ticket #198 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

Bug in class constant lookup.

Reported by: eloy.de.enige@… Owned by: lsansonetti@…
Priority: blocker Milestone:
Component: MacRuby Keywords:
Cc:

Description

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

Change History

Changed 3 years ago by vincent.isambart@…

Duplicate of #182

Changed 3 years ago by eloy.de.enige@…

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.