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
Currently we try to bruteforce serialize and deserialize derivation for any children type. This is problematic with generics inside the data type, so we can move to an implementation more similar to Eq where it requires that eq is implemented (derive or not) at every type.
cc @Thunkar
The text was updated successfully, but these errors were encountered:
sirasistant
changed the title
Serialize and deserialize derivation mandates child types to implement serialize/deserialize
Serialize and deserialize derivation should mandate child types to implement serialize/deserialize
Jan 8, 2025
Currently we try to bruteforce serialize and deserialize derivation for any children type. This is problematic with generics inside the data type, so we can move to an implementation more similar to Eq where it requires that eq is implemented (derive or not) at every type.
cc @Thunkar
The text was updated successfully, but these errors were encountered: