[commit: ghc] wip/nfs-locking: Add TODOs. (c32b33d)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:56:46 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/c32b33d53a3952658d714c975832bb84984b5fe5/ghc
>---------------------------------------------------------------
commit c32b33d53a3952658d714c975832bb84984b5fe5
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Wed Apr 27 00:58:40 2016 +0100
Add TODOs.
[skip ci]
>---------------------------------------------------------------
c32b33d53a3952658d714c975832bb84984b5fe5
src/Settings/User.hs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Settings/User.hs b/src/Settings/User.hs
index b147665..ef08df0 100644
--- a/src/Settings/User.hs
+++ b/src/Settings/User.hs
@@ -12,6 +12,7 @@ import Expression
import Predicates
import Settings.Default
+-- TODO: Rename to _build.
-- | All build artefacts are stored in 'buildRootPath' directory.
buildRootPath :: FilePath
buildRootPath = ".build"
@@ -83,6 +84,7 @@ buildHaddock = return cmdBuildHaddock
verboseCommands :: Predicate
verboseCommands = return False
+-- TODO: Replace with stage2 ? arg "-Werror"?
-- | To enable -Werror in Stage2 set turnWarningsIntoErrors = stage2.
turnWarningsIntoErrors :: Predicate
turnWarningsIntoErrors = return False
More information about the ghc-commits
mailing list