[ruby-list:44839] Ruby 1.8.7-preview1 has been released

とりあえずビルドしてみた.

makeと,make testは問題無く通過.

make checkはいくつかfail.

Finished in 290.527752 seconds.

  1) Failure:
test_event(TestSetTraceFunc) [./test/ruby/test_settracefunc.rb:56]:
<["line", 23, :test_event, TestSetTraceFunc]> expected but was
<["c-call", 23, :==, Fixnum]>.

  2) Failure:
test_to_proc(TestSymbol) [./test/ruby/test_symbol.rb:80]:
Exception raised:
Class: <ArgumentError>
Message: <"no receiver given">
---Backtrace---
./test/ruby/test_symbol.rb:58:in `to_proc'
./test/ruby/test_symbol.rb:80:in `call'
./test/ruby/test_symbol.rb:80:in `test_to_proc'
./test/ruby/test_symbol.rb:80:in `test_to_proc'
---------------

1891 tests, 1344188 assertions, 2 failures, 0 errors
make: *** [test-all] Error 1

ちなみに環境は:

$ uname -a
Darwin localhost 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc

CPUとかの情報も載せたいけど,dmesgしたら流れてるっぽくて良く分からなかった…