[commit: ghc] wip/nfs-locking: Add comment on unicode build info. (ed4cdd8)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:08:58 UTC 2017


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

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

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

commit ed4cdd8c37bcb13e7bf5dda89b1945a29e2ee1bf
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Apr 26 01:42:15 2016 +0100

    Add comment on unicode build info.
    
    [skip ci]


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

ed4cdd8c37bcb13e7bf5dda89b1945a29e2ee1bf
 src/Rules/Actions.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Rules/Actions.hs b/src/Rules/Actions.hs
index 5f0fac0..3b12249 100644
--- a/src/Rules/Actions.hs
+++ b/src/Rules/Actions.hs
@@ -237,7 +237,8 @@ renderBox ls = tail $ concatMap ('\n' :) (boxTop : map renderLine ls ++ [boxBot]
     -- Minimum total width of the box in characters
     minimumBoxWidth = 32
 
-    -- FIXME: See Shake #364.
+    -- TODO: Make this setting configurable? Setting to True by default seems
+    -- to work poorly with many fonts.
     useUnicode = False
 
     -- Characters to draw the box



More information about the ghc-commits mailing list