[#15707] Schedule for the 1.8.7 release — "Akinori MUSHA" <knu@...>

Hi, developers,

21 messages 2008/03/01

[#15740] Copy-on-write friendly garbage collector — Hongli Lai <hongli@...99.net>

Hi.

31 messages 2008/03/03
[#15742] Re: Copy-on-write friendly garbage collector — Yukihiro Matsumoto <matz@...> 2008/03/03

Hi,

[#15829] Re: Copy-on-write friendly garbage collector — Daniel DeLorme <dan-ml@...42.com> 2008/03/08

Yukihiro Matsumoto wrote:

[#15756] embedding Ruby 1.9.0 inside pthread — "Suraj Kurapati" <sunaku@...>

Hello,

18 messages 2008/03/03
[#15759] Re: embedding Ruby 1.9.0 inside pthread — Nobuyoshi Nakada <nobu@...> 2008/03/04

Hi,

[#15760] Re: embedding Ruby 1.9.0 inside pthread — Yukihiro Matsumoto <matz@...> 2008/03/04

Hi,

[#15762] Re: embedding Ruby 1.9.0 inside pthread — "Suraj N. Kurapati" <sunaku@...> 2008/03/04

Yukihiro Matsumoto wrote:

[#15783] Adding startup and shutdown to Test::Unit — Daniel Berger <Daniel.Berger@...>

Hi all,

15 messages 2008/03/04

[#15835] TimeoutError in core, timeouts for ConditionVariable#wait — MenTaLguY <mental@...>

I've been reworking JRuby's stdlib to improve performance and fix

10 messages 2008/03/09

[#15990] Recent changes in Range#step behavior — "Vladimir Sizikov" <vsizikov@...>

Hi,

35 messages 2008/03/23
[#15991] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/23

[#15993] Re: Recent changes in Range#step behavior — "Vladimir Sizikov" <vsizikov@...> 2008/03/23

Hi Dave,

[#15997] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/23

[#16024] Re: Recent changes in Range#step behavior — "Vladimir Sizikov" <vsizikov@...> 2008/03/26

Hi Dave,

[#16025] Re: Recent changes in Range#step behavior — Yukihiro Matsumoto <matz@...> 2008/03/26

Hi,

[#16026] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/26

[#16027] Re: Recent changes in Range#step behavior — Yukihiro Matsumoto <matz@...> 2008/03/26

Hi,

[#16029] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/26

[#16030] Re: Recent changes in Range#step behavior — Yukihiro Matsumoto <matz@...> 2008/03/26

Hi,

[#16031] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/26

[#16032] Re: Recent changes in Range#step behavior — "Vladimir Sizikov" <vsizikov@...> 2008/03/26

On Wed, Mar 26, 2008 at 7:01 PM, Dave Thomas <dave@pragprog.com> wrote:

[#16033] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/26

[#16041] Re: Recent changes in Range#step behavior — David Flanagan <david@...> 2008/03/26

Dave Thomas wrote:

Re: Recent changes in Range#step behavior

From: David Flanagan <david@...>
Date: 2008-03-28 17:09:11 UTC
List: ruby-core #16060
Charles Oliver Nutter wrote:
> Daniel DeLorme wrote:
>> Since this is open to interpretation, I would suggest like David that 
>> the behavior should remain backward compatible. Besides, it's always 
>> possible to test for discrete membership by converting to enum.
> 
> Ruby 1.9.0 has been clearly described as a work in progress...it's a 
> development release, and functionality changes that are deemed to be 
> behavioral regressions should most definitely be fixed.

Charlie,

I think you're wrong. The development phase for 1.9 lasted until 
12/25/07, when 1.9.0 was released. 1.9 is a stable branch, but 1.9.0 is 
not ready for production use.  What is going on now is bug-fixing and 
fine-tuning of the stable release, not continued development of new 
features.

To support my claim, I cite this message from matz:

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/14389

That message includes the following:

>   * The relase version will be 1.9.0, not 1.9.1 as we have
>     announced before.  This denotes the fact it is not as
>     stable as we expected.  But the all incompatible changes
>     are done already.

Also,  on the same thread, is this exchange between you, Charlie, and matz:

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/14394

> In message "Re: pre-release note for the christmas release."
>     on Tue, 25 Dec 2007 05:12:15 +0900, Charles Oliver Nutter <charles.nutter / sun.com> writes:
> 
> |Can we expect no more features or incompatible changes between 1.9.0 and 
> |whatever becomes 1.9.1? In other words, would it be safe for us on JRuby 
> |to start implementing our 1.9 features based on what's released as 1.9.0?
> 
> Yes, basically, except for the possibility that we have to fix
> something we have designed severely wrong, if any.
> 
> |Also, does this officially mean that the release is considered "unstable"?
> 
> I don't consider it "production level".  Bugs may remained.  But we
> try making it stable.
> 
> 							matz.



> Part of the peril of releasing any book based on 1.9.0 is that there 
> simply *are* going to be changes. That's just how it is. Release errata 
> or new editions, but the truth of the matter is that 1.9.0 has never 
> been set in stone.

Not set in stone, but the bar for incompatible changes is high: only to 
fix things that are "severely wrong".   (And for the record, I'm not 
engaging this argument as strongly as I am because of its potential 
effect on my book--I'm already going to have to release a number of 
errata, and it would be easy enough to include a change to Range in 
that.  I'm arguing against this change because I think it is a bad idea.)

> If it seems like this should be changed, it should be changed. We can't 
> claim that just because it went out in a development release that it's 
> somehow a backward-incompatible change to fix it.

Anyone who wants to argue that this should be changed needs to go back 
and do the research to understand why Matz changed numeric range 
membership testing from discrete to continuous in the first place.  It 
is not sufficient to make an argument based on the set-like semantics of 
the word "member". There is some reason that the discrete membership 
changed to continuous membership, and that has got to be part of the 
context of this discussion.

Next, you must argue that this issue rises to the level of "severely 
wrong"--which is Matz's criteria for making incompatible changes. I 
think the fact that this feature has been in place, apparently without 
complaint, for 4 years will make it hard to argue for its severity.

     David

> - Charlie
> 
> 


In This Thread