Add structured error messages for GHC.Rename.Module
Tracking ticket: #20115 MR: !10361 This converts uses of `mkTcRnUnknownMessage` to newly added constructors of `TcRnMessage`. Only addresses the single warning missing from the previous MR.
Showing
- compiler/GHC/Driver/Flags.hs 1 addition, 0 deletionscompiler/GHC/Driver/Flags.hs
- compiler/GHC/Rename/Module.hs 15 additions, 62 deletionscompiler/GHC/Rename/Module.hs
- compiler/GHC/Tc/Errors/Ppr.hs 85 additions, 0 deletionscompiler/GHC/Tc/Errors/Ppr.hs
- compiler/GHC/Tc/Errors/Types.hs 47 additions, 0 deletionscompiler/GHC/Tc/Errors/Types.hs
- compiler/GHC/Types/Error/Codes.hs 3 additions, 0 deletionscompiler/GHC/Types/Error/Codes.hs
- compiler/GHC/Types/Hint.hs 15 additions, 0 deletionscompiler/GHC/Types/Hint.hs
- compiler/GHC/Types/Hint/Ppr.hs 15 additions, 0 deletionscompiler/GHC/Types/Hint/Ppr.hs
- docs/users_guide/using-warnings.rst 7 additions, 3 deletionsdocs/users_guide/using-warnings.rst
- testsuite/tests/mdo/should_compile/mdo002.hs 1 addition, 2 deletionstestsuite/tests/mdo/should_compile/mdo002.hs
- testsuite/tests/polykinds/MonoidsFD.hs 3 additions, 4 deletionstestsuite/tests/polykinds/MonoidsFD.hs
- testsuite/tests/polykinds/MonoidsTF.hs 1 addition, 2 deletionstestsuite/tests/polykinds/MonoidsTF.hs
- testsuite/tests/profiling/should_run/T3001-2.hs 8 additions, 11 deletionstestsuite/tests/profiling/should_run/T3001-2.hs
- testsuite/tests/profiling/should_run/ioprof.hs 2 additions, 2 deletionstestsuite/tests/profiling/should_run/ioprof.hs
- testsuite/tests/rebindable/rebindable2.hs 4 additions, 5 deletionstestsuite/tests/rebindable/rebindable2.hs
- testsuite/tests/rebindable/rebindable2.stdout 6 additions, 6 deletionstestsuite/tests/rebindable/rebindable2.stdout
- testsuite/tests/simplCore/T9646/StrictPrim.hs 4 additions, 6 deletionstestsuite/tests/simplCore/T9646/StrictPrim.hs
- testsuite/tests/simplCore/should_run/T17744A.hs 1 addition, 2 deletionstestsuite/tests/simplCore/should_run/T17744A.hs
- testsuite/tests/simplCore/should_run/T3591.hs 6 additions, 8 deletionstestsuite/tests/simplCore/should_run/T3591.hs
- testsuite/tests/typecheck/should_run/T1735_Help/State.hs 1 addition, 2 deletionstestsuite/tests/typecheck/should_run/T1735_Help/State.hs
- testsuite/tests/typecheck/should_run/T4809_IdentityT.hs 1 addition, 2 deletionstestsuite/tests/typecheck/should_run/T4809_IdentityT.hs
Loading
Please register or sign in to comment