[Git][ghc/ghc][master] 2 commits: Migrate errors in GHC.Rename.Splice GHC.Rename.Pat

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Thu May 25 18:35:35 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
1b31b039 by uhbif19 at 2023-05-25T12:08:28+02:00
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.

- - - - -
56abe494 by sheaf at 2023-05-25T12:09:55+02:00
Common up Template Haskell errors in TcRnMessage

This commit commons up the various Template Haskell errors into a
single constructor, TcRnTHError, of TcRnMessage.

- - - - -


30 changed files:

- compiler/GHC/Rename/Expr.hs
- compiler/GHC/Rename/Module.hs
- compiler/GHC/Rename/Pat.hs
- compiler/GHC/Rename/Splice.hs
- compiler/GHC/Rename/Utils.hs
- compiler/GHC/Tc/Errors/Ppr.hs
- compiler/GHC/Tc/Errors/Types.hs
- compiler/GHC/Tc/Gen/Head.hs
- compiler/GHC/Tc/Gen/Splice.hs
- compiler/GHC/Tc/Module.hs
- compiler/GHC/Tc/Types.hs
- compiler/GHC/Tc/Types.hs-boot
- compiler/GHC/Types/Error/Codes.hs
- testsuite/tests/parser/should_fail/T12446.stderr
- testsuite/tests/parser/should_fail/T18251c.stderr
- testsuite/tests/parser/should_fail/T18251e.stderr
- testsuite/tests/quotes/TH_double_splice.stderr
- testsuite/tests/quotes/TH_top_splice.stderr
- testsuite/tests/quotes/TTH_top_splice.stderr
- testsuite/tests/safeHaskell/safeLanguage/SafeLang12.stderr
- testsuite/tests/showIface/should_fail/THPutDocExternal.stderr
- testsuite/tests/th/T12411.stderr
- testsuite/tests/th/T16133.stderr
- testsuite/tests/th/T16976z.stderr
- + testsuite/tests/th/TH_NestedSplicesFail1.hs
- + testsuite/tests/th/TH_NestedSplicesFail1.stderr
- + testsuite/tests/th/TH_NestedSplicesFail2.hs
- + testsuite/tests/th/TH_NestedSplicesFail2.stderr
- + testsuite/tests/th/TH_NestedSplicesFail3.hs
- + testsuite/tests/th/TH_NestedSplicesFail3.stderr


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/182df90e4d1f652c3d078294921805b9b982671b...56abe494fac648a97b06f30b6855901291bed8bc

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/182df90e4d1f652c3d078294921805b9b982671b...56abe494fac648a97b06f30b6855901291bed8bc
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/20230525/c35280a7/attachment.html>


More information about the ghc-commits mailing list