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
There were 3 assert that assured that read and write data are of
non-zero size. Actually there were no harm in it. More important
is that in mpp code writing and reading of zero-size strings must
be a valid case.
So just remove asserts and add a test of ecoding/descoding of an
empty string.
0 commit comments