mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
0834a9a142
commit
b802debd97
|
@ -549,7 +549,6 @@ run what = do
|
||||||
ListVal [SymbolVal "builtin:update-indexes"] -> do
|
ListVal [SymbolVal "builtin:update-indexes"] -> do
|
||||||
updateIndexes
|
updateIndexes
|
||||||
|
|
||||||
|
|
||||||
ListVal [SymbolVal "builtin:select-fixme-hash", FixmeHashLike x] -> do
|
ListVal [SymbolVal "builtin:select-fixme-hash", FixmeHashLike x] -> do
|
||||||
w <- selectFixmeHash x
|
w <- selectFixmeHash x
|
||||||
liftIO $ print $ pretty w
|
liftIO $ print $ pretty w
|
||||||
|
|
|
@ -529,7 +529,6 @@ deleteFixme hash = withState do
|
||||||
on conflict(id,ts) do nothing
|
on conflict(id,ts) do nothing
|
||||||
|] (Only hash)
|
|] (Only hash)
|
||||||
|
|
||||||
|
|
||||||
updateFixme :: (FixmePerks m,MonadReader FixmeEnv m)
|
updateFixme :: (FixmePerks m,MonadReader FixmeEnv m)
|
||||||
=> Maybe FixmeTimestamp
|
=> Maybe FixmeTimestamp
|
||||||
-> Text
|
-> Text
|
||||||
|
|
|
@ -338,8 +338,6 @@ compactStorageCommit sto = liftIO do
|
||||||
|
|
||||||
offLast <- hTell ha <&> fromIntegral
|
offLast <- hTell ha <&> fromIntegral
|
||||||
|
|
||||||
sz <- hFileSize ha
|
|
||||||
|
|
||||||
remapFile
|
remapFile
|
||||||
|
|
||||||
atomically do
|
atomically do
|
||||||
|
|
Loading…
Reference in New Issue