[commit: ghc] wip/az-annotations-ghc-8.8: API Annotations: more explicit foralls fixup (0a660d3)
git at git.haskell.org
git at git.haskell.org
Mon Feb 4 11:30:42 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/az-annotations-ghc-8.8
Link : http://ghc.haskell.org/trac/ghc/changeset/0a660d3cb71b8eb9a5fdf36e5d5b01c13aa9af2d/ghc
>---------------------------------------------------------------
commit 0a660d3cb71b8eb9a5fdf36e5d5b01c13aa9af2d
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Thu Jan 24 23:22:59 2019 +0200
API Annotations: more explicit foralls fixup
The AnnForall annotations introduced via ​Phab:D4894 are not always
attached to the correct SourceSpan.
Closes #16230
>---------------------------------------------------------------
0a660d3cb71b8eb9a5fdf36e5d5b01c13aa9af2d
compiler/parser/Parser.y | 43 +++++++-------
compiler/parser/RdrHsSyn.hs | 6 +-
testsuite/tests/ghc-api/annotations/Makefile | 4 ++
testsuite/tests/ghc-api/annotations/T16230.stdout | 66 ++++++++++++++++++++++
.../hie010.hs => ghc-api/annotations/Test16230.hs} | 0
testsuite/tests/ghc-api/annotations/all.T | 5 +-
6 files changed, 98 insertions(+), 26 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 0a660d3cb71b8eb9a5fdf36e5d5b01c13aa9af2d
More information about the ghc-commits
mailing list