Migrate errors in GHC.Rename.Splice GHC.Rename.Pat
This commit migrates the errors in GHC.Rename.Splice and GHC.Rename.Pat to use the new diagnostic infrastructure.
Showing
- compiler/GHC/Rename/Pat.hs 6 additions, 11 deletionscompiler/GHC/Rename/Pat.hs
- compiler/GHC/Rename/Splice.hs 16 additions, 55 deletionscompiler/GHC/Rename/Splice.hs
- compiler/GHC/Rename/Utils.hs 1 addition, 1 deletioncompiler/GHC/Rename/Utils.hs
- compiler/GHC/Tc/Errors/Ppr.hs 72 additions, 9 deletionscompiler/GHC/Tc/Errors/Ppr.hs
- compiler/GHC/Tc/Errors/Types.hs 71 additions, 5 deletionscompiler/GHC/Tc/Errors/Types.hs
- compiler/GHC/Tc/Types.hs 2 additions, 1 deletioncompiler/GHC/Tc/Types.hs
- compiler/GHC/Tc/Types.hs-boot 3 additions, 0 deletionscompiler/GHC/Tc/Types.hs-boot
- compiler/GHC/Types/Error/Codes.hs 11 additions, 1 deletioncompiler/GHC/Types/Error/Codes.hs
- testsuite/tests/parser/should_fail/T12446.stderr 1 addition, 1 deletiontestsuite/tests/parser/should_fail/T12446.stderr
- testsuite/tests/parser/should_fail/T18251c.stderr 1 addition, 1 deletiontestsuite/tests/parser/should_fail/T18251c.stderr
- testsuite/tests/th/T12411.stderr 1 addition, 1 deletiontestsuite/tests/th/T12411.stderr
- testsuite/tests/th/T16133.stderr 2 additions, 2 deletionstestsuite/tests/th/T16133.stderr
- testsuite/tests/th/TH_NestedSplicesFail1.hs 4 additions, 0 deletionstestsuite/tests/th/TH_NestedSplicesFail1.hs
- testsuite/tests/th/TH_NestedSplicesFail1.stderr 5 additions, 0 deletionstestsuite/tests/th/TH_NestedSplicesFail1.stderr
- testsuite/tests/th/TH_NestedSplicesFail2.hs 4 additions, 0 deletionstestsuite/tests/th/TH_NestedSplicesFail2.hs
- testsuite/tests/th/TH_NestedSplicesFail2.stderr 5 additions, 0 deletionstestsuite/tests/th/TH_NestedSplicesFail2.stderr
- testsuite/tests/th/TH_NestedSplicesFail3.hs 4 additions, 0 deletionstestsuite/tests/th/TH_NestedSplicesFail3.hs
- testsuite/tests/th/TH_NestedSplicesFail3.stderr 5 additions, 0 deletionstestsuite/tests/th/TH_NestedSplicesFail3.stderr
- testsuite/tests/th/TH_NestedSplicesFail4.hs 4 additions, 0 deletionstestsuite/tests/th/TH_NestedSplicesFail4.hs
- testsuite/tests/th/TH_NestedSplicesFail4.stderr 5 additions, 0 deletionstestsuite/tests/th/TH_NestedSplicesFail4.stderr
Loading
Please register or sign in to comment