Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fumiaki Kinoshita
GHC
Commits
b704f0aa
Commit
b704f0aa
authored
Jan 13, 2011
by
simonpj
Browse files
Track changes to the finder's error messages
parent
2d96883e
Changes
7
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/driver/driver063.stderr
View file @
b704f0aa
D063.hs:2:8:
Could not find module `A063'
:
i
t is not a module in the current program, or in any known package.
Could not find module `A063'
I
t is not a module in the current program, or in any known package.
testsuite/tests/ghc-regress/ghc-e/should_run/2636.stderr
View file @
b704f0aa
2636.hs:1:8:
Could not find module `MissingModule'
:
Use -v to see a list of the files searched for.
Could not find module `MissingModule'
Use -v to see a list of the files searched for.
testsuite/tests/ghc-regress/ghci.debugger/scripts/dynbrk001.stderr
View file @
b704f0aa
<no location info>:
Could not find module `NonModule'
:
i
t is not a module in the current program, or in any known package.
Could not find module `NonModule'
I
t is not a module in the current program, or in any known package.
testsuite/tests/ghc-regress/ghci/scripts/ghci036.stderr
View file @
b704f0aa
...
...
@@ -12,11 +12,11 @@
Perhaps you meant `L.nub' (imported from Data.List)
<interactive>:1:1:
Failed to load interface for `L'
:
Use -v to see a list of the files searched for.
Failed to load interface for `L'
Use -v to see a list of the files searched for.
<interactive>:1:1:
Failed to load interface for `L'
:
Use -v to see a list of the files searched for.
Failed to load interface for `L'
Use -v to see a list of the files searched for.
<interactive>:1:1: Not in scope: `nub'
testsuite/tests/ghc-regress/module/mod1.stderr
View file @
b704f0aa
mod1.hs:3:1:
Failed to load interface for `N'
:
Use -v to see a list of the files searched for.
Failed to load interface for `N'
Use -v to see a list of the files searched for.
testsuite/tests/ghc-regress/module/mod2.stderr
View file @
b704f0aa
mod2.hs:3:1:
Failed to load interface for `N'
:
Use -v to see a list of the files searched for.
Failed to load interface for `N'
Use -v to see a list of the files searched for.
testsuite/tests/ghc-regress/typecheck/should_fail/tcfail082.stderr
View file @
b704f0aa
tcfail082.hs:2:1:
Failed to load interface for `Data82'
:
Use -v to see a list of the files searched for.
Failed to load interface for `Data82'
Use -v to see a list of the files searched for.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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