[Ruby 1.9-Bug#4092][Open] r29946 でビルドが通らない

Bug #4092: r29946 でビルドが通らない
http://redmine.ruby-lang.org/issues/show/4092

起票者: Shota F.
ステータス: Open, 優先度: Normal
カテゴリ: build
ruby -v: ruby 1.9.3dev (2010-11-27 trunk 29946) [x86_64-darwin10.5.0]

sora_hです。
r29946でビルドが通りません。

diff --git lib/optparse.rb lib/optparse.rb
index 91308a9…6d9c46f 100644
— lib/optparse.rb
+++ lib/optparse.rb
@@ -1549,7 +1549,7 @@ XXX
end
pat = Completion.regexp(word, true)
visit(:each_option) do |opt|

  •  opts = (long ? opt.long : []) + (short ? opt.short [])
    
  •  opts = (long ? opt.long : []) + (short ? opt.short : [])
     opts = Completion.candidate(word, true, pat, 
    

&opts.method(:each)).map(&:first) if pat
if /\A=/ =~ opt.arg
opts.map! {|sw| sw + “=”}

チケット #4092 が更新されました。 (by Shugo M.)

ステータス OpenからClosedに変更
進捗 % 0から100に変更

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