ruby 1.8.6 (2010-09-02 patchlevel 420) [x86_64-linux] [1.8.6] (duet) 1472W 0F1E failed(rubyspec CommandTimeout) 49failed(rubyspec/) failed(rubyspec/library/net/ftp/abort_spec.rb CommandTimeout) failed(rubyspec/library/net/ftp/status_spec.rb CommandTimeout)

chkbuild summary recent last

OlderDiff < 20110120T014338Z < ThisDiff > 20110121T021021Z > NewerDiff

COMMIT In 1.9, Time#local (and friends) set usec.
COMMIT new Kernel#method spec: will see an alias of the original method as == when in a derived class
COMMIT Add a spec for BasicObject subclasses that include Kernel (from JRUBY-4871)

===================================================================
+++ 20110121T021021Z
@@ 15190 @@
 - raises a NameError for an invalid singleton method name
 - can be called on a private method
 - raises a NameError when called on a protected method
+- will see an alias of the original method as == when in a derived class
 - can call methods created with define_method
 
 /home/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/rubyspec/core/kernel/methods_spec.rb
@@ 42780 @@
 - raises a NameError for an invalid singleton method name
 - can be called on a private method
 - raises a NameError when called on a protected method
+- will see an alias of the original method as == when in a derived class
 - can call methods created with define_method

OlderDiff < 20110120T014338Z < ThisDiff > 20110121T021021Z > NewerDiff


chkbuild summary recent last