[#23231] What do you think about changing the return value of Kernel#require and Kernel#load to the source encoding of the required file? — =?ISO-8859-15?Q?Wolfgang_N=E1dasi-Donner?= <ed.odanow@...>

Dear Ruby developers and users!

8 messages 2009/04/17

[#23318] [Feature #1408] 0.1.to_r not equal to (1/10) — Heesob Park <redmine@...>

Feature #1408: 0.1.to_r not equal to (1/10)

19 messages 2009/04/26

[ruby-core:23167] Re: Problem with ri after updating

From: Eric Hodel <drbrain@...7.net>
Date: 2009-04-08 20:56:32 UTC
List: ruby-core #23167
On Apr 8, 2009, at 04:19, Brian Candler wrote:
> Anybody else having this problem with ri? This happened after I  
> overwrote my
> previous ruby 1.9.1p0 build from SVN using
>  autoconf && ./configure --program-suffix=19 && make && sudo make  
> install
>
> Now ri19 can't find any documentation (see below).

Have you run make (install-)doc multiple times from this checkout?

> $ sudo make install-doc
> Generating RDoc documentation
> ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb  ./ 
> runruby.rb
> --extout=.ext  -- "./bin/rdoc" --all --ri --op ".ext/rdoc" "."
>
> No newer files.
>
> Files:   0
> Classes: 0
> Modules: 0
> Methods: 0
> Elapsed: 2.4s

find .ext/rdoc

gives what?

Try rm -rf .ext/rdoc

In This Thread

Prev Next