[#18121] [Ruby 1.8.7 - Bug #405] (Open) ssl.rb:31: [BUG] Bus Error — Anonymous <redmine@...>

Issue #405 has been reported by Anonymous.

14 messages 2008/08/04

[#18130] Re: New array methods cycle, choice, shuffle (plus bug in cycle) — Brian Candler <B.Candler@...>

> Seriously though... Array.first is a noun.

10 messages 2008/08/05

[#18319] NEW Command: absolute_path() -- — "C.E. Thornton" <admin@...>

Core,

14 messages 2008/08/16
[#18321] Re: NEW Command: absolute_path() -- — Yukihiro Matsumoto <matz@...> 2008/08/18

Hi,

[#18381] [Bug #496] DRb.start_service(nil) is very slow — Hongli Lai <redmine@...>

Bug #496: DRb.start_service(nil) is very slow

11 messages 2008/08/25

[ruby-core:18223] release naming consistency

From: Ryan Davis <ryand-ruby@...>
Date: 2008-08-10 01:59:38 UTC
List: ruby-core #18223
> % ls ~/.multiruby/{versions,build}
> /Users/ryan/.multiruby/build:
> ruby-1.8.7-p22		ruby-1.9.0-2		ruby-1.9.0-r18217
>
> /Users/ryan/.multiruby/versions:
> ruby-1.8.7-p22.tar.gz	ruby-1.9.0-2.tar.gz	ruby-1.9.0-3.tar.gz

PLEASE pick a consistent naming scheme for both the tarballs and the  
packaged directory structures and stick to it.

Thus far I've had to teach multiruby how to look up the latest version  
because the location changes over and over, and now I'm going to have  
to teach it how to look in the tarball to figure out the actual  
directory name and rename it if it doesn't match.

I personally think the tarballs should be named:

   ruby-$M-$m-$b-p$p.tar.gz

and the contained directory should be the same:

   ruby-$M-$m-$b-p$p

That remains consistent with most of the releases done thusfar, and  
the ones prior were usually just without the "-p$p" part.

In This Thread

Prev Next