OlderDiff < 20110705T045736Z < ThisDiff > 20110706T045843Z > NewerDiff
COMMIT [Brian Ford] Removed invalid modification while iterating specs. COMMIT [Brian Ford] Hash#update spec for order of checking frozen and coercing. COMMIT [Charles Oliver Nutter] 1.8.8 is dead and each_with_object is in 1.9.2; enabling specs. =================================================================== --- 20110705T045736Z @@ 11903 @@ - returns an enumerator if no block /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/each_with_object_spec.rb -Enumerable#each_with_object -- passes each element and its argument to the block - returns an enumerator if no block /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/entries_spec.rb @@ 14516 @@ Hash#rehash - reorganizes the hash by recomputing all key hash codes - raises a TypeError if called on a frozen instance -- causes a RuntimeError to be raised if called inside an iterator block /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/hash/reject_spec.rb Hash#reject @@ 29826 @@ ruby <version> /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth/<buildtime>/rubyspec/core/enumerable/each_with_object_spec.rb -Enumerable#each_with_object -- passes each element and its argument to the block - returns an enumerator if no block @@ 35877 @@ Hash#rehash - reorganizes the hash by recomputing all key hash codes - raises a TypeError if called on a frozen instance -- causes a RuntimeError to be raised if called inside an iterator block Finished in <t> seconds
OlderDiff < 20110705T045736Z < ThisDiff > 20110706T045843Z > NewerDiff