[前][次][番号順一覧][スレッド一覧]

ruby-changes:43562

From: nagachika <ko1@a...>
Date: Mon, 11 Jul 2016 23:22:12 +0900 (JST)
Subject: [ruby-changes:43562] nagachika:r55635 (ruby_2_3): merge revision(s) 55602: [Backport #12560]

nagachika	2016-07-11 23:22:08 +0900 (Mon, 11 Jul 2016)

  New Revision: 55635

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55635

  Log:
    merge revision(s) 55602: [Backport #12560]
    
    require "rbconfig/sizeof"
    
    They may fail parallel test-all

  Modified directories:
    branches/ruby_2_3/
  Modified files:
    branches/ruby_2_3/test/-ext-/string/test_modify_expand.rb
    branches/ruby_2_3/test/stringio/test_stringio.rb
    branches/ruby_2_3/version.h
Index: ruby_2_3/test/-ext-/string/test_modify_expand.rb
===================================================================
--- ruby_2_3/test/-ext-/string/test_modify_expand.rb	(revision 55634)
+++ ruby_2_3/test/-ext-/string/test_modify_expand.rb	(revision 55635)
@@ -1,6 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/test/-ext-/string/test_modify_expand.rb#L1
 # frozen_string_literal: false
 require 'test/unit'
 require "-test-/string"
+require "rbconfig/sizeof"
 
 class Test_StringModifyExpand < Test::Unit::TestCase
   def test_modify_expand_memory_leak
Index: ruby_2_3/test/stringio/test_stringio.rb
===================================================================
--- ruby_2_3/test/stringio/test_stringio.rb	(revision 55634)
+++ ruby_2_3/test/stringio/test_stringio.rb	(revision 55635)
@@ -1,6 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/test/stringio/test_stringio.rb#L1
 # frozen_string_literal: false
 require 'test/unit'
 require 'stringio'
+require "rbconfig/sizeof"
 require_relative '../ruby/ut_eof'
 
 class TestStringIO < Test::Unit::TestCase
Index: ruby_2_3/version.h
===================================================================
--- ruby_2_3/version.h	(revision 55634)
+++ ruby_2_3/version.h	(revision 55635)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_3/version.h#L1
 #define RUBY_VERSION "2.3.2"
 #define RUBY_RELEASE_DATE "2016-07-11"
-#define RUBY_PATCHLEVEL 138
+#define RUBY_PATCHLEVEL 139
 
 #define RUBY_RELEASE_YEAR 2016
 #define RUBY_RELEASE_MONTH 7

Property changes on: ruby_2_3
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r55602


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]