[commit: ghc] wip/nfs-locking: Replace Config oracle with generic key-value text file oracle (da27a1f)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:37:23 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/da27a1fec4ba6565faca24362f0007aa477105f0/ghc

>---------------------------------------------------------------

commit da27a1fec4ba6565faca24362f0007aa477105f0
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Aug 9 23:39:23 2017 +0100

    Replace Config oracle with generic key-value text file oracle
    
    See #347


>---------------------------------------------------------------

da27a1fec4ba6565faca24362f0007aa477105f0
 hadrian.cabal                   |  2 +-
 src/Hadrian/Oracles/Config.hs   | 34 ---------------------------------
 src/Hadrian/Oracles/KeyValue.hs | 42 +++++++++++++++++++++++++++++++++++++++++
 src/Oracles/Flag.hs             |  4 ++--
 src/Oracles/ModuleFiles.hs      |  6 +++---
 src/Oracles/PackageData.hs      | 26 ++++++-------------------
 src/Oracles/Setting.hs          |  6 +++---
 src/Rules/Oracles.hs            |  6 ++----
 src/Settings.hs                 |  4 ++--
 9 files changed, 61 insertions(+), 69 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 da27a1fec4ba6565faca24362f0007aa477105f0


More information about the ghc-commits mailing list