[commit: ghc] master: Introduce putLogMsg (086b514)

git at git.haskell.org git at git.haskell.org
Wed Mar 15 19:25:58 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/086b514b199c122b638391f3aa2fbcf15cc10c06/ghc

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

commit 086b514b199c122b638391f3aa2fbcf15cc10c06
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Wed Mar 15 09:29:24 2017 -0400

    Introduce putLogMsg
    
    This factors out the repetition of (log_action dflags dflags) and will
    hopefully allow us to someday better abstract log output.
    
    Test Plan: Validate
    
    Reviewers: austin, hvr, goldfire
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3334


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

086b514b199c122b638391f3aa2fbcf15cc10c06
 compiler/coreSyn/CoreLint.hs    |  6 +++---
 compiler/deSugar/Coverage.hs    |  2 +-
 compiler/ghci/Linker.hs         | 17 ++++++++---------
 compiler/iface/BinIface.hs      | 13 ++++++-------
 compiler/iface/LoadIface.hs     |  2 +-
 compiler/main/DriverPipeline.hs |  4 ++--
 compiler/main/DynFlags.hs       |  7 +++++++
 compiler/main/ErrUtils.hs       | 24 ++++++++++--------------
 compiler/main/GhcMake.hs        |  2 +-
 compiler/main/SysTools.hs       |  4 ++--
 compiler/main/TidyPgm.hs        |  2 +-
 compiler/simplCore/CoreMonad.hs |  3 +--
 compiler/simplCore/SimplCore.hs |  2 +-
 compiler/simplStg/SimplStg.hs   |  2 +-
 compiler/typecheck/TcRnMonad.hs | 15 +++++++--------
 15 files changed, 52 insertions(+), 53 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 086b514b199c122b638391f3aa2fbcf15cc10c06


More information about the ghc-commits mailing list