summaryrefslogtreecommitdiff
path: root/spec/ruby/optional/capi/ext/util_spec.c
AgeCommit message (Collapse)Author
2024-02-12Update to ruby/spec@ce834adBenoit Daloze
2022-08-29Update to ruby/spec@d01709fBenoit Daloze
2020-05-31Update to ruby/spec@4e486faBenoit Daloze
2020-02-28Update to ruby/spec@41bf282Benoit Daloze
2019-10-26Update to ruby/spec@28a728bBenoit Daloze
2019-09-29Fix or suppress keyword argument separation warnings in util_specJeremy Evans
Some warnings are because the @o.rb_scan_args call doesn't include keyword arguments, but the first argument is passed to rb_scan_args may have a last hash treated as keywords. Those should be handled using rb_scan_args_kw on Ruby 2.7. Other warnings are for the deprecated rb_scan_args behavior to split option hashes or treat a nil argument as an option hash. Those warnings should just be suppressed. Notes: Merged: https://github.com/ruby/ruby/pull/2504
2019-05-29Fix shorten-64-to-32 warningNobuyoshi Nakada
2019-05-28Update to ruby/spec@9a501a8Benoit Daloze
2019-01-20Update to ruby/spec@35a9fbaeregon
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e