ruby-changes:17901
From: yugui <ko1@a...>
Date: Wed, 24 Nov 2010 18:37:58 +0900 (JST)
Subject: [ruby-changes:17901] Ruby:r29917 (ruby_1_9_2): merges r29313 from trunk into ruby_1_9_2.
yugui 2010-11-24 18:37:43 +0900 (Wed, 24 Nov 2010) New Revision: 29917 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29917 Log: merges r29313 from trunk into ruby_1_9_2. -- bootstraptest/test_method.rb: add a test for [ruby-core:30534]. Modified files: branches/ruby_1_9_2/ChangeLog branches/ruby_1_9_2/bootstraptest/test_method.rb branches/ruby_1_9_2/version.h Index: ruby_1_9_2/ChangeLog =================================================================== --- ruby_1_9_2/ChangeLog (revision 29916) +++ ruby_1_9_2/ChangeLog (revision 29917) @@ -1,3 +1,7 @@ +Wed Sep 22 01:49:52 2010 Koichi Sasada <ko1@a...> + + * bootstraptest/test_method.rb: add a test for [ruby-core:30534]. + Mon Sep 20 23:23:05 2010 Nobuyoshi Nakada <nobu@r...> * dir.c (bracket): get rid of scanning at the end of the pattern Index: ruby_1_9_2/bootstraptest/test_method.rb =================================================================== --- ruby_1_9_2/bootstraptest/test_method.rb (revision 29916) +++ ruby_1_9_2/bootstraptest/test_method.rb (revision 29917) @@ -1175,3 +1175,8 @@ 'ok' end } +assert_equal 'ok', %q{ + p [0][0, &proc{}] += 21 + 'ok' +}, '[ruby-core:30534]' + Index: ruby_1_9_2/version.h =================================================================== --- ruby_1_9_2/version.h (revision 29916) +++ ruby_1_9_2/version.h (revision 29917) @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.2" -#define RUBY_PATCHLEVEL 49 +#define RUBY_PATCHLEVEL 50 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/