[commit: ghc] master: Add flag `-fwarn-missing-exported-sigs` (067f1e4)
git at git.haskell.org
git at git.haskell.org
Fri Nov 21 04:43:59 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/067f1e4f20efc824badbac54da2f9484090cb39b/ghc
>---------------------------------------------------------------
commit 067f1e4f20efc824badbac54da2f9484090cb39b
Author: Eric Seidel <gridaphobe at gmail.com>
Date: Thu Nov 20 22:39:32 2014 -0600
Add flag `-fwarn-missing-exported-sigs`
Summary: add `-fwarn-missing-exported-sigs` to only warn about missing signatures if the name is exported
Test Plan: validate, see testsuite/tests/warnings/should_compile/T2526.hs
Reviewers: ezyang, austin, thomie
Reviewed By: austin, thomie
Subscribers: ezyang, thomie, carter
Differential Revision: https://phabricator.haskell.org/D482
GHC Trac Issues: #2526
Conflicts:
docs/users_guide/7.10.1-notes.xml
>---------------------------------------------------------------
067f1e4f20efc824badbac54da2f9484090cb39b
compiler/main/DynFlags.hs | 2 ++
compiler/typecheck/TcHsSyn.lhs | 22 ++++++++++++++++++----
compiler/typecheck/TcRnDriver.lhs | 17 ++++++++++++-----
docs/users_guide/7.10.1-notes.xml | 10 ++++++++++
docs/users_guide/flags.xml | 7 +++++++
docs/users_guide/using.xml | 15 +++++++++++++++
testsuite/tests/warnings/should_compile/T2526.hs | 7 +++++++
.../tests/warnings/should_compile/T2526.stderr | 3 +++
testsuite/tests/warnings/should_compile/all.T | 2 ++
9 files changed, 76 insertions(+), 9 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 067f1e4f20efc824badbac54da2f9484090cb39b
More information about the ghc-commits
mailing list