Actions
Bug #14425
closedrb_funcall too strict on extra args
Bug #14425:
rb_funcall too strict on extra args
Description
Ruby 2.5 instroduces extra checking for rb_funcall checking,
but apparently it is too strict for some compilers and extra
args should not cause fatal problems (only warnings).
Jeremy first reported this to me in:
https://bogomips.org/kgio-public/20171215053434.GT7579@jeremyevans.local/
but there's apparently hundreds of instances on RubyGems.org alone.
Attached are over 500 gem-codesearch results of latest gems.
/me goes to setup a sid chroot again...
Files
Actions