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
When marshalling and unmarshalling instances of Data classes in truffleruby 24.2.0-dev-49a44754, the attribute values are lost and become nil, though the object structure is preserved:
When marshalling and unmarshalling instances of Data classes in truffleruby 24.2.0-dev-49a44754, the attribute values are lost and become nil, though the object structure is preserved:
Expected behavior: The loaded object should preserve the original instance attribute values.
TruffleRuby's test suite explicitly excludes this test with the message:
Is this the intended behavior for marshalling Data objects?
The text was updated successfully, but these errors were encountered: