[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 5 commits: Add a regression test for #13981

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



Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC


Commits:
5a07d94a by Krzysztof Gogolewski at 2023-05-25T03:30:20-04:00
Add a regression test for #13981

The panic was fixed by 6998772043a7f0b. Fixes #13981.

- - - - -
182df90e by Krzysztof Gogolewski at 2023-05-25T03:30:57-04:00
Add a test for #23355

It was fixed by !10061, so I'm adding it in the same group.

- - - - -
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.

- - - - -
d219c892 by Krzysztof Gogolewski at 2023-05-25T09:35:07-04:00
Enable ghci tests for unboxed tuples

The tests were originally skipped because ghci used not to support
unboxed tuples/sums.

- - - - -


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/ghci/should_run/T22958c.hs
- + testsuite/tests/ghci/should_run/T22958c.stdout
- testsuite/tests/ghci/should_run/all.T
- testsuite/tests/parser/should_fail/T12446.stderr
- testsuite/tests/parser/should_fail/T18251c.stderr
- testsuite/tests/parser/should_fail/T18251e.stderr
- testsuite/tests/primops/should_run/all.T
- 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


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/77ce80f9a376ba8be779a2711151f5bfd2d6f9bb...d219c89225b1fc9df0850becde1e879933515250

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/77ce80f9a376ba8be779a2711151f5bfd2d6f9bb...d219c89225b1fc9df0850becde1e879933515250
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/1e5507b2/attachment.html>


More information about the ghc-commits mailing list