[GHC] #10576: REPL returns list of all imported names when operator completion requested
GHC
ghc-devs at haskell.org
Sun Jan 17 23:14:10 UTC 2016
#10576: REPL returns list of all imported names when operator completion requested
-------------------------------------+-------------------------------------
Reporter: Geraldus | Owner: Geraldus
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 7.8.4
Resolution: | Keywords: completions
| complete command operator
Operating System: Unknown/Multiple | Architecture:
Type of failure: Incorrect result | Unknown/Multiple
at runtime | Test Case:
Blocked By: | Blocking:
Related Tickets: #9996 | Differential Rev(s): Phab:D1058
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"b3eb8fad4c9d5aa293e197bfff7039d6fa112a54/ghc" b3eb8fa/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="b3eb8fad4c9d5aa293e197bfff7039d6fa112a54"
Complete operators properly
Fix operator completions: list of suitable completions only rather than
everything from imported modules.
Signed-off-by: Arthur Fayzrakhmanov (Артур Файзрахманов)
<heraldhoi at gmail.com>
ghc: fix operator completions
Reviewers: austin, hvr, thomie, bgamari
Reviewed By: thomie, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1058
GHC Trac Issues: #10576
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10576#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list