Project

General

Profile

Actions

Bug #6392

closed

rdoc -E option does not work

Added by nobu (Nobuyoshi Nakada) almost 12 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
ruby -v:
r35518
Backport:
[ruby-core:44796]

Description

=begin
Since RDoc 2.5, ((%--extension%)) option seems not working.

$ rdoc -v -Eja=rdoc README.ja
uh-oh! RDoc had a problem:
No such file or directory - xxx.rdoc

run with --debug for full backtrace

This is because (({RDoc::Parser.zip?})) fails with non-existent file.
Aliasing should be irrelevant to a real file happens to be existing,
and it's odd to assume non-existent file as a zip file unless it has
((%zip%)) (or ((%jar%)), etc) extensions.

=end


Files

0001-rdoc-extension-option-fix.patch (1.97 KB) 0001-rdoc-extension-option-fix.patch nobu (Nobuyoshi Nakada), 05/02/2012 03:29 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0