[MacRuby] #193: exec() does not work on MacRuby
#193: exec() does not work on MacRuby ----------------------------------------+----------------------------------- Reporter: vincent.isambart@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- {{{ ~% macirb
exec('ls') Errno::E045: Operation not supported - ls from (irb):1:in `exec' from (irb):1 from /usr/local/bin/macirb:12:in `<main>'
}}}
-- Ticket URL: <http://www.macruby.org/trac/ticket/193> MacRuby <http://macruby.org/>
#193: exec() does not work on MacRuby ----------------------------------------+----------------------------------- Reporter: vincent.isambart@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- Comment(by kourge@…): Interestingly, the backtick syntax works: {{{ ~$ macirb
`ls Applications` => "CrossOver¥n"
}}} -- Ticket URL: <http://www.macruby.org/trac/ticket/193#comment:1> MacRuby <http://macruby.org/>
#193: exec() does not work on MacRuby ----------------------------------------+----------------------------------- Reporter: vincent.isambart@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------------+----------------------------------- Comment(by honglilai@…): I confirm that this problem has been fixed. -- Ticket URL: <http://www.macruby.org/trac/ticket/193#comment:2> MacRuby <http://macruby.org/>
#193: exec() does not work on MacRuby ----------------------------------------+----------------------------------- Reporter: vincent.isambart@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------------+----------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.5 Comment: Indeed, as of r3326 it seems to work. I also assume it's working with the 0.5 branch. Closing. -- Ticket URL: <http://www.macruby.org/trac/ticket/193#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby