Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
ad4e1fd2
Commit
ad4e1fd2
authored
Sep 10, 2009
by
simonpj
Browse files
Track changes in error message format (TH related)
parent
07346724
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/annotations/should_fail/annfail03.stderr
View file @
ad4e1fd2
annfail03.hs:17:0:
GHC stage restriction: instance for `Data InModule'
is used in an annotation, and must be imported, not defined locally
In the expression: InModule
In the annotation: {-# ANN f InModule #-}
annfail03.hs:17:0:
GHC stage restriction: instance for `Data InModule'
is used in a top-level splice or annotation,
and must be imported, not defined locally
In the expression: InModule
In the annotation: {-# ANN f InModule #-}
testsuite/tests/ghc-regress/annotations/should_fail/annfail04.stderr
View file @
ad4e1fd2
annfail04.hs:14:11:
GHC stage restriction: instance for `Thing Int'
is used in an annotation, and must be imported, not defined locally
In the expression: (thing :: Int)
In the annotation: {-# ANN f (thing :: Int) #-}
annfail04.hs:14:11:
GHC stage restriction: instance for `Thing Int'
is used in a top-level splice or annotation,
and must be imported, not defined locally
In the expression: (thing :: Int)
In the annotation: {-# ANN f (thing :: Int) #-}
testsuite/tests/ghc-regress/annotations/should_fail/annfail06.stderr
View file @
ad4e1fd2
annfail06.hs:21:0:
GHC stage restriction: instance for `Data InstancesInWrongModule'
is used in an annotation, and must be imported, not defined locally
In the expression: InstancesInWrongModule
In the annotation: {-# ANN f InstancesInWrongModule #-}
annfail06.hs:21:0:
GHC stage restriction: instance for `Data InstancesInWrongModule'
is used in a top-level splice or annotation,
and must be imported, not defined locally
In the expression: InstancesInWrongModule
In the annotation: {-# ANN f InstancesInWrongModule #-}
testsuite/tests/ghc-regress/annotations/should_fail/annfail09.stderr
View file @
ad4e1fd2
annfail09.hs:11:10:
GHC stage restriction: `g'
is used in an annotation, and must be imported, not defined locally
In the expression: g
In the annotation: {-# ANN f g #-}
annfail09.hs:11:10:
GHC stage restriction: `g'
is used in a top-level splice or annotation,
and must be imported, not defined locally
In the expression: g
In the annotation: {-# ANN f g #-}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment