New patches in /srv/darcs/git-mirrors/containers

commit 189b16ea02ce82a39f7a572da08b883f5f3c1aad
Author: Milan Straka <[email protected]>
Date:   Fri Mar 2 17:48:44 2012 +0100

    Disable ropt_plain_output.
    
    The ropt_plain_output was used to disables ansi sequences in the test
    log. But it works only for test-framework < 0.5.
    
    In test-framework >= 0.5, ropt_plain_output no longer exists. The line
    "ropt_color_mode = Just ColorNever" can be used, but test-framework >= 0.5
    detects it is not writing to the terminal and disables ansi sequences by
    itself.
    
    It is difficult to compile ropt_plain_output conditionally for
    test-framework < 0.5 only (MIN_VERSION_* macros are not defined for
    dependencies of tests, conditions in cabal tests do not work for
    ghc-7.0). We therefore do not set ropt_plain_output and live with ansi
    sequences in test logs produces by test-framework < 0.5.

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to