This commit is contained in:
Dmitry Zuikov 2024-06-03 07:20:48 +03:00
parent 0834a9a142
commit b802debd97
3 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -338,8 +338,6 @@ compactStorageCommit sto = liftIO do
offLast <- hTell ha <&> fromIntegral
sz <- hFileSize ha
remapFile
atomically do