diff options
-rw-r--r-- | app/Main.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/Main.hs b/app/Main.hs index 82c0526..bf8db29 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -201,8 +201,6 @@ main = do -- @topic formatting "mdcat --columns 80 --local" ) - -- COMMENT This regresses in that issue tags are not shown at the end of the issue. I would be fine resolving this through a tracking issue. - -- RESOLVED Fixed this by not stripping the tags from the description in the first place putDoc :: P.Doc P.AnsiStyle -> IO () putDoc doc = do @@ -295,7 +293,6 @@ sh_ proc = do if exitCode == P.ExitSuccess then pure () else throwIO $ ProcessException (show proc) exitCode err --- APPROVE fixTreeGrepper :: G.Result -> G.Result fixTreeGrepper treeGrepperResult = |