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
Hi, when encoding a byte-array, the internal call to writeBinary encodes it as base64.
However, the parse-string returns it as the encoded base64 string.
Maybe, this only needs to be documented, I am not sure.
The relevant test, uses threading-last instead of threading-first macro, hence the issue is not detected ( inside test-round-trip-binary ):
Hi, when encoding a byte-array, the internal call to writeBinary encodes it as base64.
However, the parse-string returns it as the encoded base64 string.
Maybe, this only needs to be documented, I am not sure.
The relevant test, uses threading-last instead of threading-first macro, hence the issue is not detected ( inside test-round-trip-binary ):
(= (->> bin-obj (get "byte-array") seq) (->> roundtripped (get "byte-array") seq)
The text was updated successfully, but these errors were encountered: