[commit: ghc] wip/rae: Fix #7484, checking for good binder names in Convert. (8f70633)
git at git.haskell.org
git at git.haskell.org
Tue Nov 18 20:21:46 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/8f7063314050e446e62d69dc0033ea1f5073a38e/ghc
>---------------------------------------------------------------
commit 8f7063314050e446e62d69dc0033ea1f5073a38e
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.
>---------------------------------------------------------------
8f7063314050e446e62d69dc0033ea1f5073a38e
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 +-
8 files changed, 263 insertions(+), 79 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 8f7063314050e446e62d69dc0033ea1f5073a38e
More information about the ghc-commits
mailing list