[commit: ghc] master: check-api-annotations utility loads by filename (9a3df1f)
git at git.haskell.org
git at git.haskell.org
Sun Jul 10 19:35:27 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9a3df1f892499f9e8bfaa2096da63f2058c20027/ghc
>---------------------------------------------------------------
commit 9a3df1f892499f9e8bfaa2096da63f2058c20027
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Sun Jul 10 21:38:01 2016 +0200
check-api-annotations utility loads by filename
Previously it loaded by modulename, which prevented loading files with a
Main module.
>---------------------------------------------------------------
9a3df1f892499f9e8bfaa2096da63f2058c20027
testsuite/tests/ghc-api/annotations/.gitignore | 1 +
testsuite/tests/ghc-api/annotations/Makefile | 44 ++++++++++++----------
testsuite/tests/ghc-api/annotations/all.T | 1 +
testsuite/tests/ghc-api/annotations/load-main.hs | 4 ++
.../tests/ghc-api/annotations/load-main.stdout | 14 +++++++
utils/check-api-annotations/Main.hs | 14 +++++--
6 files changed, 55 insertions(+), 23 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 9a3df1f892499f9e8bfaa2096da63f2058c20027
More information about the ghc-commits
mailing list