[commit: ghc] ghc-7.8: Revert "Use correct precedence when printing contexts with class operators" (e05f78e)

git at git.haskell.org git at git.haskell.org
Wed Nov 5 21:31:12 UTC 2014


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

On branch  : ghc-7.8
Link       : http://ghc.haskell.org/trac/ghc/changeset/e05f78ed5e909850b3c86c7ab75862cca50727e3/ghc

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

commit e05f78ed5e909850b3c86c7ab75862cca50727e3
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Nov 5 15:30:18 2014 -0600

    Revert "Use correct precedence when printing contexts with class operators"
    
    This breaks the build because I am a nincompoop and TyOpPrec doesn't
    exit here.
    
    This reverts commit d71f316ef4acb6a967a1f07bc4c1144e553a3ac9.


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

e05f78ed5e909850b3c86c7ab75862cca50727e3
 compiler/types/TypeRep.lhs                                     | 10 ++++------
 testsuite/tests/gadt/T7558.stderr                              |  2 +-
 testsuite/tests/ghci/scripts/Defer02.stderr                    |  8 ++++----
 testsuite/tests/ghci/scripts/T9658.script                      |  4 ----
 testsuite/tests/ghci/scripts/T9658.stdout                      |  1 -
 testsuite/tests/ghci/scripts/all.T                             |  1 -
 testsuite/tests/indexed-types/should_compile/Simple14.stderr   |  2 +-
 testsuite/tests/indexed-types/should_fail/ExtraTcsUntch.stderr |  2 +-
 testsuite/tests/indexed-types/should_fail/SimpleFail15.stderr  |  2 +-
 testsuite/tests/indexed-types/should_fail/T2239.stderr         |  4 ++--
 testsuite/tests/indexed-types/should_fail/T4093a.stderr        |  4 ++--
 testsuite/tests/perf/compiler/T5837.stderr                     |  4 ++--
 testsuite/tests/polykinds/T7230.stderr                         |  3 +--
 testsuite/tests/roles/should_compile/Roles3.stderr             |  2 +-
 testsuite/tests/typecheck/should_fail/ContextStack2.stderr     |  4 ++--
 testsuite/tests/typecheck/should_fail/FrozenErrorTests.stderr  |  2 +-
 testsuite/tests/typecheck/should_fail/T5858.stderr             |  2 +-
 testsuite/tests/typecheck/should_fail/T7857.stderr             |  2 +-
 testsuite/tests/typecheck/should_fail/T8392a.stderr            |  6 +++---
 19 files changed, 28 insertions(+), 37 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 e05f78ed5e909850b3c86c7ab75862cca50727e3


More information about the ghc-commits mailing list