Commits


Michael Haney authored and GitHub committed 1be5de48995
Provide an arbitrary data persistence mechanism on storage instances (#5637) * Provide a library data mechanism on storage instances This could allow most singletons to no longer need NSCoding, they just store the individual fields they need with an appropriately unique key * Additional tests And no more implicit removal * Implement read error capture * Make test file data keys more unique Also, there _should_ be an error reading from a non-existent file.