[MacRuby] #673: macruby_main() should always ignore RUBYOPT
#673: macruby_main() should always ignore RUBYOPT -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- It is common for Ruby users to define RUBYOPT to "-r rubygems" in their default environment profile. However, in the case of the Cocoa application embedding the MacRuby runtime, the initialization process will fail because rubygems is not in the path. Therefore, macruby_main() should never take RUBYOPT into account. -- Ticket URL: <http://www.macruby.org/trac/ticket/673> MacRuby <http://macruby.org/>
#673: macruby_main() should always ignore RUBYOPT -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- Comment(by lsansonetti@…): Fixed in r4006. The change will be backported to the 0.6 branch later after some testing. Keeping the bug open in the meantime. -- Ticket URL: <http://www.macruby.org/trac/ticket/673#comment:1> MacRuby <http://macruby.org/>
#673: macruby_main() should always ignore RUBYOPT -----------------------------------+---------------------------------------- Reporter: lsansonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -----------------------------------+---------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.6 Comment: Fixed in 0.6 branch. -- Ticket URL: <http://www.macruby.org/trac/ticket/673#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby