[commit: ghc] master: API Annotations: make all ModuleName Located (f46bfeb)
git at git.haskell.org
git at git.haskell.org
Thu Nov 3 18:45:29 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f46bfeb8344e1818f42066c3dd9717f49e8b511b/ghc
>---------------------------------------------------------------
commit f46bfeb8344e1818f42066c3dd9717f49e8b511b
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Thu Nov 3 14:40:12 2016 +0200
API Annotations: make all ModuleName Located
Summary:
This also changes the backpack Renaming type to use a Maybe for the
renameTo field, to more accurately reflect the parsed source.
Updates haddock submodule to match AST changes
Test Plan: ./validate
Reviewers: ezyang, bgamari, austin
Reviewed By: bgamari
Subscribers: thomie, mpickering
Differential Revision: https://phabricator.haskell.org/D2670
>---------------------------------------------------------------
f46bfeb8344e1818f42066c3dd9717f49e8b511b
compiler/backpack/BkpSyn.hs | 3 ++-
compiler/backpack/DriverBkp.hs | 9 ++++++---
compiler/hsSyn/HsImpExp.hs | 2 +-
compiler/parser/Parser.y | 10 +++++-----
compiler/rename/RnNames.hs | 2 +-
ghc/GHCi/UI.hs | 2 +-
testsuite/tests/ghc-api/annotations/T10312.stdout | 1 -
testsuite/tests/ghc-api/annotations/annotations.stdout | 2 --
testsuite/tests/ghc-api/annotations/exampleTest.stdout | 1 -
testsuite/tests/ghc-api/annotations/listcomps.stdout | 16 +++++++---------
testsuite/tests/ghc-api/annotations/parseTree.stdout | 2 --
utils/haddock | 2 +-
12 files changed, 24 insertions(+), 28 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 f46bfeb8344e1818f42066c3dd9717f49e8b511b
More information about the ghc-commits
mailing list