OLDREV 32365 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32365&diff_format=u NEWREV 32374 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32374&diff_format=u CHG ChangeLog 32360->32373 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=32365&r2=32374&pathrev=32374&diff_format=u CHG array.c 32364->32373 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/array.c?p1=branches/ruby_1_8/array.c&r1=32365&r2=32374&pathrev=32374&diff_format=u CHG version.h 32361->32374 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=32365&r2=32374&pathrev=32374&diff_format=u CHG test/ruby/test_array.rb 32360->32373 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/test/ruby/test_array.rb?p1=branches/ruby_1_8/test/ruby/test_array.rb&r1=32365&r2=32374&pathrev=32374&diff_format=u COMMIT new-style hash syntax for send args http://github.com/rubyspec/rubyspec/commit/46f5fb1de233f2406f59083780593d4b21650ca5 COMMIT Test hanging commas in Hashes http://github.com/rubyspec/rubyspec/commit/2d2c3a1d6c72dc80b23ee0548bc7020a4d51ef80 COMMIT new-style hash literal syntax http://github.com/rubyspec/rubyspec/commit/1e9775074b8da9609d9bed242458d795b69456cc COMMIT Whitespace like 356fa4fb http://github.com/rubyspec/rubyspec/commit/4168dfb63282b733482f52e4cf60fdfb0d74f60b COMMIT Merge pull request #56 from nevir/new_style_hash http://github.com/rubyspec/rubyspec/commit/f504bdc301f4bbb628e9f54e36978581ed9dcb5b COMMIT Some fixes for [Array, Hash, String].try_convert specs. http://github.com/rubyspec/rubyspec/commit/72d0d32305fd2d59a5813da939e7fc44e9b120f1 COMMIT Matrix#find_index: Fix spec for mathn [ruby-core:37729] http://github.com/rubyspec/rubyspec/commit/2c33b45be749c97856fb4a6e7fda6498fc9e25f0 =================================================================== +++ 20110704T213959Z @@ 5146 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/ssl-internal.rb:: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/ssl-internal.rb:: warning: using default DH parameters. . +test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. @@ 14317 @@ Hash.try_convert - returns the argument if passed a Hash - returns nil if the argument can't be coerced into a Hash +- does not rescue exceptions raised by #to_hash - coerces the argument with #to_hash +- raises a TypeError if #to_hash does not return a Hash /var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/hash/update_spec.rb Hash#update @@ 35776 @@ Hash.try_convert - returns the argument if passed a Hash - returns nil if the argument can't be coerced into a Hash +- does not rescue exceptions raised by #to_hash - coerces the argument with #to_hash +- raises a TypeError if #to_hash does not return a Hash Finished in seconds @@ 54081 @@ - treats empty expressions as nils - freezes string keys on initialization - checks duplicated keys on initialization +- accepts a hanging comma Finished in seconds =================================================================== --- 20110702T214146Z @@ 5146 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/ssl-internal.rb:: warning: using default DH parameters. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/ssl-internal.rb:: warning: using default DH parameters. . -test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8-o3//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet.