You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The marshaled output and parsing logic for BigDecimal doesn't deal with precision in JRuby+Truffle. While the format is internally consistent, it doesn't work with other implementations. This is problematic when dealing with persistent serialized objects, where interop could become an issue.
The text was updated successfully, but these errors were encountered:
The marshal output still isn't exactly the same as the other implementations, but it seems to be compatible. We should aim to make all marshal output bit identical to MRI.
The marshaled output and parsing logic for
BigDecimal
doesn't deal with precision in JRuby+Truffle. While the format is internally consistent, it doesn't work with other implementations. This is problematic when dealing with persistent serialized objects, where interop could become an issue.The text was updated successfully, but these errors were encountered: