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
Fix serialization of kinds with multibyte chars (#501)
This patch fixes serialization of `Kind`s to use `sizeof` (number of
bytes) instead of `length` (number of characters) when computing number
of bytes in the stringified `Kind`.
0 commit comments