[GHC] #11418: Suggest correct spelling when module is not found because of typo
GHC
ghc-devs at haskell.org
Sun Jan 17 20:16:12 UTC 2016
#11418: Suggest correct spelling when module is not found because of typo
-------------------------------------+-------------------------------------
Reporter: syd | Owner:
Type: feature request | Status: new
Priority: lowest | Milestone:
Component: Compiler | Version:
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by syd):
Replying to [comment:8 thomie]:
> syd: so what is your plan here? `ls` all files in current and parent
directories, and then try to guess what the user meant?
That is a possibility.
If that's the other option, compared to looking at the modules already
compiled, we have to trade off looking into the directories for a possible
false negative.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11418#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list