Closed lorosanu closed 7 years ago
rb_get_kwargs() exists since Ruby 2.1.0, but it is public since Ruby 2.2.0. Hmm...
https://github.com/ruby-numo/narray/commit/8235aab55a170de88047a33cc16c34485bbfb79c This commit solves the problem.
That works, thanks a lot! Will there be a new release soon?
thank you for your quick reply and fix!
Is ruby 2.1 still supported?
Crash on ruby 2.1 with numo-narray version >= 0.9.0.5
Using docker with ruby 2.1
Simple code example
Crashes with the following message
Works fine on ruby 2.1 with numo-narray version=0.9.0.4
Using docker with ruby 2.1
Same code example
Works fine on ruby 2.3 with latest numo-narray version
Using docker with ruby 2.3
Same code example