[Git][ghc/ghc][wip/andreask/note-lint] Apply 1 suggestion(s) to 1 file(s)

Andreas Klebinger (@AndreasK) gitlab at gitlab.haskell.org
Tue May 28 11:07:09 UTC 2024



Andreas Klebinger pushed to branch wip/andreask/note-lint at Glasgow Haskell Compiler / GHC


Commits:
6e9ee314 by Sylvain Henry at 2024-05-28T11:07:07+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -


1 changed file:

- linters/lint-notes/Main.hs


Changes:

=====================================
linters/lint-notes/Main.hs
=====================================
@@ -38,7 +38,7 @@ main = do
         parseMode "defs"         = Just $ printNoteDefs . allNoteDefs
         parseMode "refs"         = Just $ printNoteRefs . allNoteRefs
         parseMode "broken-refs"  = Just $ \notedb -> do
-          putStrLn "Listing broken refs:"
+          putStrLn "Broken note references (target note not found!):"
           printNoteRefs . map fst . brokenNoteRefs $ notedb
         parseMode "broken-refs-suggest" = Just $ mapM_ printNoteRefsSugg . brokenNoteRefs
         parseMode _              = Nothing



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6e9ee3145c4bafb80526d913a3d0ebff8187c070

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6e9ee3145c4bafb80526d913a3d0ebff8187c070
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240528/03a55149/attachment.html>


More information about the ghc-commits mailing list