Bug #865
closed[Fwd: some mistakes in Rake RDoc]
Description
=begin
okkez reported some mistakes in Rake rdoc to ruby-dev.
-------- Original Message --------
Subject: [ruby-dev:37398] [Bug #860] some mistakes in Rake RDoc
Date: Fri, 12 Dec 2008 14:03:06 +0900
From: okkez _ redmine@ruby-lang.org
Reply-To: ruby-dev@ruby-lang.org
To: ruby-dev@ruby-lang.org (ruby developers list)
Bug #860: some mistakes in Rake RDoc
http://redmine.ruby-lang.org/issues/show/860
起票者: okkez _
ステータス: Open, 優先度: Normal
カテゴリ: lib
少しおかしいところを見つけたのでパッチを書きました。
Index: rake.rb¶
--- rake.rb (revision 20655)
+++ rake.rb (working copy)
@@ -74,7 +74,7 @@
class String
rake_extension("ext") do
-
Replace the file extension with +newext+. If there is no extenson on¶
-
Replace the file extension with +newext+. If there is no¶
extension on
# the string, append the new extension to the end. If the new
extension
# is not given, or is the empty string, remove any existing extension.
#
@@ -1459,7 +1459,7 @@
collect { |fn| fn.pathmap(spec) }
end
-
Return a new array with String#ext method applied to each¶
-
Return a new file list with String#ext method applied to¶
each
# member of the array.
#
# This method is a shortcut for:
@@ -2077,7 +2077,7 @@
tty_output? || ENV['RAKE_COLUMNS']
end
-
Display the tasks and dependencies.¶
-
Display the tasks and comments.¶
def display_tasks_and_comments
displayable_tasks = tasks.select { |t|
t.comment && t.name =~ options.show_task_pattern
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Category set to doc
- Assignee set to drbrain (Eric Hodel)
- Priority changed from 3 to Normal
- Target version set to 1.9.1 Release Candidate
=begin
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Assignee deleted (
drbrain (Eric Hodel))
=begin
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Due date set to 12/24/2008
- Assignee set to drbrain (Eric Hodel)
=begin
=end
Updated by drbrain (Eric Hodel) almost 16 years ago
- Assignee deleted (
drbrain (Eric Hodel))
=begin
Jim Weirich is the correct owner for these changes. Please add him to the tracker.
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Target version changed from 1.9.1 Release Candidate to 1.9.1 RC2
=begin
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Target version changed from 1.9.1 RC2 to 1.9.1
=begin
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Target version changed from 1.9.1 to 1.9.2
- ruby -v set to 1.9.1
=begin
=end
Updated by shyouhei (Shyouhei Urabe) almost 16 years ago
- Assignee set to yugui (Yuki Sonoda)
=begin
=end
Updated by naruse (Yui NARUSE) about 15 years ago
- Status changed from Open to Assigned
=begin
これってどうなったの?
=end
Updated by wanabe (_ wanabe) almost 15 years ago
- Status changed from Assigned to Closed
=begin
fixed by r22854.
=end