Artifact 6babdf726be87af57a0892cabb0a564f4ba27a76a48c015da4c21d266cfc1ce8:
- File
src/OFMutableString.m
-
2023-04-10 19:22:32
— part of check-in
[6ce0093f8d]
on branch trunk
— Remove OFSerialization
While the idea sounds nice that the tag name is the class, this means the
serialization includes whether something is mutable or immutable. This means
doing as much as making something immutable changes the serialization, which
can then cause issues after being deserialized. (user: js, size: 12993) [annotate] [blame] [check-ins using] - 2023-07-15 20:57:41 — part of check-in [860b0bf1e9] on branch amiga-library — Merge trunk into branch "amiga-library" (user: js, size: 12993) [annotate] [blame] [check-ins using]
- 2023-07-20 20:02:59 — part of check-in [124fe8b500] on branch 1.0 — Merge trunk into 1.0 branch (user: js, size: 12993) [annotate] [blame] [check-ins using]
-
2023-04-10 19:22:32
— part of check-in
[6ce0093f8d]
on branch trunk
— Remove OFSerialization