[#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: Test::Unit maintainer

From: Kouhei Sutou <kou@...>
Date: 2008-03-21 23:54:10 UTC
List: ruby-core #15977
Hi Ryan,

In <D7A1EB79-BE69-42B5-8F63-8E8487E1067F@zenspider.com>
  "Re: Test::Unit maintainer" on Fri, 21 Mar 2008 07:11:09 +0900,
  Ryan Davis <ryand-ruby@zenspider.com> wrote:

> I've finally polished off the SVN cut I made and released it to  
> rubyforge. It is announced and should wind up on the news. I uploaded  
> the rdoc for it and gave it a logo (http://test-unit.rubyforge.org/).  
> I've added you as an admin to the project.

I've confirmed.
Thanks.

> I don't have the same design goals as you do for test/unit. My only  
> desire is to get it externalized and stable for tool vendors and other  
> people with esoteric needs for that specific architecture. Go nuts  
> with your ideas. I would ask that changes you make to output and the  
> like are coordinated so tools like autotest & unit-diff can stay  
> compatible.

Thanks for accepting my requests.
I'll keep satisfying your requests.

Which way should I use to develop test/unit?

  1. Use the Ruby repository's trunk as the test/unit main
     repository. The test/unit repository on RubyForge is
     used just for preview release. (Official release is
     ruby release.)

     1-1. develop some features on the Ruby repository's trunk.
     1-2. merge changes on the Ruby repository's trunk to
          the test/unit repository's trunk on RubyForge.
     1-3. release a new version as a gem on RubyForge.
     1-4. back to 1-1.

  2. Use the test/unit repository on RubyForge as the test/unit
     main repository. Developed features are merged to the
     Ruby repository's trunk after preview release on RubyForge.

     2-1. develop some features on the test/unit
          repository's trunk on RubyForge.
     2-2. release a new version as a gem on RubyForge.
     2-3. merge changes on the test/unit repository's trunk
          on RubyForge to the Ruby repository's trunk.
     2-4. back to 2-1.


> My only firm request is that test-unit 1.2.3 always stay up there for  
> tool vendors as this is 100% compatible with the cut from ruby 1.8/1.9.

OK.


Thanks,
--
kou

In This Thread