Project

General

Profile

Actions

Bug #9228

closed

rdoc can't generate documentation for ext/thread/thread.c on trunk

Added by ktsj (Kazuki Tsujimoto) over 10 years ago. Updated about 10 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.1.0dev (2013-12-08 trunk 44065) [x86_64-linux]
[ruby-core:58962]

Description

=begin
$ rm -rf .ext/rdoc
$ make rdoc
$ ls -d .ext/rdoc/Queue
ls: cannot access .ext/rdoc/Queue: No such file or directory

When "ext/thread/thread.c" is specified as rdoc command option, it works.

$ ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext --
--disable-gems "./bin/rdoc" --root "." --page-dir "./doc" --encoding=UTF-8
--no-force-update --all --ri --op ".ext/rdoc" --debug ext/thread/thread.c
$ ls -d .ext/rdoc/Queue
.ext/rdoc/Queue
=end

Actions #1

Updated by drbrain (Eric Hodel) over 10 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r44082.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • ext/.document: Add syslog/lib and thread/thread.c to documentable
    items. [ruby-trunk - Bug #9228]

Updated by drbrain (Eric Hodel) over 10 years ago

  • Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN to 1.9.3: DONTNEED, 2.0.0: REQUIRED

This is only required in part for Ruby 2.0.0, ext/syslog/lib exists in ruby_2_0_0 branch but ext/thread/thread.c does not.

Updated by nagachika (Tomoyuki Chikanaga) about 10 years ago

  • Backport changed from 1.9.3: DONTNEED, 2.0.0: REQUIRED to 1.9.3: DONTNEED, 2.0.0: DONE

r44082 was partially (only for ext/syslog/lib) backported to ruby_2_0_0 at r45052.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0