[commit: ghc] master: Parser: delete rule numbers + validate shift/reduce conlicts (831102f)

git at git.haskell.org git at git.haskell.org
Sat Jan 9 17:41:53 UTC 2016


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

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

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

commit 831102f004b1314ff3a0a7bf807f73cc5d0da16c
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Mon Jan 4 15:48:54 2016 +0100

    Parser: delete rule numbers + validate shift/reduce conlicts
    
    Rule numbers tend to go out-of-date, and aren't useful.
    
    And during validate, the actual number of shift/reduce
    conflicts is now checked against the number stated in Parser.y.
    
    Reviewed by: bgamari
    
    Differential Revision: https://phabricator.haskell.org/D1754


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

831102f004b1314ff3a0a7bf807f73cc5d0da16c
 compiler/parser/Parser.y | 99 ++++++++++++++++++++++++------------------------
 1 file changed, 49 insertions(+), 50 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 831102f004b1314ff3a0a7bf807f73cc5d0da16c


More information about the ghc-commits mailing list