[GHC] #11483: Ghci integration with readline

GHC ghc-devs at haskell.org
Sat Jan 23 17:26:53 UTC 2016


#11483: Ghci integration with readline
-------------------------------------+-------------------------------------
           Reporter:  Ivan           |             Owner:
               Type:  bug            |            Status:  new
           Priority:  normal         |         Milestone:
          Component:  GHCi           |           Version:  7.10.3
           Keywords:  readline       |  Operating System:  Unknown/Multiple
  complete                           |
       Architecture:  x86_64         |   Type of failure:  None/Unknown
  (amd64)                            |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 When running ghci, the word "import" is not in the list generated by
 readline completion. Namely, if to type
 {{{#!hs
 > i
 }}}
 the suggestions that appear after pressing <TAB> are
 {{{#!hs
 id              isDenormalized  isNegativeZero
 init            isIEEE          iterate
 interact        isInfinite
 ioError         isNaN
 }}}
 If to type
 {{{#!hs
 > im
 }}}
 then pressing <TAB> gives beep.

 Also, if we have at prompt
 {{{#!hs
 > import q
 }}}
 pressing <TAB> does not produce any completion. I would expect to get
 {{{#!hs
 > import qualified
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11483>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list