From: "nobu (Nobuyoshi Nakada)" Date: 2012-12-26T05:37:12+09:00 Subject: [ruby-core:51132] [ruby-trunk - Bug #6392][Assigned] rdoc -E option does not work Issue #6392 has been updated by nobu (Nobuyoshi Nakada). Status changed from Closed to Assigned Priority changed from Normal to High ---------------------------------------- Bug #6392: rdoc -E option does not work https://bugs.ruby-lang.org/issues/6392#change-35071 Author: nobu (Nobuyoshi Nakada) Status: Assigned Priority: High Assignee: drbrain (Eric Hodel) Category: lib Target version: 2.0.0 ruby -v: r35518 =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 -- http://bugs.ruby-lang.org/