[#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:

[1.9] irb

From: ts <decoux@...>
Date: 2008-03-07 12:44:16 UTC
List: ruby-core #15825
 To see the problem, you must use a "fresh" installation of ruby

vgs% irb
irb(main):001:0> RUBY_DESCRIPTION
=> "ruby 1.9.0 (2008-03-07 revision 15728) [i686-linux]"
irb(main):002:0> help Array
LoadError: no such file to load -- rdoc/ri/ri_driver
	from /home/ts/local/r19/lib/ruby/1.9.0/irb/cmd/help.rb:11:in `require'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb/cmd/help.rb:11:in `<top (required)>'
	from (eval):3:in `require'
	from (eval):3:in `irb_help'
	from (irb):2:in `irb_binding'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb/workspace.rb:80:in `eval'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb/workspace.rb:80:in `evaluate'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb/context.rb:218:in `evaluate'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb.rb:149:in `block (2 levels) in eval_input'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb.rb:263:in `signal_status'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb.rb:146:in `block in eval_input'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb/ruby-lex.rb:243:in `block (2 levels) in each_top_level_statement'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb/ruby-lex.rb:230:in `loop'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb/ruby-lex.rb:230:in `block in each_top_level_statement'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb/ruby-lex.rb:229:in `catch'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb/ruby-lex.rb:229:in `each_top_level_statement'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb.rb:145:in `eval_input'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb.rb:69:in `block in start'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb.rb:68:in `catch'
	from /home/ts/local/r19/lib/ruby/1.9.0/irb.rb:68:in `start'
	from /home/ts/local/r19/bin/irb:12:in `<main>'Maybe IRB bug!!
irb(main):003:0> exit
vgs%
       
vgs% ls lib/rdoc/ri
cache.rb  descriptions.rb  display.rb  driver.rb  formatter.rb	paths.rb  reader.rb  util.rb  writer.rb
vgs% 

 Apparently rdoc/ri/ri_driver.rb is not anymore in the distribution.


Guy Decoux

In This Thread

Prev Next