Open
Description
Hello guys! Trying out truffleruby I encountered all the errors related to #1975.
For example from #2445 gives on my system:
ruby -ve "require 'bigdecimal'; p BigDecimal::VERSION; puts (BigDecimal('10.4') * 2).to_f"
truffleruby 23.1.0-dev-7e07d2bc, like ruby 3.1.3, GraalVM CE Native [x86_64-linux]
"3.1.4"
0.0
Is it a regression, or maybe I do something wrong? Tried different versions of truffle and bigdecimal...