Skip to content
  • NARUSE, Yui's avatar
    be2101a6
    merge revision(s) 44412,44413,44414,44420,44421: [Backport #9298] · be2101a6
    NARUSE, Yui authored
    	test_method.rb, test_proc.rb: suppress warnings
    
    	* test/ruby/test_method.rb: suppress warnings in verbose mode.
    
    	* test/ruby/test_proc.rb: ditto.
    	* proc.c (rb_iseq_min_max_arity): maximum argument is unlimited if
    	  having rest keywords argument.  [ruby-core:53298] [Bug #8072]
    
    	* iseq.c (rb_iseq_parameters): push argument type symbol only for
    	  unnamed rest keywords argument.
    
    	* compile.c (iseq_set_arguments): set arg_keyword_check from
    	  nd_cflag, which is set by parser.  internal ID is used for
    	  unnamed keyword rest argument, which should be separated from no
    	  keyword check.
    
    	* iseq.c (rb_iseq_parameters): if no keyword check, keyword rest is
    	  present.
    
    	* parse.y (new_args_tail_gen): set keywords check to nd_cflag, which
    	  equals to that keyword rest is not present.
    
    
    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@45138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    be2101a6
    merge revision(s) 44412,44413,44414,44420,44421: [Backport #9298]
    NARUSE, Yui authored
    	test_method.rb, test_proc.rb: suppress warnings
    
    	* test/ruby/test_method.rb: suppress warnings in verbose mode.
    
    	* test/ruby/test_proc.rb: ditto.
    	* proc.c (rb_iseq_min_max_arity): maximum argument is unlimited if
    	  having rest keywords argument.  [ruby-core:53298] [Bug #8072]
    
    	* iseq.c (rb_iseq_parameters): push argument type symbol only for
    	  unnamed rest keywords argument.
    
    	* compile.c (iseq_set_arguments): set arg_keyword_check from
    	  nd_cflag, which is set by parser.  internal ID is used for
    	  unnamed keyword rest argument, which should be separated from no
    	  keyword check.
    
    	* iseq.c (rb_iseq_parameters): if no keyword check, keyword rest is
    	  present.
    
    	* parse.y (new_args_tail_gen): set keywords check to nd_cflag, which
    	  equals to that keyword rest is not present.
    
    
    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@45138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Loading