Shift/reduce conflicts

Simon Peyton-Jones simonpj at microsoft.com
Mon May 27 15:01:48 CEST 2013


Oh bother.  I have no idea.  If anyone feels able to bisect their way to the culprit, that would be good.

Simon

| -----Original Message-----
| From: ghc-devs-bounces at haskell.org [mailto:ghc-devs-bounces at haskell.org]
| On Behalf Of Twan van Laarhoven
| Sent: 27 May 2013 13:00
| To: ghc-devs at haskell.org
| Subject: Shift/reduce conflicts
| 
| I just noticed that on HEAD, happy reports for Parser.y.pp:
| 
|      $ happy -agc --strict  compiler/stage1/build/Parser.y
|      unused rules: 2
|      shift/reduce conflicts:  49
|      reduce/reduce conflicts: 1
| 
| But the code claims:
| 
|      12 October 2012
| 
|      Conflicts: 43 shift/reduce
|                 1 reduce/reduce
| 
| So somewhere recently we have picked up 6 additional shift/reduce conflicts.
| 
| 
| Twan
| 
| _______________________________________________
| ghc-devs mailing list
| ghc-devs at haskell.org
| http://www.haskell.org/mailman/listinfo/ghc-devs



More information about the ghc-devs mailing list