[commit: ghc] wip/nfs-locking: Add a note on dead/duplicated code. (e68f4ed)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:20:32 UTC 2017


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

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

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

commit e68f4ed4d3fbba7228a5eb9c9419ec00ca93c8f5
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Mon Sep 21 00:56:55 2015 +0100

    Add a note on dead/duplicated code.


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

e68f4ed4d3fbba7228a5eb9c9419ec00ca93c8f5
 doc/demo.txt | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/demo.txt b/doc/demo.txt
index 28b3689..2c8bf75 100644
--- a/doc/demo.txt
+++ b/doc/demo.txt
@@ -13,7 +13,9 @@
 * https://mail.haskell.org/pipermail/ghc-commits/2013-May/001712.html
 * see ghc.mk, comment about parallel ghc-pkg invokations
 
-5. Discovered dead code in the old build system, e.g:
+5. Discovered dead & duplicated code in the old build system, e.g:
 
-* Alex3 variable not needed as Alex 3.1 is required.
-* There are no generated *.y/*.ly files, hence they can never be in the build directory.
\ No newline at end of file
+* Alex3 variable not needed as Alex 3.1 is required
+* There are no generated *.y/*.ly files, hence they can never be in the build directory
+* hsc2hs gets multuple "--cflag=-I$1/$2/build/autogen" flags in one invokation
+* No generated Haskell files actually require copying of *.(l)hs-boot files
\ No newline at end of file



More information about the ghc-commits mailing list