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
Current master should not be released until this is fixed.
The specific issue is that BSATN.Codegen generates incorrect Equals implementations for types containing lists. This did not matter until a75a552, since before that PR whole-row .Equals was not used; rows were instead compared by the equality on their serialization to byte arrays. This needs to be fixed in SpacetimeDB with a change to BSATN.Codegen, followed by a PR here to update the DLLs.
The text was updated successfully, but these errors were encountered:
Current master should not be released until this is fixed.
The specific issue is that BSATN.Codegen generates incorrect
Equals
implementations for types containing lists. This did not matter until a75a552, since before that PR whole-row.Equals
was not used; rows were instead compared by the equality on their serialization to byte arrays. This needs to be fixed inSpacetimeDB
with a change to BSATN.Codegen, followed by a PR here to update the DLLs.The text was updated successfully, but these errors were encountered: