aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/optional/capi/ext/util_spec.c
Commit message (Collapse)AuthorAgeFilesLines
* Update to ruby/spec@28a728bBenoit Daloze2019-10-261-3/+4
|
* Fix or suppress keyword argument separation warnings in util_specJeremy Evans2019-09-291-1/+8
| | | | | | | | | | | 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.
* Fix shorten-64-to-32 warningNobuyoshi Nakada2019-05-291-1/+1
|
* Update to ruby/spec@9a501a8Benoit Daloze2019-05-281-0/+25
|
* Update to ruby/spec@35a9fbaeregon2019-01-201-25/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move spec/rubyspec to spec/ruby for consistencyeregon2017-09-201-0/+95
* 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