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
if we pack an improper list [foo | bar] unpack it and then pack it again we end up with {[foo], bar} which is not how it should be. Even if we aren't there yet with unicode, binary vs strings/lists we should always strive for a consistent roundtrip.
This is most likley what's breaking pyrlang communication with otp24 Pyrlang/Pyrlang#80
The text was updated successfully, but these errors were encountered:
a roundtrip of an improper list doesn't work.
if we pack an improper list
[foo | bar]
unpack it and then pack it again we end up with{[foo], bar}
which is not how it should be. Even if we aren't there yet with unicode, binary vs strings/lists we should always strive for a consistent roundtrip.This is most likley what's breaking pyrlang communication with otp24 Pyrlang/Pyrlang#80
The text was updated successfully, but these errors were encountered: