[commit: ghc] master: print * in unicode correctly (fixes #12550) (7031704)

git at git.haskell.org git at git.haskell.org
Tue Dec 13 21:24:07 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7031704332db55de1fc3c46a8f450bad933997e0/ghc

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

commit 7031704332db55de1fc3c46a8f450bad933997e0
Author: John Leo <leo at halfaya.org>
Date:   Tue Dec 13 14:57:15 2016 -0500

    print * in unicode correctly (fixes #12550)
    
    Test Plan: validate
    
    Reviewers: simonpj, austin, bgamari, goldfire
    
    Reviewed By: bgamari, goldfire
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2829


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

7031704332db55de1fc3c46a8f450bad933997e0
 compiler/basicTypes/BasicTypes.hs                  |  2 +-
 compiler/iface/IfaceType.hs                        | 21 ++++++------
 compiler/types/TyCoRep.hs                          |  4 +--
 compiler/utils/Outputable.hs                       |  5 ++-
 .../tests/generics/T10604/T10604_deriving.stderr   | 38 +++++++++++-----------
 testsuite/tests/ghci/scripts/T12550.script         | 38 ++++++++++++++++++++--
 testsuite/tests/ghci/scripts/T12550.stdout         | 14 ++++++++
 testsuite/tests/ghci/scripts/all.T                 |  2 +-
 8 files changed, 88 insertions(+), 36 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 7031704332db55de1fc3c46a8f450bad933997e0


More information about the ghc-commits mailing list