[GHC] #2911: Error messages have the wrong qualified names
GHC
trac at galois.com
Tue Jan 6 08:01:03 EST 2009
#2911: Error messages have the wrong qualified names
---------------------------------+------------------------------------------
Reporter: igloo | Owner:
Type: bug | Status: new
Priority: low | Milestone: 6.12 branch
Component: Compiler | Version: 6.11
Severity: minor | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Os: Unknown/Multiple
Architecture: Unknown/Multiple |
---------------------------------+------------------------------------------
Changes (by simonmar):
* priority: normal => low
* milestone: => 6.12 branch
Comment:
An alternative way to fix it would be to quote the program source text
verbatim. We have a supposedly-accurate source span for the error
message, so it would be possible to extract the actual program text from
the source file and display that.
Not that I think it's worthwhile spending a lot of time to get this right,
mind you.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2911#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list