ruby 1.9.2p180 (2011-02-18 revision 30907) [powerpc-darwin9.8.0] [1.9.2] (ppc-mac-mini) 1475W 1NotOK 2F1E rubyspec:14F2E

chkbuild summary recent last

OlderDiff < 20110303T201924Z < ThisDiff > 20110304T200358Z > NewerDiff

COMMIT [NARUSE, Yui] Explicitly specify hostname for TCPServer.new.
COMMIT [Charles Oliver Nutter] Specs for source_location against define_method and define_singleton_method methods.
COMMIT [Charles Oliver Nutter] Add spec for $! result after failed coercion by a core class against a method_missing-implementing class.

===================================================================
+++ 20110304T200358Z
@@ 31507 @@
 - sets the last value to a Fixnum representing the line on which the method was defined
 - returns the last place the method was defined
 - returns the location of the original method even if it was aliased
+- works for define_method methods
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/method/to_proc_spec.rb
 Method#to_proc
@@ 37557 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/unboundmethod/source_location_spec.rb
 UnboundMethod#source_location
 - needs to be reviewed for spec completeness
+- works for define_method methods
+- works for define_singleton_method methods
 
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/unboundmethod/to_s_spec.rb
 UnboundMethod#to_s
@@ 38731 @@
 - raises TypeError error if assigned to nil
 - raises TypeError error if assigned to object that doesn't respond to #write
 
+Predefined global $!
 - needs to be reviewed for spec completeness
+- remains nil after a failed core class "checked" coercion against a class that defines method_missing
 
 Predefined global $_
 - is set to the last line read by e.g. StringIO#gets
@@ 49790 @@
 
 Finished in <t> seconds
 
+3330 files, 17074 examples, <num> expectations, 14 failures, 2 errors
 exit 1
 failed(rubyspec)
 == end # <time>

===================================================================
--- 20110303T201924Z
@@ 49783 @@
 
 Finished in <t> seconds
 
-3330 files, 17070 examples, <num> expectations, 14 failures, 2 errors
 exit 1
 failed(rubyspec)
 == end # <time>

OlderDiff < 20110303T201924Z < ThisDiff > 20110304T200358Z > NewerDiff


chkbuild summary recent last