git-annex/Backend
Joey Hess 96aba8eff7
Revert "cache the serialization of a Key"
This reverts commit 4536c93bb2.

That broke Read/Show of a Key, and unfortunately Key is read in at least
one place; the GitAnnexDistribution data type.

It would be worth bringing this optimisation back, but it would need
either a custom Read/Show instance that preserves back-compat, or
wrapping Key in a data type that contains the serialization, or changing
how GitAnnexDistribution is serialized.

Also, the Eq instance would need to compare keys with and without a
cached seralization the same.
2019-01-16 16:21:59 -04:00
..
Hash.hs Revert "cache the serialization of a Key" 2019-01-16 16:21:59 -04:00
URL.hs add KeyVariety type 2017-02-24 15:16:56 -04:00
Utilities.hs make everything build again after ByteString Key changes 2019-01-11 16:39:46 -04:00
WORM.hs make everything build again after ByteString Key changes 2019-01-11 16:39:46 -04:00