Project

General

Profile

Actions

Bug #2689

closed

rdoc gem on 1.9.2 fails for interactive(-i) ri

Added by Eregon (Benoit Daloze) about 14 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.2dev (2010-01-27 trunk 26434) [x86_64-darwin10.2.0]
Backport:
[ruby-core:27956]

Description

=begin
Sorry if this has been already signaled, I didn't see.

So, doing a simple 'ri Fixnum':
~ $> export RI='--no-pager -i'
~ $> ri Fixnum

Without the gem, all is good

But with rdoc gem:

~ $> gem install rdoc
Successfully installed rdoc-2.4.3
1 gem installed
Installing ri documentation for rdoc-2.4.3...
Installing RDoc documentation for rdoc-2.4.3...
~ $> which ri
.../ruby-1.9.2-head/bin/ri # It's still the same 'ri'

~ $> ri Fixnum
Updating ri class cache with 1764 classes...

Enter the method name you want to look up.
You can use tab to autocomplete.
Enter a blank line to exit.

Where is my documentation ?

Back to normal if I uninstall rdoc, with its binaries

That's quite an annoying bug, not so easy to track.
=end

Actions #1

Updated by ujihisa (Tatsuhiro Ujihisa) about 14 years ago

  • Status changed from Open to Assigned
  • Assignee set to drbrain (Eric Hodel)

=begin

=end

Actions #2

Updated by drbrain (Eric Hodel) about 14 years ago

  • Status changed from Assigned to Closed

=begin
This now works.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0