Projects

Ticket #193 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

exec() does not work on MacRuby

Reported by: vincent.isambart@… Owned by: lsansonetti@…
Priority: blocker Milestone: MacRuby 0.5
Component: MacRuby Keywords:
Cc:

Description

~% 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>'
>>

Change History

Changed 3 years ago by kourge@…

Interestingly, the backtick syntax works:

~$ macirb
>> `ls Applications`
=> "CrossOver¥n"
>> 

Changed 2 years ago by honglilai@…

I confirm that this problem has been fixed.

Changed 2 years ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to MacRuby 0.5

Indeed, as of r3326 it seems to work. I also assume it's working with the 0.5 branch. Closing.

Note: See TracTickets for help on using tickets.