OlderDiff < 20110613T235859Z < ThisDiff > 20110615T005845Z > 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. =================================================================== +++ 20110615T005845Z @@ 15250 @@ - 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 @@ 47731 @@ - 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 @@ 67575 @@ <n>) ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR +ThreadError: Thread#join: deadlock 0x7f0e77bc2370 - mutual join(0x7f0e768ab610) /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join' /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55 /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each' =================================================================== --- 20110613T235859Z @@ 67573 @@ <n>) ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR -ThreadError: Thread#join: deadlock 0x7f94ddfd9368 - mutual join(0x7f94dccc2720) /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join' /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55 /home/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each'
OlderDiff < 20110613T235859Z < ThisDiff > 20110615T005845Z > NewerDiff