Skip to content
  • U.Nakamura's avatar
    bbe36f64
    merge revision(s) 41342,41359,41361: [Backport #8341] · bbe36f64
    U.Nakamura authored
    	test/ruby/test_proc.rb: tests for [Bug #8341]
    	* include/ruby/intern.h, proc.c (rb_method_call_with_block):
    	  new function to invoke a Method object with a block passed
    	  as an argument.
    
    	* proc.c (bmcall): use the above function to avoid a block sharing.
    	  [ruby-core:54626] [Bug #8341]
    
    	* test/ruby/test_proc.rb (TestProc#test_block_persist_between_calls):
    	  run related tests.
    
    	* test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):
    	  run test for r41359.
    
    
    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@41650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    bbe36f64
    merge revision(s) 41342,41359,41361: [Backport #8341]
    U.Nakamura authored
    	test/ruby/test_proc.rb: tests for [Bug #8341]
    	* include/ruby/intern.h, proc.c (rb_method_call_with_block):
    	  new function to invoke a Method object with a block passed
    	  as an argument.
    
    	* proc.c (bmcall): use the above function to avoid a block sharing.
    	  [ruby-core:54626] [Bug #8341]
    
    	* test/ruby/test_proc.rb (TestProc#test_block_persist_between_calls):
    	  run related tests.
    
    	* test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):
    	  run test for r41359.
    
    
    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@41650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Loading