[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby 1.8.5-p12 released

Urabe Shyouhei

12/25/2006 10:50:00 AM

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-...
d7d12dd9124c9b7d55cdbbee313e3931

Happy holiday.

--
Urabe, Shyouhei <shyouhei@ruby-lang.org>


3 Answers

M. Edward (Ed) Borasky

12/25/2006 9:06:00 PM

0

Urabe Shyouhei 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-...
> d7d12dd9124c9b7d55cdbbee313e3931
>
> Happy holiday.
>
>
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.blo...

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


AdSR

12/27/2006 9:57:00 AM

0

Urabe Shyouhei 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-...
> 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

Nicolas Desprès

2/4/2007 2:49:00 PM

0

On 12/27/06, AdSR <artur_spruce@yahoo.com> 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]:
<DBMError> exception expected but none was thrown.

2) Failure:
test_delete(TestGDBM) [./gdbm/test_gdbm.rb:442]:
<GDBMError> 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,

--
Nicolas Desprès