[commit: ghc] master: Rewrite Note [Api annotations] for clarity. (574abb7)

git at git.haskell.org git at git.haskell.org
Wed Dec 21 06:03:22 UTC 2016


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

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

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

commit 574abb7173d85ee527161cbe36fc0f9535372f0f
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Tue Dec 20 11:13:23 2016 -0800

    Rewrite Note [Api annotations] for clarity.
    
    Summary:
    Based off my understanding of how the moving parts work.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
    
    Test Plan: comments only
    
    Reviewers: alanz, mpickering, austin, bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2887


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

574abb7173d85ee527161cbe36fc0f9535372f0f
 compiler/parser/ApiAnnotation.hs | 114 ++++++++++++++++++++-------------------
 compiler/parser/Lexer.x          |  15 ++++++
 compiler/parser/Parser.y         |  14 ++++-
 3 files changed, 88 insertions(+), 55 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 574abb7173d85ee527161cbe36fc0f9535372f0f


More information about the ghc-commits mailing list