[commit: ghc] master: Axe ModFinderCache, folding it into a generalized FinderCache. (ea3b4cf)
git at git.haskell.org
git at git.haskell.org
Tue Feb 24 22:32:10 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ea3b4cfff397312429626be4a45f9969ff9a0b0e/ghc
>---------------------------------------------------------------
commit ea3b4cfff397312429626be4a45f9969ff9a0b0e
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Tue Jan 27 15:55:52 2015 -0800
Axe ModFinderCache, folding it into a generalized FinderCache.
Summary:
FinderCache is now keyed by a module, ModuleNames in the home package are
turned into Modules using thisPackage in the dynamic flags. Simplifies some
code!
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
Test Plan: validate
Reviewers: simonpj, austin
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D634
>---------------------------------------------------------------
ea3b4cfff397312429626be4a45f9969ff9a0b0e
compiler/main/Finder.hs | 69 +++++++++++------------------------------------
compiler/main/HscMain.hs | 5 +---
compiler/main/HscTypes.hs | 14 +++-------
3 files changed, 20 insertions(+), 68 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 ea3b4cfff397312429626be4a45f9969ff9a0b0e
More information about the ghc-commits
mailing list