[commit: ghc] master: More Tweaks for API Anotations (ed85d7e)

git at git.haskell.org git at git.haskell.org
Sun Nov 30 18:01:36 UTC 2014


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

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

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

commit ed85d7e1ab0384bf00729b9b2fd1ef6bf25caebc
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Sun Nov 30 11:58:31 2014 -0600

    More Tweaks for API Anotations
    
    Summary: Attaching semis to preceding AST element, not following
    
    Test Plan: sh ./validate
    
    Reviewers: hvr, austin
    
    Reviewed By: austin
    
    Subscribers: cactus, thomie, carter
    
    Differential Revision: https://phabricator.haskell.org/D529


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

ed85d7e1ab0384bf00729b9b2fd1ef6bf25caebc
 compiler/hsSyn/HsBinds.lhs                         | 20 +++--
 compiler/hsSyn/HsTypes.lhs                         |  2 +
 compiler/parser/ApiAnnotation.hs                   |  1 +
 compiler/parser/Parser.y                           | 91 +++++++++++++++-------
 compiler/parser/RdrHsSyn.hs                        |  4 +-
 .../tests/ghc-api/annotations/annotations.stdout   |  6 +-
 .../tests/ghc-api/annotations/comments.stdout      |  7 +-
 .../tests/ghc-api/annotations/parseTree.stdout     | 10 +--
 8 files changed, 94 insertions(+), 47 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 ed85d7e1ab0384bf00729b9b2fd1ef6bf25caebc


More information about the ghc-commits mailing list