mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
f87146f831
commit
48bf25f8a6
|
|
@ -377,10 +377,11 @@ runTop forms = do
|
||||||
|
|
||||||
withState $ transactional do
|
withState $ transactional do
|
||||||
for_ fxs $ \fme -> do
|
for_ fxs $ \fme -> do
|
||||||
notice $ "fixme" <+> pretty (fixmeKey fme)
|
|
||||||
insertFixme fme
|
|
||||||
-- TODO: remove-code-duplucation
|
|
||||||
let fn = HM.lookup "file" (fixmeAttr fme) <&> Text.unpack . coerce
|
let fn = HM.lookup "file" (fixmeAttr fme) <&> Text.unpack . coerce
|
||||||
|
fmeRich <- lift $ maybe1 fn (pure mempty) (flip getMetaDataFromGitBlame fme)
|
||||||
|
notice $ "fixme" <+> pretty (fixmeKey fme)
|
||||||
|
insertFixme (fmeRich <> fme)
|
||||||
|
-- TODO: remove-code-duplucation
|
||||||
for_ fn insertScanned
|
for_ fn insertScanned
|
||||||
|
|
||||||
entry $ bindMatch "fixme:scan:list" $ nil_ $ const do
|
entry $ bindMatch "fixme:scan:list" $ nil_ $ const do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue