Bug #2689

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

Added by Eregon (Benoit Daloze) over 2 years ago. Updated about 1 year ago.

[ruby-core:27956]
Status:Closed Start date:01/30/2010
Priority:Normal Due date:
Assignee:drbrain (Eric Hodel) % Done:

0%

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

Description

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.

History

Updated by ujihisa (ujihisa .) over 2 years ago

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

Updated by drbrain (Eric Hodel) about 2 years ago

  • Status changed from Assigned to Closed
This now works.

Also available in: Atom PDF