[commit: ghc] master: Fix #7484, checking for good binder names in Convert. (da2fca9)
git at git.haskell.org
git at git.haskell.org
Fri Nov 21 16:18:28 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/da2fca9e2be8c61c91c034d8c2302d8b1d1e7b41/ghc
>---------------------------------------------------------------
commit da2fca9e2be8c61c91c034d8c2302d8b1d1e7b41
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.
>---------------------------------------------------------------
da2fca9e2be8c61c91c034d8c2302d8b1d1e7b41
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/parser/Lexer.x | 6 +
compiler/typecheck/TcGenDeriv.lhs | 1 +
compiler/typecheck/TcSplice.lhs | 1 +
testsuite/tests/th/all.T | 2 +-
utils/haddock | 2 +-
10 files changed, 270 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 da2fca9e2be8c61c91c034d8c2302d8b1d1e7b41
More information about the ghc-commits
mailing list