[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 00:46:57 UTC 2022



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


Commits:
aa0257d5 by Giles Anderson at 2022-11-08T19:46:49-05:00
Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)

The following `TcRnDiagnostic` messages have been introduced:

TcRnWarnUnsatisfiedMinimalDefinition
TcRnMisplacedInstSig
TcRnBadBootFamInstDeclErr
TcRnIllegalFamilyInstance
TcRnAssocInClassErr
TcRnBadFamInstDecl
TcRnNotOpenFamily

- - - - -
ac92d0eb by Hécate Moonlight at 2022-11-08T19:46:51-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/4ad62b37f2e7f5ae97e1922cfa1665d7dc103489...ac92d0eb2bc39dd1024d6a480d73887e74e07888

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/4ad62b37f2e7f5ae97e1922cfa1665d7dc103489...ac92d0eb2bc39dd1024d6a480d73887e74e07888
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/a2f321c9/attachment.html>


More information about the ghc-commits mailing list