[MacRuby] #567: macirb can't exit after trying to load a gem that doesn't exit
#567: macirb can't exit after trying to load a gem that doesn't exit -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.6 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- {{{ $ macirb --simple-prompt
require 'rubygems' => true require 'dummygem' LoadError: no such file to load -- dummygem from core:in `raise:' from core:in `require:' exit Errno::EACCES: Permission denied - /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/Gems from core:in `raise:' from core:in `reverse_each'
}}}
Note that: {{{ $ macruby -e "require 'rubygems'; require 'dummygem'; exit" }}} Works just fine and so is: {{{ $ macirb --simple-prompt
require 'dummy' LoadError: no such file to load -- dummy from (irb):1:in `<main>' from core:in `eval:' from core:in `evaluate:' exit }}}
-- Ticket URL: <http://www.macruby.org/trac/ticket/567> MacRuby <http://macruby.org/>
#567: macirb can't exit after trying to load a gem that doesn't exit -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.6 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Comment(by martinlagardette@…): Hey Matt, could you check if this is still happening for you with the latest trunk? It works correctly for me now apparently :-) -- Ticket URL: <http://www.macruby.org/trac/ticket/567#comment:1> MacRuby <http://macruby.org/>
#567: macirb can't exit after trying to load a gem that doesn't exit -------------------------------------+-------------------------------------- Reporter: mattaimonetti@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by martinlagardette@…): * status: new => closed * resolution: => fixed Comment: Well, closing, this seems to work fine :-) -- Ticket URL: <http://www.macruby.org/trac/ticket/567#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby