mirror of
https://github.com/claunia/plist-cil.git
synced 2026-02-04 05:34:41 +00:00
[PR #47] Consider booleans to be serialization 'primitives' as well #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/claunia/plist-cil/pull/47
State: closed
Merged: Yes
When roundtripping (deserializing and then serializing) binary property lists, we found the following values which are "recycled":
trueandfalseNSURL,NSArrayandNSUUID(class names)This fixes a regression introduced by #44, although I think there must be a better/more 'fundamental' way of solving this problem altogether.
But binary compatibility is very important to us, so it would be great if you can accept this PR.