ruby-changes:54011
From: normal <ko1@a...>
Date: Thu, 6 Dec 2018 04:01:33 +0900 (JST)
Subject: [ruby-changes:54011] normal:r66231 (trunk): Revert "fix typoe of r66200"
normal 2018-12-06 04:01:29 +0900 (Thu, 06 Dec 2018) New Revision: 66231 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66231 Log: Revert "fix typoe of r66200" This reverts r66229 (commit e941daa6dd114b52356a63d3c3db5684e6c66717) Many CI failures on this: http://ci.rvm.jp/results/trunk-jemalloc@silicon-docker/1497858 Modified files: trunk/internal.h Index: internal.h =================================================================== --- internal.h (revision 66230) +++ internal.h (revision 66231) @@ -1296,7 +1296,7 @@ VALUE rb_to_array_type(VALUE obj); https://github.com/ruby/ruby/blob/trunk/internal.h#L1296 VALUE rb_check_to_array(VALUE ary); VALUE rb_ary_tmp_new_from_values(VALUE, long, const VALUE *); VALUE rb_ary_behead(VALUE, long); -void rb_ary_ptr_use_start(VALUE a); +void rb_ary_detransient(VALUE a); #if defined(__GNUC__) && defined(HAVE_VA_ARGS_MACRO) #define rb_ary_new_from_args(n, ...) \ __extension__ ({ \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/