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
|
||||
updateIndexes
|
||||
|
||||
|
||||
ListVal [SymbolVal "builtin:select-fixme-hash", FixmeHashLike x] -> do
|
||||
w <- selectFixmeHash x
|
||||
liftIO $ print $ pretty w
|
||||
|
|
|
@ -529,7 +529,6 @@ deleteFixme hash = withState do
|
|||
on conflict(id,ts) do nothing
|
||||
|] (Only hash)
|
||||
|
||||
|
||||
updateFixme :: (FixmePerks m,MonadReader FixmeEnv m)
|
||||
=> Maybe FixmeTimestamp
|
||||
-> Text
|
||||
|
|
|
@ -338,8 +338,6 @@ compactStorageCommit sto = liftIO do
|
|||
|
||||
offLast <- hTell ha <&> fromIntegral
|
||||
|
||||
sz <- hFileSize ha
|
||||
|
||||
remapFile
|
||||
|
||||
atomically do
|
||||
|
|
Loading…
Reference in New Issue