[commit: ghc] master: Revert "API Annotations : add Locations in hsSyn were layout occurs" (97d320f)

git at git.haskell.org git at git.haskell.org
Wed May 6 15:20:15 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/97d320f56b5848d6ba2c723c6e7f04f98e349a86/ghc

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

commit 97d320f56b5848d6ba2c723c6e7f04f98e349a86
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed May 6 10:20:26 2015 -0500

    Revert "API Annotations : add Locations in hsSyn were layout occurs"
    
    This reverts commit fb54b2c11cc7f2cfbafa35b6a1819d7443aa5494.
    
    As Alan pointed out, this will make cherry picking a lot harder until
    7.10.2, so lets back it out until after the release.


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

97d320f56b5848d6ba2c723c6e7f04f98e349a86
 compiler/deSugar/Coverage.hs                       | 56 ++++++++++----------
 compiler/deSugar/DsArrows.hs                       | 30 +++++------
 compiler/deSugar/DsExpr.hs                         | 28 +++++-----
 compiler/deSugar/DsGRHSs.hs                        |  4 +-
 compiler/deSugar/DsListComp.hs                     |  8 +--
 compiler/deSugar/DsMeta.hs                         | 35 ++++++-------
 compiler/deSugar/Match.hs                          |  2 +-
 compiler/hsSyn/Convert.hs                          | 12 ++---
 compiler/hsSyn/HsExpr.hs                           | 44 ++++++++--------
 compiler/hsSyn/HsUtils.hs                          | 47 +++++++----------
 compiler/parser/Parser.y                           | 20 ++++----
 compiler/parser/RdrHsSyn.hs                        | 14 +++--
 compiler/rename/RnBinds.hs                         |  8 +--
 compiler/rename/RnExpr.hs                          | 60 +++++++++++-----------
 compiler/rename/RnTypes.hs                         |  2 +-
 compiler/typecheck/TcArrows.hs                     | 16 +++---
 compiler/typecheck/TcBinds.hs                      |  4 +-
 compiler/typecheck/TcExpr.hs                       |  4 +-
 compiler/typecheck/TcGenDeriv.hs                   |  6 +--
 compiler/typecheck/TcHsSyn.hs                      | 30 +++++------
 compiler/typecheck/TcMatches.hs                    | 43 ++++++++--------
 compiler/typecheck/TcPatSyn.hs                     | 19 ++++---
 compiler/typecheck/TcRnDriver.hs                   |  6 +--
 testsuite/tests/ghc-api/T6145.hs                   |  2 +-
 testsuite/tests/ghc-api/annotations/T10255.stdout  |  1 +
 .../tests/ghc-api/annotations/exampleTest.stdout   |  2 +
 .../tests/ghc-api/annotations/listcomps.stdout     | 10 ++--
 testsuite/tests/ghc-api/landmines/landmines.stdout |  6 +--
 28 files changed, 248 insertions(+), 271 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 97d320f56b5848d6ba2c723c6e7f04f98e349a86


More information about the ghc-commits mailing list