Forum: Ruby-core [ruby-trunk - Bug #6392][Assigned] rdoc -E option does not work

Posted by Nobuyoshi Nakada (nobu)
on 2012-05-02 08:30
(Received via mailing list)
Issue #6392 has been reported by nobu (Nobuyoshi Nakada).

----------------------------------------
Bug #6392: rdoc -E option does not work
https://bugs.ruby-lang.org/issues/6392

Author: nobu (Nobuyoshi Nakada)
Status: Assigned
Priority: Normal
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
Posted by Nobuyoshi Nakada (nobu)
on 2012-12-25 21:37
(Received via mailing list)
Issue #6392 has been updated by nobu (Nobuyoshi Nakada).

% Done changed from 100 to 0


----------------------------------------
Bug #6392: rdoc -E option does not work
https://bugs.ruby-lang.org/issues/6392#change-35072

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
Posted by Nobuyoshi Nakada (nobu)
on 2012-12-25 21:37
(Received via mailing list)
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
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.