[GHC] #9595: GHCi tab autocomplete include invisible modules

#9595: GHCi tab autocomplete include invisible modules -------------------------------------+------------------------------------- Reporter: ezyang | Owner: ezyang Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.9 Keywords: | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Unknown | Type of failure: Blocked By: | None/Unknown Related Tickets: | Test Case: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Reported to me by hvr. It was broken in the refactoring of the package code. We need a test for this. Long term, we need to do something more reasonable when there are duplicate modules, since autocomplete will suggest the name, but we can't actually handle it. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9595 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9595: GHCi tab autocomplete include invisible modules
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner: ezyang
Type: bug | Status: closed
Priority: normal | Milestone:
Component: GHCi | Version: 7.9
Resolution: fixed | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Changes (by ezyang):
* status: new => closed
* resolution: => fixed
Comment:
{{{
commit b72478f41b85337b84edab8f625d103e197f116c
Author: Edward Z. Yang
participants (1)
-
GHC