OLDREV 31181 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31181&diff_format=u NEWREV 31185 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31185&diff_format=u CHG ChangeLog 31181->31185 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?p1=trunk/ChangeLog&r1=31181&r2=31185&pathrev=31185&diff_format=u CHG version.h 31173->31184 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?p1=trunk/version.h&r1=31181&r2=31185&pathrev=31185&diff_format=u CHG ext/date/date_strftime.c 31181->31182 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/date/date_strftime.c?p1=trunk/ext/date/date_strftime.c&r1=31181&r2=31185&pathrev=31185&diff_format=u CHG ext/date/lib/date/format.rb 31135->31183 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/date/lib/date/format.rb?p1=trunk/ext/date/lib/date/format.rb&r1=31181&r2=31185&pathrev=31185&diff_format=u CHG ext/socket/getaddrinfo.c 27440->31185 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/socket/getaddrinfo.c?p1=trunk/ext/socket/getaddrinfo.c&r1=31181&r2=31185&pathrev=31185&diff_format=u COMMIT Splat produces the object in array when object's to_a returns nil (JRUBY-5632) http://github.com/rubyspec/rubyspec/commit/010cd5f92591db30448f724a92d9d0245a0f4470 =================================================================== +++ 20110326T183303Z @@ 38401 @@ - assigns an empty array when the splatted object is an empty array - assigns the splatted object contained into an array when the splatted object doesn't respond to to_a - assigns the returned value of to_a when the splatted object responds to to_a +- assigns the object in a new array when it responds to to_a but to_a returns nil - assigns an array with nil object if the content of the splatted array is nil - assings an array with an empty array when the splatted array contains an empty array - assigns an empty array when the content of the splatted array is an empty splatted array @@ 48995 @@ ) File::Stat#inspect produces a nicely formatted description of a File::Stat object FAILED +Expected "#" +to equal "#" /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/core/file/stat/inspect_spec.rb:17:in `block (2 levels) in ' /var/lib/chkbuild/tmp/build/ruby-trunk-o3//rubyspec/core/file/stat/inspect_spec.rb:3:in `' @@ 49074 @@ Finished in seconds +3331 files, 17274 examples, expectations, 19 failures, 0 errors exit 1 failed(rubyspec) == dist #