#211: Automatic loading of bridgesupport files with embedded MacRuby does not work. ---------------------------------+------------------------------------------ Reporter: dognotdog@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: embedded bridgesupport ---------------------------------+------------------------------------------ r762 indicates that .bridgesupport files placed in Resources/bridgeSupport/ should be loaded automatically, but they are not ''correctly'' loaded: declared functions and types do not appear in the global namespace. Trying to load the bridgeSupport file manually when it's in bridgeSupport/ results in a hang, moving it to Resources/ and loading manually via -loadBridgeSupportFileAtPath: appears to work though. As of r789 -- Ticket URL: <http://www.macruby.org/trac/ticket/211> MacRuby <http://macruby.org/>