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 main problem here, is that compose will assume that the object decoder will preserve the provided object as is. But the object decoder should probably filter out the "unwanted" attributes.
Changing the behavior of object and dropping compose should be performed in the same PR.
The text was updated successfully, but these errors were encountered:
The only use case (so far) for the
compose
decoder is two merged object decoders. It leads to this kind of code:The main problem here, is that
compose
will assume that theobject
decoder will preserve the provided object as is. But theobject
decoder should probably filter out the "unwanted" attributes.Changing the behavior of
object
and droppingcompose
should be performed in the same PR.The text was updated successfully, but these errors were encountered: