[#927] UnboundMethod#to_proc — Dave Thomas <dave@...>
I'm wondering what I can do with a Proc generated by
17 messages
2003/04/06
[#929] Re: UnboundMethod#to_proc
— "Chris Pine" <nemo@...>
2003/04/06
----- Original Message -----
[#934] Re: UnboundMethod#to_proc
— Mathieu Bouchard <matju@...>
2003/04/06
[#940] Re: UnboundMethod#to_proc
— chr_news@...
2003/04/07
>
[#941] Re: UnboundMethod#to_proc
— Dave Thomas <dave@...>
2003/04/07
>> If they have diverging interfaces such that the contracts conflict
[#936] docs on implementation of ruby and/or ruby-gc ? — Ruben Vandeginste <Ruben.Vandeginste@...>
4 messages
2003/04/07
[#964] Range in logical context — Dave Thomas <dave@...>
If I run
7 messages
2003/04/16
[#965] Re: Range in logical context
— Mauricio Fern疣dez <batsman.geo@...>
2003/04/16
On Thu, Apr 17, 2003 at 06:10:40AM +0900, Dave Thomas wrote:
[#973] problem with rb_rescue2() ? — Mathieu Bouchard <matju@...>
5 messages
2003/04/19
Re: docs on implementation of ruby and/or ruby-gc ?
From:
matz@... (Yukihiro Matsumoto)
Date:
2003-04-07 12:03:43 UTC
List:
ruby-core #939
Hi,
In message "Re: docs on implementation of ruby and/or ruby-gc ?"
on 03/04/07, Mauricio Fern疣dez <batsman.geo@yahoo.com> writes:
|> It would be included in 1.9 development, which must be started soon
|> after 1.8.0 stable release.
|
|I am confused... Is 1.9 (1) the development branch that will lead to Rite
|(2.0) or (2) have you switched to the new version numbering described here:
|http://www.rubygarden.org/ruby?ReleaseEngineering (i.e., 1.9.1 would be
|the next stable release after 1.8.1)?
1.9 will be based on the current implementation, and will be the
test bed for left-out features like M17N, new regex engine,
generational GC, etc.
2.0 (Rite) will be the total rewrite. It's spec. is based on 1.8 at
the beginning, and 1.9 features will be gradually merged in.
matz.