[#9722] Kernel#system broken inside Dir.chdir(&block) if system command doesn't have shell characters — <noreply@...>

Bugs item #7278, was opened at 2006-12-14 13:59

8 messages 2006/12/14

[#9749] System V IPC in standard library? — Steven Jenkins <steven.jenkins@...>

Back in August, I needed a semaphore to serialize access to an external

14 messages 2006/12/19

[#9753] CVS freeze — SASADA Koichi <ko1@...>

Hi,

20 messages 2006/12/20
[#9755] Re: [ruby-dev:30039] CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

[#9757] Re: [ruby-dev:30040] Re: CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

Re: merge YARV

From: Eric Hodel <drbrain@...7.net>
Date: 2006-12-31 22:22:35 UTC
List: ruby-core #9822
On Dec 30, 2006, at 23:49, SASADA Koichi wrote:

> I'll commit YARV to Ruby Subversion repository.
> Sorry for being late.
>
> * Current implementation (/trunk) will be copied to /branches/matzruby
> * ChangeLog file of YARV will be copied to doc/ChangeLog-YARV
> * I have never checked ext/tk, ext/openssl.
>   Please check it > nagai-san, yuzo-san
> * Ripper doesn't work, so I fixed ripper/extconf.rb to skip build.
>   Please check it > minero-san
> * make test failed.
> * make test-all output many errors.
>   Please check it and teach me the minimum set of error.
> (current status: http://www.atdot.net/sp/view/len4bj)

On OS X, exec is a victim of the merge too:

$ svn up
At revision 11447.
$ make
[...]
make[1]: `ruby19' is up to date.
$ ./ruby19 -e 'exec "/bin/ls"'
-e:1:in `exec': Operation not supported - /bin/ls (Errno::EOPNOTSUPP)
         from -e:1:in `<main>'

-- 
Eric Hodel - drbrain@segment7.net - http://blog.segment7.net

I LIT YOUR GEM ON FIRE!


In This Thread