#1326: Cannot create nested modules with names used by Cocoa classes when using the C API ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by mrada@…): This is caused by how constants are looked up. In variable.c both rb_const_defined_0 and rb_const_get_0 check for Cocoa classes even if the lookup should not be recursive. I think it is an easy fix that I can do tonight... -- Ticket URL: <http://www.macruby.org/trac/ticket/1326#comment:1> MacRuby <http://macruby.org/>