[commit: ghc] wip/nfs-locking: Refactor oracles, add comments. (49419bc)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:59:46 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/49419bc553873c21efebe87f4e0aa343013d4bad/ghc
>---------------------------------------------------------------
commit 49419bc553873c21efebe87f4e0aa343013d4bad
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sun Jul 19 16:38:17 2015 +0100
Refactor oracles, add comments.
>---------------------------------------------------------------
49419bc553873c21efebe87f4e0aa343013d4bad
src/Builder.hs | 3 --
src/Expression.hs | 1 -
src/Main.hs | 1 -
src/Oracles.hs | 67 -------------------------------------------
src/Oracles/ArgsHash.hs | 8 ++++--
src/Oracles/Base.hs | 41 +++++++++++++++++++++++---
src/Oracles/DependencyList.hs | 46 +++++++++++++++++++++--------
src/Oracles/Flag.hs | 1 -
src/Oracles/PackageData.hs | 55 ++++++++++++++++++++---------------
src/Oracles/Setting.hs | 43 +++++++++++++--------------
src/Rules.hs | 2 ++
src/{ => Rules}/Config.hs | 16 ++++-------
src/Rules/Oracles.hs | 7 +++--
src/Settings/GhcCabal.hs | 2 --
src/Settings/Util.hs | 1 -
15 files changed, 141 insertions(+), 153 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 49419bc553873c21efebe87f4e0aa343013d4bad
More information about the ghc-commits
mailing list