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
So, Node.Size() means different things in different places (ipfs/go-ipld-format#12). However, returning arbitrary constants (13, 42, etc...) as we're doing here is, unambiguously, wrong...
I know this is currently "not implemented" but this fact should probably be recorded in an issue so we can make sure to fix this when we actually decide on the semantics of Node.Size().
The text was updated successfully, but these errors were encountered:
So,
Node.Size()
means different things in different places (ipfs/go-ipld-format#12). However, returning arbitrary constants (13, 42, etc...) as we're doing here is, unambiguously, wrong...I know this is currently "not implemented" but this fact should probably be recorded in an issue so we can make sure to fix this when we actually decide on the semantics of
Node.Size()
.The text was updated successfully, but these errors were encountered: