Ruby 1.8.5-p12 released

Hi all.

We released Ruby 1.8.5-p12, the latest stable version of Ruby. There are
several fixes made when 1.8.5 had not been branched yet. On this release
we backported them into 1.8.5.

ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.5-p12.tar.gz
d7d12dd9124c9b7d55cdbbee313e3931

Happy holiday.

Urabe S. wrote:

And the good folks at Gentoo have put it in the Portage tree. I just
installed it (flawlessly, of course) on a P3.


M. Edward (Ed) Borasky, FBG, AB, PTA, PGS, MS, MNLP, NST, ACMC(P)
http://borasky-research.blogspot.com/

If God had meant for carrots to be eaten cooked, He would have given
rabbits fire.

Urabe S. wrote:

Hi all.

We released Ruby 1.8.5-p12, the latest stable version of Ruby. There are
several fixes made when 1.8.5 had not been branched yet. On this release
we backported them into 1.8.5.

ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.5-p12.tar.gz
d7d12dd9124c9b7d55cdbbee313e3931

Happy holiday.

Builds and installs OK on Mac OS X 10.3.9. I have a question though:
When I run “make test-all”, it takes a very long time (I killed it
after 28 minutes) and some of the tests give errors (not failures). Is
this correct?

Thanks,
AdSR

On 12/27/06, AdSR [email protected] wrote:
[…]

Builds and installs OK on Mac OS X 10.3.9. I have a question though:
When I run “make test-all”, it takes a very long time (I killed it
after 28 minutes) and some of the tests give errors (not failures). Is
this correct?

On my linux box, I have no errors, but only 4 failures (like with
1.8.4):

Finished in 127.413555 seconds.

  1. Failure:
    test_delete(TestDBM) [./dbm/test_dbm.rb:332]:
    exception expected but none was thrown.

  2. Failure:
    test_delete(TestGDBM) [./gdbm/test_gdbm.rb:442]:
    exception expected but none was thrown.

  3. Failure:
    test_s_open_error(TestGDBM) [./gdbm/test_gdbm.rb:200]:
    Errno::EACCES exception expected but none was thrown.

  4. Failure:
    test_s_open_error(TestSDBM) [./sdbm/test_sdbm.rb:123]:
    Errno::EACCES exception expected but none was thrown.

1608 tests, 16529 assertions, 4 failures, 0 errors

Cheers,