Implement warnings for Semigroups as parent of Monoid
This patch is similar to the AMP patch (#8004), which offered two functions: 1. Warn when an instance of a class has been given, but the type does not have a certain superclass instance 2. Warn when top-level definitions conflict with future Prelude names These warnings are issued as part of the new `-Wcompat` warning group. Reviewers: hvr, ekmett, austin, bgamari Reviewed By: hvr, ekmett, bgamari Subscribers: ekmett, thomie Differential Revision: https://phabricator.haskell.org/D1539 GHC Trac Issues: #11139
Showing
- compiler/hsSyn/HsTypes.hs 10 additions, 0 deletionscompiler/hsSyn/HsTypes.hs
- compiler/llvmGen/LlvmCodeGen/CodeGen.hs 10 additions, 0 deletionscompiler/llvmGen/LlvmCodeGen/CodeGen.hs
- compiler/main/DynFlags.hs 4 additions, 1 deletioncompiler/main/DynFlags.hs
- compiler/main/Packages.hs 16 additions, 0 deletionscompiler/main/Packages.hs
- compiler/prelude/PrelNames.hs 28 additions, 1 deletioncompiler/prelude/PrelNames.hs
- compiler/typecheck/TcErrors.hs 9 additions, 0 deletionscompiler/typecheck/TcErrors.hs
- compiler/typecheck/TcRnDriver.hs 192 additions, 1 deletioncompiler/typecheck/TcRnDriver.hs
- compiler/utils/OrdList.hs 9 additions, 0 deletionscompiler/utils/OrdList.hs
- compiler/utils/UniqFM.hs 9 additions, 0 deletionscompiler/utils/UniqFM.hs
- docs/users_guide/7.12.1-notes.rst 6 additions, 0 deletionsdocs/users_guide/7.12.1-notes.rst
- docs/users_guide/using-warnings.rst 17 additions, 1 deletiondocs/users_guide/using-warnings.rst
- testsuite/tests/semigroup/Makefile 3 additions, 0 deletionstestsuite/tests/semigroup/Makefile
- testsuite/tests/semigroup/SemigroupWarnings.hs 34 additions, 0 deletionstestsuite/tests/semigroup/SemigroupWarnings.hs
- testsuite/tests/semigroup/SemigroupWarnings.stderr 8 additions, 0 deletionstestsuite/tests/semigroup/SemigroupWarnings.stderr
- testsuite/tests/semigroup/all.T 1 addition, 0 deletionstestsuite/tests/semigroup/all.T
- testsuite/tests/typecheck/should_fail/CustomTypeErrors02.stderr 6 additions, 6 deletions...ite/tests/typecheck/should_fail/CustomTypeErrors02.stderr
- testsuite/tests/wcompat-warnings/WCompatWarningsNotOn.hs 2 additions, 0 deletionstestsuite/tests/wcompat-warnings/WCompatWarningsNotOn.hs
- testsuite/tests/wcompat-warnings/WCompatWarningsOff.hs 2 additions, 0 deletionstestsuite/tests/wcompat-warnings/WCompatWarningsOff.hs
- testsuite/tests/wcompat-warnings/WCompatWarningsOn.hs 2 additions, 0 deletionstestsuite/tests/wcompat-warnings/WCompatWarningsOn.hs
- testsuite/tests/wcompat-warnings/WCompatWarningsOn.stderr 23 additions, 19 deletionstestsuite/tests/wcompat-warnings/WCompatWarningsOn.stderr
Loading
Please register or sign in to comment