[commit: ghc] master: Refactor lookupFixityRn-related code following D1744 (756b228)
git at git.haskell.org
git at git.haskell.org
Fri Jan 15 17:15:36 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/756b22832e2ba5713e5bb8201eedf1d04db729a8/ghc
>---------------------------------------------------------------
commit 756b22832e2ba5713e5bb8201eedf1d04db729a8
Author: RyanGlScott <ryan.gl.scott at gmail.com>
Date: Fri Jan 15 16:37:18 2016 +0100
Refactor lookupFixityRn-related code following D1744
Test Plan: ./validate
Reviewers: goldfire, austin, bgamari, simonpj
Subscribers: simonpj, thomie
Differential Revision: https://phabricator.haskell.org/D1766
GHC Trac Issues: #11345
>---------------------------------------------------------------
756b22832e2ba5713e5bb8201eedf1d04db729a8
compiler/iface/MkIface.hs | 14 +++++++-------
compiler/main/HscTypes.hs | 17 +++++++++++------
compiler/rename/RnEnv.hs | 39 +++++++++++++++++++++++++++++++--------
compiler/typecheck/TcDeriv.hs | 2 +-
compiler/typecheck/TcSplice.hs | 22 ++--------------------
docs/users_guide/8.0.1-notes.rst | 8 ++++++++
6 files changed, 60 insertions(+), 42 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 756b22832e2ba5713e5bb8201eedf1d04db729a8
More information about the ghc-commits
mailing list