[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 <ezyang@cs.stanford.edu> Date: Mon Sep 15 13:14:30 2014 -0700 Don't offer hidden modules for autocomplete. It was annoying to test GHCi directly, so I added a ghc-api unit test of the function instead. Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9595#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC