Feature #2713
Rdoc: rdoc/usage missing in Ruby 1.9
| Status: | Rejected | Start date: | 02/05/2010 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 2.0.0 |
Description
I've been transitioning to Ruby 1.9.1, and it appears that rdoc/usage was deleted in revision 14994 without apparent explanation. http://redmine.ruby-lang.org/repositories/revision/10?rev=14994 This breaks my command line utilities. Was there some reason for removing this functionality from rdoc, or was it a mistake?
History
Updated by Yui NARUSE almost 2 years ago
- Status changed from Open to Assigned
- Assignee set to Eric Hodel
Updated by Yusuke Endoh almost 2 years ago
- Target version set to 2.0.0
Hi, I don't know the true reason, but I guess the file was deleted just because it was not needed by rdoc itself. Anyway, it was deleted before 1.9.0, so we should think this is spec change. You can request the restoration of the file, but it is a feature request. I moved this ticket to Feature tracker. -- Yusuke Endoh <mame@tsg.ne.jp>
Updated by Eric Hodel almost 2 years ago
- Priority changed from Normal to Low
I'm not going to add rdoc/usage.rb or any similar feature back to RDoc. OptionParser handles this type of feature much better than RDoc will ever be able to. May I close this?
Updated by Yusuke Endoh almost 2 years ago
Hi, 2010/4/19 Eric Hodel <redmine@ruby-lang.org>: > I'm not going to add rdoc/usage.rb or any similar feature back to RDoc. > > OptionParser handles this type of feature much better than RDoc will ever be able to. > > May I close this? Yes. You have a right to make decision about libraries that you are a maintainer for. -- Yusuke ENDOH <mame@tsg.ne.jp>
Updated by Eric Hodel almost 2 years ago
- Status changed from Assigned to Rejected