mirror of https://github.com/voidlizard/hbs2
wip, log merging, debug-6
This commit is contained in:
parent
d77cf610d2
commit
e7fef02486
|
@ -494,6 +494,8 @@ logMergeProcess _ q = do
|
|||
let permitted = HashMap.fromListWith merge1 (mconcat (catMaybes r))
|
||||
& HashMap.toList
|
||||
|
||||
debug $ "PERMITTED" <+> pretty permitted
|
||||
|
||||
new <- S.toList_ do
|
||||
forM_ permitted $ \(prop, (qx, accs)) -> do
|
||||
when (length accs >= qx) do
|
||||
|
|
Loading…
Reference in New Issue