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
{{ message }}
This repository was archived by the owner on May 27, 2022. It is now read-only.
Use a string index count instead of hash size as string ids.
The string serailizers (object name and string) assigned strings ids
based on the duplicate strings hash size. Because compact_strings only
applies to strings and not objects the string index could go out of
sync. During deserialization object name id:s incorrectly back reference
to normal strings, causing creation of "incomplete classes" etc.
0 commit comments