Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,254
Issues
4,254
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
395
Merge Requests
395
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
55271bce
Commit
55271bce
authored
Jul 27, 2011
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Track error changes resulting from fix to
#5281
parent
cb692c50
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
9 deletions
+11
-9
testsuite/tests/module/mod150.stderr
testsuite/tests/module/mod150.stderr
+1
-1
testsuite/tests/module/mod151.stderr
testsuite/tests/module/mod151.stderr
+1
-1
testsuite/tests/module/mod152.stderr
testsuite/tests/module/mod152.stderr
+2
-2
testsuite/tests/module/mod153.stderr
testsuite/tests/module/mod153.stderr
+1
-1
testsuite/tests/rename/should_compile/rn039.stderr-ghc
testsuite/tests/rename/should_compile/rn039.stderr-ghc
+1
-1
testsuite/tests/rename/should_fail/rnfail044.stderr
testsuite/tests/rename/should_fail/rnfail044.stderr
+2
-1
testsuite/tests/typecheck/should_fail/tcfail037.stderr
testsuite/tests/typecheck/should_fail/tcfail037.stderr
+3
-2
No files found.
testsuite/tests/module/mod150.stderr
View file @
55271bce
mod150.hs:2:20:
Conflicting exports for `id':
`module Prelude' exports `Prelude.id' imported from Prelude at mod150.hs:2:8
`module M' exports `M.id' defined at mod150.hs:2:42
`module Prelude' exports `Prelude.id' imported from Prelude
testsuite/tests/module/mod151.stderr
View file @
55271bce
...
...
@@ -2,4 +2,4 @@
mod151.hs:2:20:
Ambiguous occurrence `id'
It could refer to either `M.id', defined at mod151.hs:2:30
or `Prelude.id', imported from Prelude
or `Prelude.id', imported from Prelude
at mod151.hs:2:8
testsuite/tests/module/mod152.stderr
View file @
55271bce
...
...
@@ -2,9 +2,9 @@
mod152.hs:2:26:
Ambiguous occurrence `id'
It could refer to either `M.id', defined at mod152.hs:2:36
or `Prelude.id', imported from Prelude
or `Prelude.id', imported from Prelude
at mod152.hs:2:8
mod152.hs:2:26:
Conflicting exports for `id':
`module Prelude' exports `Prelude.id' imported from Prelude at mod152.hs:2:8
`id' exports `M.id' defined at mod152.hs:2:36
`module Prelude' exports `Prelude.id' imported from Prelude
testsuite/tests/module/mod153.stderr
View file @
55271bce
...
...
@@ -2,4 +2,4 @@
mod153.hs:2:11:
Ambiguous occurrence `id'
It could refer to either `M.id', defined at mod153.hs:2:21
or `Prelude.id', imported from Prelude
or `Prelude.id', imported from Prelude
at mod153.hs:2:8
testsuite/tests/rename/should_compile/rn039.stderr-ghc
View file @
55271bce
rn039.hs:6:16:
Warning: This binding for `-' shadows the existing binding
imported from Prelude
imported from Prelude
at rn039.hs:2:8-20
testsuite/tests/rename/should_fail/rnfail044.stderr
View file @
55271bce
...
...
@@ -2,4 +2,5 @@
rnfail044.hs:5:12:
Ambiguous occurrence `splitAt'
It could refer to either `A.splitAt', defined at rnfail044.hs:8:3
or `Data.List.splitAt', imported from Prelude
or `Data.List.splitAt',
imported from Prelude at rnfail044.hs:5:8
testsuite/tests/typecheck/should_fail/tcfail037.stderr
View file @
55271bce
tcfail037.hs:7:11:
Ambiguous occurrence `+'
It could refer to either `ShouldFail.+', defined at tcfail037.hs:10:5
or `Prelude.+', imported from Prelude
It could refer to either `ShouldFail.+',
defined at tcfail037.hs:10:5
or `Prelude.+', imported from Prelude at tcfail037.hs:3:8-17
Write
Preview
Markdown
is supported
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