diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2015-05-27 17:50:55 +0200 |
---|---|---|
committer | Alan Zimmerman <alan.zimm@gmail.com> | 2015-05-28 00:06:31 +0200 |
commit | e979c0e7dffc43507c4c7a3886f46a3a156425fe (patch) | |
tree | 57b61bc05f86bc7f29bd676dd9b27c7b18a25001 /testsuite/tests | |
parent | d29d7cbc72571d308ca349c79f7c895c2385908f (diff) | |
download | haskell-wip/api-annots-7.10-2.tar.gz |
ApiAnnotations tweakswip/api-annots-7.10-2
Summary:
A collection of minor updates for the API Annotations.
1. The annotations for the implicity parameter is disconnected in the
following
type MPI = ?mpi_secret :: MPISecret
2. In the following, the annotation for one of the commas is disconeected.
mkPoli = mkBila . map ((,,(),,()) <$> P.base <*> P.pos <*> P.form)
3. In the following, the annotation for the parens becomes disconnected
data MaybeDefault v where
SetTo :: forall v . ( Eq v, Show v ) => !v -> MaybeDefault v
SetTo4 :: forall v a. (( Eq v, Show v ) => v -> MaybeDefault v
-> a -> MaybeDefault [a])
Test Plan: ./validate
Reviewers: hvr, austin
Reviewed By: austin
Subscribers: bgamari, thomie, mpickering
Differential Revision: https://phabricator.haskell.org/D901
GHC Trac Issues: #10399
(cherry picked from commit c5911479f295242e16e396eb5d1369f2e4ce8de0)
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/ghc-api/annotations/.gitignore | 1 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/annotations/Makefile | 8 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/annotations/T10399.stderr | 13 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/annotations/T10399.stdout | 154 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/annotations/Test10399.hs | 18 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/annotations/all.T | 1 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/annotations/exampleTest.stdout | 2 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/annotations/parseTree.stdout | 4 | ||||
-rw-r--r-- | testsuite/tests/ghc-api/annotations/t10399.hs | 118 |
9 files changed, 315 insertions, 4 deletions
diff --git a/testsuite/tests/ghc-api/annotations/.gitignore b/testsuite/tests/ghc-api/annotations/.gitignore index a7726f8722..25ef2abdc3 100644 --- a/testsuite/tests/ghc-api/annotations/.gitignore +++ b/testsuite/tests/ghc-api/annotations/.gitignore @@ -12,6 +12,7 @@ t10269 t10280 t10312 t10307 +t10399 boolFormula t10278 t10354 diff --git a/testsuite/tests/ghc-api/annotations/Makefile b/testsuite/tests/ghc-api/annotations/Makefile index 69ce026d66..0fe24e72e9 100644 --- a/testsuite/tests/ghc-api/annotations/Makefile +++ b/testsuite/tests/ghc-api/annotations/Makefile @@ -14,6 +14,7 @@ clean: rm -f t10278 rm -f t10354 rm -f t10396 + rm -f t10399 annotations: rm -f annotations.o annotations.hi @@ -129,3 +130,10 @@ T10354: ./t10354 "`'$(TEST_HC)' $(TEST_HC_OPTS) --print-libdir | tr -d '\r'`" .PHONY: t10354 + +t10399: + rm -f t10399.o t10399.hi + '$(TEST_HC)' $(TEST_HC_OPTS) --make -v0 -package ghc t10399 + ./t10399 "`'$(TEST_HC)' $(TEST_HC_OPTS) --print-libdir | tr -d '\r'`" + +.PHONY: t10399 diff --git a/testsuite/tests/ghc-api/annotations/T10399.stderr b/testsuite/tests/ghc-api/annotations/T10399.stderr new file mode 100644 index 0000000000..58caa8119e --- /dev/null +++ b/testsuite/tests/ghc-api/annotations/T10399.stderr @@ -0,0 +1,13 @@ + +Test10399.hs:7:27: + Not in scope: type constructor or class ‘MPISecret’ + +Test10399.hs:9:10: Not in scope: ‘mkBila’ + +Test10399.hs:9:24: Illegal tuple section: use TupleSections + +Test10399.hs:9:39: Not in scope: ‘P.base’ + +Test10399.hs:9:50: Not in scope: ‘P.pos’ + +Test10399.hs:9:60: Not in scope: ‘P.form’ diff --git a/testsuite/tests/ghc-api/annotations/T10399.stdout b/testsuite/tests/ghc-api/annotations/T10399.stdout new file mode 100644 index 0000000000..7b01faf3d9 --- /dev/null +++ b/testsuite/tests/ghc-api/annotations/T10399.stdout @@ -0,0 +1,154 @@ +---Problems--------------------- +[ +(AK Test10399.hs:(13,27)-(14,69) AnnCloseP = [Test10399.hs:14:69]) + +(AK Test10399.hs:(13,27)-(14,69) AnnOpenP = [Test10399.hs:13:27]) +] + +---Problems'-------------------- +[] +-------------------------------- +[ +(AK Test10399.hs:1:1 AnnModule = [Test10399.hs:5:1-6]) + +(AK Test10399.hs:1:1 AnnWhere = [Test10399.hs:5:18-22]) + +(AK Test10399.hs:7:1-35 AnnEqual = [Test10399.hs:7:10]) + +(AK Test10399.hs:7:1-35 AnnSemi = [Test10399.hs:9:1]) + +(AK Test10399.hs:7:1-35 AnnType = [Test10399.hs:7:1-4]) + +(AK Test10399.hs:7:12-35 AnnDcolon = [Test10399.hs:7:24-25]) + +(AK Test10399.hs:7:12-35 AnnVal = [Test10399.hs:7:12-22]) + +(AK Test10399.hs:9:1-66 AnnEqual = [Test10399.hs:9:8]) + +(AK Test10399.hs:9:1-66 AnnFunId = [Test10399.hs:9:1-6]) + +(AK Test10399.hs:9:1-66 AnnSemi = [Test10399.hs:11:1]) + +(AK Test10399.hs:9:10-66 AnnVal = [Test10399.hs:9:17]) + +(AK Test10399.hs:9:23-66 AnnCloseP = [Test10399.hs:9:66]) + +(AK Test10399.hs:9:23-66 AnnOpenP = [Test10399.hs:9:23]) + +(AK Test10399.hs:9:24-33 AnnCloseP = [Test10399.hs:9:33]) + +(AK Test10399.hs:9:24-33 AnnOpenP = [Test10399.hs:9:24]) + +(AK Test10399.hs:9:24-44 AnnVal = [Test10399.hs:9:35-37]) + +(AK Test10399.hs:9:24-54 AnnVal = [Test10399.hs:9:46-48]) + +(AK Test10399.hs:9:24-65 AnnVal = [Test10399.hs:9:56-58]) + +(AK Test10399.hs:9:25 AnnComma = [Test10399.hs:9:25]) + +(AK Test10399.hs:9:26 AnnComma = [Test10399.hs:9:26]) + +(AK Test10399.hs:9:27-28 AnnCloseP = [Test10399.hs:9:28]) + +(AK Test10399.hs:9:27-28 AnnComma = [Test10399.hs:9:29]) + +(AK Test10399.hs:9:27-28 AnnOpenP = [Test10399.hs:9:27]) + +(AK Test10399.hs:9:30 AnnComma = [Test10399.hs:9:30]) + +(AK Test10399.hs:9:31-32 AnnCloseP = [Test10399.hs:9:32]) + +(AK Test10399.hs:9:31-32 AnnOpenP = [Test10399.hs:9:31]) + +(AK Test10399.hs:(11,1)-(14,69) AnnData = [Test10399.hs:11:1-4]) + +(AK Test10399.hs:(11,1)-(14,69) AnnSemi = [Test10399.hs:16:1]) + +(AK Test10399.hs:(11,1)-(14,69) AnnWhere = [Test10399.hs:11:21-25]) + +(AK Test10399.hs:12:5-64 AnnDcolon = [Test10399.hs:12:11-12]) + +(AK Test10399.hs:12:5-64 AnnSemi = [Test10399.hs:13:5]) + +(AK Test10399.hs:12:14-64 AnnDot = [Test10399.hs:12:23]) + +(AK Test10399.hs:12:14-64 AnnForall = [Test10399.hs:12:14-19]) + +(AK Test10399.hs:12:25-40 AnnCloseP = [Test10399.hs:12:40, Test10399.hs:12:40]) + +(AK Test10399.hs:12:25-40 AnnDarrow = [Test10399.hs:12:42-43]) + +(AK Test10399.hs:12:25-40 AnnOpenP = [Test10399.hs:12:25, Test10399.hs:12:25]) + +(AK Test10399.hs:12:27-30 AnnComma = [Test10399.hs:12:31]) + +(AK Test10399.hs:12:45-46 AnnBang = [Test10399.hs:12:45]) + +(AK Test10399.hs:12:45-46 AnnRarrow = [Test10399.hs:12:48-49]) + +(AK Test10399.hs:12:45-64 AnnRarrow = [Test10399.hs:12:48-49]) + +(AK Test10399.hs:(13,5)-(14,69) AnnCloseP = [Test10399.hs:14:69]) + +(AK Test10399.hs:(13,5)-(14,69) AnnDcolon = [Test10399.hs:13:12-13]) + +(AK Test10399.hs:(13,5)-(14,69) AnnOpenP = [Test10399.hs:13:27]) + +(AK Test10399.hs:(13,15)-(14,69) AnnDot = [Test10399.hs:13:25]) + +(AK Test10399.hs:(13,15)-(14,69) AnnForall = [Test10399.hs:13:15-20]) + +(AK Test10399.hs:(13,27)-(14,69) AnnCloseP = [Test10399.hs:14:69]) + +(AK Test10399.hs:(13,27)-(14,69) AnnOpenP = [Test10399.hs:13:27]) + +(AK Test10399.hs:13:28-43 AnnCloseP = [Test10399.hs:13:43, Test10399.hs:13:43]) + +(AK Test10399.hs:13:28-43 AnnDarrow = [Test10399.hs:13:45-46]) + +(AK Test10399.hs:13:28-43 AnnOpenP = [Test10399.hs:13:28, Test10399.hs:13:28]) + +(AK Test10399.hs:13:30-33 AnnComma = [Test10399.hs:13:34]) + +(AK Test10399.hs:13:48 AnnRarrow = [Test10399.hs:13:50-51]) + +(AK Test10399.hs:(13,48)-(14,68) AnnRarrow = [Test10399.hs:13:50-51]) + +(AK Test10399.hs:13:53-66 AnnRarrow = [Test10399.hs:14:45-46]) + +(AK Test10399.hs:(13,53)-(14,68) AnnRarrow = [Test10399.hs:14:45-46]) + +(AK Test10399.hs:14:48 AnnRarrow = [Test10399.hs:14:50-51]) + +(AK Test10399.hs:14:48-68 AnnRarrow = [Test10399.hs:14:50-51]) + +(AK Test10399.hs:14:66-68 AnnCloseS = [Test10399.hs:14:68]) + +(AK Test10399.hs:14:66-68 AnnOpenS = [Test10399.hs:14:66]) + +(AK Test10399.hs:16:1-25 AnnClose = [Test10399.hs:16:24-25]) + +(AK Test10399.hs:16:1-25 AnnOpen = [Test10399.hs:16:1-3]) + +(AK Test10399.hs:16:1-25 AnnSemi = [Test10399.hs:18:1]) + +(AK Test10399.hs:16:20-22 AnnThIdSplice = [Test10399.hs:16:20-22]) + +(AK Test10399.hs:18:1-21 AnnEqual = [Test10399.hs:18:19]) + +(AK Test10399.hs:18:1-21 AnnFunId = [Test10399.hs:18:1-3]) + +(AK Test10399.hs:18:1-21 AnnSemi = [Test10399.hs:19:1]) + +(AK Test10399.hs:18:5-17 AnnCloseP = [Test10399.hs:18:17]) + +(AK Test10399.hs:18:5-17 AnnOpenPE = [Test10399.hs:18:5-6]) + +(AK Test10399.hs:18:8-15 AnnClose = [Test10399.hs:18:14-15]) + +(AK Test10399.hs:18:8-15 AnnOpen = [Test10399.hs:18:8-10]) + +(AK <no location info> AnnEofPos = [Test10399.hs:19:1]) +] + diff --git a/testsuite/tests/ghc-api/annotations/Test10399.hs b/testsuite/tests/ghc-api/annotations/Test10399.hs new file mode 100644 index 0000000000..b4e06d3c1f --- /dev/null +++ b/testsuite/tests/ghc-api/annotations/Test10399.hs @@ -0,0 +1,18 @@ +{-# LANGUAGE ImplicitParams #-} +{-# LANGUAGE TemplateHaskell #-} +{-# LANGUAGE QuasiQuotes #-} +{-# LANGUAGE ScopedTypeVariables #-} +module Test10399 where + +type MPI = ?mpi_secret :: MPISecret + +mkPoli = mkBila . map ((,,(),,()) <$> P.base <*> P.pos <*> P.form) + +data MaybeDefault v where + SetTo :: forall v . ( Eq v, Show v ) => !v -> MaybeDefault v + SetTo4 :: forall v a. (( Eq v, Show v ) => v -> MaybeDefault v + -> a -> MaybeDefault [a]) + +[t| Map.Map T.Text $tc |] + +bar $( [p| x |] ) = x diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T index ed046465d5..d29298ac8e 100644 --- a/testsuite/tests/ghc-api/annotations/all.T +++ b/testsuite/tests/ghc-api/annotations/all.T @@ -16,3 +16,4 @@ test('T10358', normal, run_command, ['$MAKE -s --no-print-directory t10358' test('T10278', normal, run_command, ['$MAKE -s --no-print-directory T10278']) test('T10354', normal, run_command, ['$MAKE -s --no-print-directory T10354']) test('T10396', normal, run_command, ['$MAKE -s --no-print-directory T10396']) +test('T10399', normal, run_command, ['$MAKE -s --no-print-directory t10399']) diff --git a/testsuite/tests/ghc-api/annotations/exampleTest.stdout b/testsuite/tests/ghc-api/annotations/exampleTest.stdout index 706d858df2..9dc8836f32 100644 --- a/testsuite/tests/ghc-api/annotations/exampleTest.stdout +++ b/testsuite/tests/ghc-api/annotations/exampleTest.stdout @@ -1,7 +1,5 @@ ---Problems--------------------- [ -(AK AnnotationTuple.hs:14:39 AnnComma = [AnnotationTuple.hs:14:39]) - (AK <no location info> AnnEofPos = [AnnotationTuple.hs:32:1]) ] diff --git a/testsuite/tests/ghc-api/annotations/parseTree.stdout b/testsuite/tests/ghc-api/annotations/parseTree.stdout index 4986ddfa6d..f7d1e5d67b 100644 --- a/testsuite/tests/ghc-api/annotations/parseTree.stdout +++ b/testsuite/tests/ghc-api/annotations/parseTree.stdout @@ -1,14 +1,14 @@ [(AnnotationTuple.hs:14:20, [p], (1)), (AnnotationTuple.hs:14:23-29, [p], ("hello")), (AnnotationTuple.hs:14:35-37, [p], (6.5)), - (AnnotationTuple.hs:14:38, [m], ()), + (AnnotationTuple.hs:14:39, [m], ()), (AnnotationTuple.hs:14:41-52, [p], ([5, 5, 6, 7])), (AnnotationTuple.hs:16:8, [p], (1)), (AnnotationTuple.hs:16:11-17, [p], ("hello")), (AnnotationTuple.hs:16:20-22, [p], (6.5)), - (AnnotationTuple.hs:16:23, [m], ()), (AnnotationTuple.hs:16:24, [m], ()), (AnnotationTuple.hs:16:25, [m], ()), + (AnnotationTuple.hs:16:26, [m], ()), (AnnotationTuple.hs:16:26, [m], ())] [ (AK AnnotationTuple.hs:1:1 AnnCloseC = [AnnotationTuple.hs:27:1]) diff --git a/testsuite/tests/ghc-api/annotations/t10399.hs b/testsuite/tests/ghc-api/annotations/t10399.hs new file mode 100644 index 0000000000..12a2e72b7c --- /dev/null +++ b/testsuite/tests/ghc-api/annotations/t10399.hs @@ -0,0 +1,118 @@ +{-# LANGUAGE RankNTypes #-} + +-- This program must be called with GHC's libdir as the single command line +-- argument. +module Main where + +-- import Data.Generics +import Data.Data +import Data.List +import System.IO +import GHC +import BasicTypes +import DynFlags +import MonadUtils +import Outputable +import ApiAnnotation +import Bag (filterBag,isEmptyBag) +import System.Directory (removeFile) +import System.Environment( getArgs ) +import qualified Data.Map as Map +import qualified Data.Set as Set +import Data.Dynamic ( fromDynamic,Dynamic ) + +main::IO() +main = do + [libdir] <- getArgs + testOneFile libdir "Test10399" + +testOneFile libdir fileName = do + ((anns,cs),p) <- runGhc (Just libdir) $ do + dflags <- getSessionDynFlags + setSessionDynFlags dflags + let mn =mkModuleName fileName + addTarget Target { targetId = TargetModule mn + , targetAllowObjCode = True + , targetContents = Nothing } + load LoadAllTargets + modSum <- getModSummary mn + p <- parseModule modSum + return (pm_annotations p,p) + + let spans = Set.fromList $ getAllSrcSpans (pm_parsed_source p) + + problems = filter (\(s,a) -> not (Set.member s spans)) + $ getAnnSrcSpans (anns,cs) + + exploded = [((kw,ss),[anchor]) + | ((anchor,kw),sss) <- Map.toList anns,ss <- sss] + + exploded' = Map.toList $ Map.fromListWith (++) exploded + + problems' = filter (\(_,anchors) + -> not (any (\a -> Set.member a spans) anchors)) + exploded' + + putStrLn "---Problems---------------------" + putStrLn (intercalate "\n" [showAnns $ Map.fromList $ map snd problems]) + putStrLn "---Problems'--------------------" + putStrLn (intercalate "\n" [pp $ Map.fromList $ map fst problems']) + putStrLn "--------------------------------" + putStrLn (intercalate "\n" [showAnns anns]) + + where + getAnnSrcSpans :: ApiAnns -> [(SrcSpan,(ApiAnnKey,[SrcSpan]))] + getAnnSrcSpans (anns,_) = map (\a@((ss,_),_) -> (ss,a)) $ Map.toList anns + + getAllSrcSpans :: (Data t) => t -> [SrcSpan] + getAllSrcSpans ast = everything (++) ([] `mkQ` getSrcSpan) ast + where + getSrcSpan :: SrcSpan -> [SrcSpan] + getSrcSpan ss = [ss] + + +showAnns anns = "[\n" ++ (intercalate "\n" + $ map (\((s,k),v) + -> ("(AK " ++ pp s ++ " " ++ show k ++" = " ++ pp v ++ ")\n")) + $ Map.toList anns) + ++ "]\n" + +pp a = showPpr unsafeGlobalDynFlags a + + +-- --------------------------------------------------------------------- + +-- Copied from syb for the test + + +-- | Generic queries of type \"r\", +-- i.e., take any \"a\" and return an \"r\" +-- +type GenericQ r = forall a. Data a => a -> r + + +-- | Make a generic query; +-- start from a type-specific case; +-- return a constant otherwise +-- +mkQ :: ( Typeable a + , Typeable b + ) + => r + -> (b -> r) + -> a + -> r +(r `mkQ` br) a = case cast a of + Just b -> br b + Nothing -> r + + + +-- | Summarise all nodes in top-down, left-to-right order +everything :: (r -> r -> r) -> GenericQ r -> GenericQ r + +-- Apply f to x to summarise top-level node; +-- use gmapQ to recurse into immediate subterms; +-- use ordinary foldl to reduce list of intermediate results + +everything k f x = foldl k (f x) (gmapQ (everything k f) x) |