mirror of https://github.com/voidlizard/hbs2
wip, log merging, debug-12
This commit is contained in:
parent
5b601c5daf
commit
65a63db50f
|
@ -442,8 +442,8 @@ logMergeProcess _ q = do
|
|||
|
||||
current <- lift $ readLog sto (HashRef h) <&> HashSet.fromList
|
||||
|
||||
trans <- filter (not . flip HashSet.member current) . mconcat <$> mapM (lift . readLog sto) logs
|
||||
-- trans <- mconcat <$> mapM (lift . readLog sto) logs
|
||||
-- trans <- filter (not . flip HashSet.member current) . mconcat <$> mapM (lift . readLog sto) logs
|
||||
trans <- mconcat <$> mapM (lift . readLog sto) logs
|
||||
|
||||
guard (not $ List.null trans)
|
||||
|
||||
|
|
Loading…
Reference in New Issue