[commit: ghc] wip/nfs-locking: Preliminary working state (5d4e182)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:37:56 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/5d4e18236b64fa400a66967cd7dbb8371b0e08b7/ghc
>---------------------------------------------------------------
commit 5d4e18236b64fa400a66967cd7dbb8371b0e08b7
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Tue Jan 12 14:56:53 2016 +0800
Preliminary working state
This almost works. Yet we run into:
```
Build system error - cannot currently call askOracle:
Reason: Within withResource using Resource ghc-cabal
Question type: OracleQ CmdLineFlags
Question value: OracleQ (CmdLineFlags ())
Move the askOracle call earlier/later
```
>---------------------------------------------------------------
5d4e18236b64fa400a66967cd7dbb8371b0e08b7
shaking-up-ghc.cabal | 1 +
src/Base.hs | 27 +++++++++++++++--
src/Main.hs | 7 ++++-
src/Oracles/Config/CmdLineFlag.hs | 64 +++++++++++++++++++++++++++++++++++++++
src/Rules/Actions.hs | 20 +++++-------
src/Rules/Library.hs | 9 +++---
src/Rules/Program.hs | 9 +++---
7 files changed, 111 insertions(+), 26 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 5d4e18236b64fa400a66967cd7dbb8371b0e08b7
More information about the ghc-commits
mailing list