Skip to content
  • nagachika's avatar
    3041c43d
    merge revision(s) 42869: [Backport #8872] · 3041c43d
    nagachika authored
    	* vm_eval.c (vm_call0): fix prototype, the id parameter should be of
    	  type ID, not VALUE
    
    	* vm_insnhelper.c (check_match): the rb_funcall family of functions
    	  does not care about refinements. We need to use
    	  rb_method_entry_with_refinements instead to call === with
    	  refinements. Thanks to Jon Conley for reporting this bug.
    	  [ruby-core:57051] [Bug #8872]
    
    	* test/ruby/test_refinement.rb: add test
    
    
    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    3041c43d
    merge revision(s) 42869: [Backport #8872]
    nagachika authored
    	* vm_eval.c (vm_call0): fix prototype, the id parameter should be of
    	  type ID, not VALUE
    
    	* vm_insnhelper.c (check_match): the rb_funcall family of functions
    	  does not care about refinements. We need to use
    	  rb_method_entry_with_refinements instead to call === with
    	  refinements. Thanks to Jon Conley for reporting this bug.
    	  [ruby-core:57051] [Bug #8872]
    
    	* test/ruby/test_refinement.rb: add test
    
    
    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Loading