|
Notes:
prior this release, Rjb ignores matching bignum and long. That's means one can't call method(long) with bignum.
At this release, Rjb accepts Bignum value for long type.
Changes:
*test/test.rb
add bignum argument test
*ext/rjb.c
accept bignum argument for 'J'
this bug(or at least mis spec.) was pointed by janroesner. Thanks janroesner !
|