Ruby 1.9.1 RC1 is released

Hi, folks

Ruby 1.9.1 has been just released.

This is a release candidate of Ruby 1.9.1, which will be the first
stable version of Ruby 1.9 series. Try it early and have a experience of
modern, faster, with clearer syntax, multilingualized and much improved
Ruby world.

We have fixed 72 bugs and implemented some features:
Ruby Issue Tracking System

If you encounter a bug or a problem, please let us know it via the
official issue tracking system (http://redmine.ruby-lang.org ).

== Location

== Known Bugs

Thanks,

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12/31/08 12:36 AM, Yugui (Yuki S.) wrote:

Ruby 1.9.1 has been just released.

Sorry,
s/Ruby 1.9.1/Ruby 1.9.1 RC1/


Yugui [email protected]

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklaQMMACgkQOXzH5JLb/AWK1gCfUIKKl5ZhPyyT005TbUgTca8R
lp8An30oe4yTyCyuqyTo7T/1dYqJVg4z
=iE1u
-----END PGP SIGNATURE-----

On 30/12/2008, Yugui (Yuki S.) [email protected] wrote:

Ruby Issue Tracking System

Could you, please, provide a http location?

It’s the 21st century, IP address shortage, NAT, …

Thanks

On Tue, Dec 30, 2008 at 9:36 AM, Yugui (Yuki S.) [email protected]
wrote:

== Location

Any reason why this is throttled to 2K/sec ? At this rate the next
version will be out before my download completes.

Mirrors?

On 30 dic, 13:00, Michal S. [email protected] wrote:

modern, faster, with clearer syntax, multilingualized and much improved
SIZE: 6181532 bytes
MD5: 91ca7ebd3fe4ad577d08963e81e79c82
SHA256: c29f8eba5852e4245348ecd350ea58de794a3c4f36b69177843a81f848dcc6ef

Could you, please, provide a http location?

It’s the 21st century, IP address shortage, NAT, …

url.gsub!(‘ftp:’, ‘http:’)

HTH,

Can it be published as a torrent?

dwh

On 12/31/08 12:36 AM, Yugui (Yuki S.) wrote:

Ruby 1.9.1 has been just released.

Sorry,
s/Ruby 1.9.1/Ruby 1.9.1 RC1/

That’s not Ruby. sub(/Ruby 1.9.1/, “Ruby 1.9.1 RC1”)

mfg, simon … l

Greg D. wrote:

Any reason why this is throttled to 2K/sec ? At this rate the next
version will be out before my download completes.

I got that beat. I am right now compiling it thru Windows Vista onto a 1
Gig
Flash drive, for the hell of it. I expect the next version to be out
before my
tar xfj completes! (-:

(BTW I’m also actually using it, remotely on a Linux server, and it
works fine
so far…)

Phlip wrote:

works fine so far…)

Just wondering if there are Windows binaries yet. Is this compiled on
Windows using MinGW or VC++ 6?

I checked the FTP directories on ruby-lang:
ftp://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/unstable/
ftp://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.9/
ftp://ftp.ruby-lang.org/pub/ruby/binaries/djgpp/1.9/
…and all don’t have it yet.

Cheers,
Mohit.
12/31/2008 | 10:19 AM.

On 30/12/2008, Luis L. [email protected] wrote:

url.gsub!(‘ftp:’, ‘http:’)

Tried, works.

However, having that in the message to start with would be somewhat
more helpful.

Thanks

Michal

Yugui (Yuki S.) escreveu:

Ruby Issue Tracking System

Thanks,

Great!!!
I’ll get right now!
Go Ruby!

  • tiago

On 30/12/2008, Aldric G. <“aldric[remove]”@trevoke.net> wrote:

Ooh ooh, I know, let’s put it on a binary newsgroup…

Unlike binary newsgroups bittorrent is quite well designed bandwidth
multiplier :wink:

Thanks

Michal

I’m trying to make one of my libraries run on this rc, and ran into this
difference from 1.8:

% touch afile
% irb

open(‘asdf’, ‘rb’) { |f| f.flush }
IOError: not opened for writing

% irb1.9
open(‘asdf’, ‘rb’) { |f| f.flush }
=> #<File:asdf (closed)>
%

Is this intentional? I was previously abusing this as a way to find out
if an arbitrary io object was writeable. Perhaps theres a better way in
1.9?

Also if there’s somewhere else one should turn to for 1.8 -> 1.9
questions please let me know…

Thanks,

Charles

On 12/31/08 11:21 AM, Mohit S. wrote:

Just wondering if there are Windows binaries yet. Is this compiled on
Windows using MinGW or VC++ 6?

arton build an installer package for windows. [ruby-list:45759]
http://arton.no-ip.info/data/asr/Ruby-1.9.1.msi

ftp://ftp.ruby-lang.org/pub/ruby/binaries/djgpp/1.9/

Ruby 1.9 currently does not support djgpp. We need help for threading
support on djgpp.

On Dec 31, 12:21 am, Mohit S. [email protected] wrote:

(BTW I’m also actually using it, remotely on a Linux server, and it
works fine so far…)

Just wondering if there are Windows binaries yet. Is this compiled on
Windows using MinGW or VC++ 6?

I checked the FTP directories on ruby-lang:ftp://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/unstable/ftp://ftp.ruby-lang.org/pub/ruby/binaries/mingw/1.9/ftp://ftp.ruby-lang.org/pub/ruby/binaries/djgpp/1.9/
…and all don’t have it yet.

Binaries built with VC6 usually can be found here:

http://www.garbagecollect.jp/ruby/mswin32/en/

No news yet.

Builds with MinGW are coming, still several things to iron on the
build process for both 1.8.6 and 1.9.1, will do a proper announcement
when crack that down.

% irb1.9
open(‘asdf’, ‘rb’) { |f| f.flush }
=> #<File:asdf (closed)>
%

Is this intentional? I was previously abusing this as a way to find out
if an arbitrary io object was writeable. Perhaps theres a better way in
1.9?

May want to ask that on ruby-core

On Dec 31 2008, 3:10 am, “Yugui (Yuki S.)” [email protected] wrote:

On 12/31/08 11:21 AM, Mohit S. wrote:

Just wondering if there are Windows binaries yet. Is this compiled on
Windows using MinGW or VC++ 6?

arton build an installer package for windows. [ruby-list:45759]
http://arton.no-ip.info/data/asr/Ruby-1.9.1.msi

Do you have more details about that package? build scripts used?

Even I trust Ruby, I cannot trust too much in packages all written in
japanesse and flashes command prompt windows while installing.

From: Yugui (Yuki S.) [mailto:[email protected]]

arton build an installer package for windows. [ruby-list:45759]

http://arton.no-ip.info/data/asr/Ruby-1.9.1.msi

just installed this one and the irb does not echo the keystrokes nor
does it shows the prompt.

Luis L. wrote:

Do you have more details about that package? build scripts used?

Even I trust Ruby, I cannot trust too much in packages all written in
japanesse and flashes command prompt windows while installing.

Thanks Luis and Yugui.

Cheers,
Mohit.
1/4/2009 | 9:55 PM.