COMMIT respond_to{_missing}?: Fix and adapt for 1.9.3 [ruby-dev:41825] http://github.com/rubyspec/rubyspec/commit/d1b01265d29dc55fbd6b2ae5082736f23c7d2e36 =================================================================== +++ 20100707T104831 @@ 12 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_7 リポジトリのルート: http://svn.ruby-lang.org/repos/ruby リポジトリ UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e +リビジョン: 28561 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: shyouhei @@ 15048 @@ Kernel#respond_to? - returns false if the given method was undefined - returns true if obj responds to the given public method +- returns true if obj responds to the given protected method (include_private = true) +- returns true if obj responds to the given protected method (include_private = false) +- returns false even if obj responds to the given private method (include_private = false) +- returns true if obj responds to the given private method (include_private = true) - indicates if an object responds to a particular message /home/chkbuild/tmp/build/ruby-1.8.7-pth//rubyspec/core/kernel/scan_spec.rb @@ 32670 @@ ) ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR +ThreadError: Thread#join: deadlock 0x7f1d4ff14370 - mutual join(0x27ee468) /home/chkbuild/tmp/build/ruby-1.8.7-pth//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join' /home/chkbuild/tmp/build/ruby-1.8.7-pth//rubyspec/library/conditionvariable/broadcast_spec.rb:55 /home/chkbuild/tmp/build/ruby-1.8.7-pth//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each' @@ 33522 @@ Finished in seconds +3208 files, 13044 examples, expectations, 26 failures, 33 errors exit 1 failed(rubyspec) == end #