ruby 1.8.7 (2011-06-02 patchlevel 348) [powerpc-darwin9.8.0] [1.8.7,pth] (ppc-mac-mini) 994W 2F1E failed(rubyspec CommandTimeout) 59failed(rubyspec/)

chkbuild summary recent last

OlderDiff < 20110614T082551Z < ThisDiff > 20110615T061557Z > NewerDiff

COMMIT [NARUSE, Yui] From r31169, defined?(<autloading constant>) returns 'constant'.
COMMIT [NARUSE, Yui] Split the spec into require/load and autolod in instance_eval.

===================================================================
+++ 20110615T061557Z
@@ 15323 @@
 - sets the autoload constant in Object's constant table
 - loads the file when the constant is accessed
 - does not call Kernel.require or Kernel.load to load the file
+- can autoload in instance_eval
 
 Kernel#autoload?
 - is a private method
@@ 48044 @@
 - sets the autoload constant in Object's constant table
 - loads the file when the constant is accessed
 - does not call Kernel.require or Kernel.load to load the file
+- can autoload in instance_eval
 
 Kernel#autoload?
 - is a private method

OlderDiff < 20110614T082551Z < ThisDiff > 20110615T061557Z > NewerDiff


chkbuild summary recent last