[commit: ghc] master: Fix #11404 (072191f)

git at git.haskell.org git at git.haskell.org
Fri Jan 15 20:44:06 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/072191fe2db55eb3ede5d5a90b7f5eb6afde25bc/ghc

>---------------------------------------------------------------

commit 072191fe2db55eb3ede5d5a90b7f5eb6afde25bc
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Mon Jan 11 16:47:22 2016 -0500

    Fix #11404
    
    We now check for unused variables one at a time, instead of
    all at the top.
    
    Test: dependent/should_compile/T11405


>---------------------------------------------------------------

072191fe2db55eb3ede5d5a90b7f5eb6afde25bc
 compiler/rename/RnSource.hs | 16 +++++++-------
 compiler/rename/RnTypes.hs  | 53 ++++++++++++++++++++++++++-------------------
 2 files changed, 39 insertions(+), 30 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 072191fe2db55eb3ede5d5a90b7f5eb6afde25bc


More information about the ghc-commits mailing list