[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 2 commits: Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Wed Nov 9 04:47:15 UTC 2022



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


Commits:
85db03cd by Giles Anderson at 2022-11-08T23:47:06-05:00
Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)

The following `TcRnDiagnostic` messages have been introduced:

TcRnWarnUnsatisfiedMinimalDefinition
TcRnMisplacedInstSig
TcRnBadBootFamInstDeclErr
TcRnIllegalFamilyInstance
TcRnAssocInClassErr
TcRnBadFamInstDecl
TcRnNotOpenFamily

- - - - -
2e8f1938 by Hécate Moonlight at 2022-11-08T23:47:07-05:00
GHCi tags generation phase 2

see #19884

- - - - -


30 changed files:

- compiler/GHC/Driver/Errors/Ppr.hs
- compiler/GHC/Tc/Errors/Ppr.hs
- compiler/GHC/Tc/Errors/Types.hs
- compiler/GHC/Tc/TyCl/Instance.hs
- compiler/GHC/Types/Error/Codes.hs
- ghc/GHCi/UI/Tags.hs
- testsuite/tests/backpack/should_compile/bkp47.stderr
- testsuite/tests/backpack/should_fail/bkpfail25.stderr
- testsuite/tests/deSugar/should_compile/T14546d.stderr
- testsuite/tests/deriving/should_compile/T14094.stderr
- testsuite/tests/deriving/should_compile/T4966.stderr
- testsuite/tests/deriving/should_compile/T9968a.stderr
- testsuite/tests/deriving/should_compile/deriving-1935.stderr
- testsuite/tests/deriving/should_compile/drv003.stderr
- testsuite/tests/ghci/scripts/T5820.stderr
- testsuite/tests/ghci/scripts/ghci019.stderr
- testsuite/tests/indexed-types/should_compile/Class3.stderr
- testsuite/tests/indexed-types/should_compile/Simple2.stderr
- + testsuite/tests/indexed-types/should_fail/BadFamInstDecl.hs
- + testsuite/tests/indexed-types/should_fail/BadFamInstDecl.stderr
- + testsuite/tests/indexed-types/should_fail/BadFamInstDecl_aux.hs
- + testsuite/tests/indexed-types/should_fail/HsBootFam.hs
- + testsuite/tests/indexed-types/should_fail/HsBootFam.stderr
- + testsuite/tests/indexed-types/should_fail/HsBootFam_aux.hs
- + testsuite/tests/indexed-types/should_fail/HsBootFam_aux.hs-boot
- testsuite/tests/indexed-types/should_fail/Overlap3.stderr
- testsuite/tests/indexed-types/should_fail/Overlap7.stderr
- testsuite/tests/indexed-types/should_fail/SimpleFail7.stderr
- testsuite/tests/indexed-types/should_fail/T3092.stderr
- testsuite/tests/indexed-types/should_fail/T7862.stderr


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ac92d0eb2bc39dd1024d6a480d73887e74e07888...2e8f19389bed5674593a58b26ebf0bd560212e88

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ac92d0eb2bc39dd1024d6a480d73887e74e07888...2e8f19389bed5674593a58b26ebf0bd560212e88
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/20221108/d72daad3/attachment.html>


More information about the ghc-commits mailing list