[commit: ghc] wip/rae: Fix #7484, checking for good binder names in Convert. (8dcd39b)

git at git.haskell.org git at git.haskell.org
Thu Nov 20 21:54:31 UTC 2014


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

On branch  : wip/rae
Link       : http://ghc.haskell.org/trac/ghc/changeset/8dcd39b16be5493ffce0808ea55e93743ead63d2/ghc

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

commit 8dcd39b16be5493ffce0808ea55e93743ead63d2
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Mon Nov 3 15:34:53 2014 -0500

    Fix #7484, checking for good binder names in Convert.
    
    This commit also refactors a bunch of lexeme-oriented code into
    a new module Lexeme, and includes a submodule update for haddock.


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

8dcd39b16be5493ffce0808ea55e93743ead63d2
 compiler/basicTypes/Lexeme.hs     | 252 ++++++++++++++++++++++++++++++++++++++
 compiler/basicTypes/OccName.lhs   |  72 +----------
 compiler/ghc.cabal.in             |   1 +
 compiler/ghc.mk                   |   1 +
 compiler/hsSyn/Convert.lhs        |  12 +-
 compiler/typecheck/TcGenDeriv.lhs |   1 +
 compiler/typecheck/TcSplice.lhs   |   1 +
 testsuite/tests/th/all.T          |   2 +-
 utils/haddock                     |   2 +-
 9 files changed, 264 insertions(+), 80 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 8dcd39b16be5493ffce0808ea55e93743ead63d2


More information about the ghc-commits mailing list