[Git][ghc/ghc][master] Added a new warning about compatibility with RequiredTypeArguments

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Wed Jan 11 05:57:10 UTC 2023



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


Commits:
b2857df4 by HaskellMouse at 2023-01-11T00:56:52-05:00
Added a new warning about compatibility with RequiredTypeArguments

This commit introduces a new warning
that indicates code incompatible with
future extension: RequiredTypeArguments.

Enabling this extension may break some code and the warning
will help to make it compatible in advance.

- - - - -


30 changed files:

- compiler/GHC/Driver/Flags.hs
- compiler/GHC/Driver/Session.hs
- compiler/GHC/Rename/Env.hs
- compiler/GHC/Rename/HsType.hs
- compiler/GHC/Tc/Errors/Ppr.hs
- compiler/GHC/Tc/Errors/Types.hs
- compiler/GHC/Types/Error/Codes.hs
- compiler/GHC/Types/Hint.hs
- compiler/GHC/Types/Hint/Ppr.hs
- compiler/GHC/Types/Name/Occurrence.hs
- compiler/GHC/Types/Name/Reader.hs
- docs/users_guide/9.6.1-notes.rst
- docs/users_guide/using-warnings.rst
- + testsuite/tests/rename/should_compile/T22513a.hs
- + testsuite/tests/rename/should_compile/T22513a.stderr
- + testsuite/tests/rename/should_compile/T22513b.hs
- + testsuite/tests/rename/should_compile/T22513b.stderr
- + testsuite/tests/rename/should_compile/T22513c.hs
- + testsuite/tests/rename/should_compile/T22513c.stderr
- + testsuite/tests/rename/should_compile/T22513d.hs
- + testsuite/tests/rename/should_compile/T22513d.stderr
- + testsuite/tests/rename/should_compile/T22513e.hs
- + testsuite/tests/rename/should_compile/T22513e.stderr
- + testsuite/tests/rename/should_compile/T22513f.hs
- + testsuite/tests/rename/should_compile/T22513f.stderr
- + testsuite/tests/rename/should_compile/T22513g.hs
- + testsuite/tests/rename/should_compile/T22513g.stderr
- + testsuite/tests/rename/should_compile/T22513h.hs
- + testsuite/tests/rename/should_compile/T22513h.stderr
- + testsuite/tests/rename/should_compile/T22513i.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b2857df4ee467c88162e5a6784ee1fb6e2038656

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b2857df4ee467c88162e5a6784ee1fb6e2038656
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/20230111/501d0e04/attachment.html>


More information about the ghc-commits mailing list