Exception raised in ecdsa
gem, not on jruby-head
nor ruby-head
#3653
Labels
ecdsa
gem, not on jruby-head
nor ruby-head
#3653
I noticed a discrepancy in behavior between
ruby-head
andjruby-head
on the one hand, andtruffleruby-head
on the other, via Github Actions.Here is the GHA that fails only on
truffleruby-head
: https://github.com/rickhull/nostrb/actions/runs/10637157995/job/29490471421 The outermost test that fails israke test
, which succeeds entirely onruby-head
andjruby-head
.relevant stack trace:
The failure is in the ecdsa gem, here: https://github.com/DavidEGrayson/ruby_ecdsa/blob/master/lib/ecdsa/prime_field.rb#L62
The text was updated successfully, but these errors were encountered: