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

ruby-changes:24234

From: naruse <ko1@a...>
Date: Tue, 3 Jul 2012 19:17:35 +0900 (JST)
Subject: [ruby-changes:24234] naruse:r36285 (ruby_1_9_3): merge revision(s) 36258:

naruse	2012-07-03 19:17:20 +0900 (Tue, 03 Jul 2012)

  New Revision: 36285

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36285

  Log:
    merge revision(s) 36258:
    
    * KNOWNBUGS.rb: Bug #2330 was fixed in r26718.
      [ruby-dev:40234] [ruby-core:27959]

  Modified files:
    branches/ruby_1_9_3/KNOWNBUGS.rb
    branches/ruby_1_9_3/version.h

Index: ruby_1_9_3/KNOWNBUGS.rb
===================================================================
--- ruby_1_9_3/KNOWNBUGS.rb	(revision 36284)
+++ ruby_1_9_3/KNOWNBUGS.rb	(revision 36285)
@@ -3,14 +3,3 @@
 # So all tests will cause failure.
 #
 
-assert_normal_exit %q{
-  open("tst-remove-load.rb", "w") {|f|
-    f << <<-'End'
-      module Kernel
-        remove_method :load
-      end
-      raise
-    End
-  }
-  load "tst-remove-load.rb"
-}, '[ruby-dev:40234] [ruby-core:27959]', :timeout => 1
Index: ruby_1_9_3/version.h
===================================================================
--- ruby_1_9_3/version.h	(revision 36284)
+++ ruby_1_9_3/version.h	(revision 36285)
@@ -1,5 +1,5 @@
 #define RUBY_VERSION "1.9.3"
-#define RUBY_PATCHLEVEL 245
+#define RUBY_PATCHLEVEL 246
 
 #define RUBY_RELEASE_DATE "2012-07-03"
 #define RUBY_RELEASE_YEAR 2012

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

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