add a UUIDDesc type containing a ByteString
Groundwork for handling uuid.log using ByteString
This commit is contained in:
parent
b781fbcccf
commit
894716512d
21 changed files with 94 additions and 74 deletions
|
@ -41,7 +41,7 @@ setDifferences = do
|
|||
warning "Cannot change tunable parameters in already initialized repository."
|
||||
return oldds
|
||||
, if otherds == mempty
|
||||
then ifM (any (/= u) . M.keys <$> uuidMap)
|
||||
then ifM (any (/= u) . M.keys <$> uuidDescMap)
|
||||
( do
|
||||
warning "Cannot change tunable parameters in a clone of an existing repository."
|
||||
return mempty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue