[commit: ghc] master: Complete operators properly (b3eb8fa)
git at git.haskell.org
git at git.haskell.org
Sun Jan 17 23:14:20 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b3eb8fad4c9d5aa293e197bfff7039d6fa112a54/ghc
>---------------------------------------------------------------
commit b3eb8fad4c9d5aa293e197bfff7039d6fa112a54
Author: Arthur Fayzrakhmanov (Артур Файзрахманов) <heraldhoi at gmail.com>
Date: Sun Jan 17 19:27:12 2016 +0100
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
>---------------------------------------------------------------
b3eb8fad4c9d5aa293e197bfff7039d6fa112a54
ghc/GHCi/UI.hs | 36 +++-
libraries/base/Text/Read/Lex.hs | 27 +--
testsuite/tests/ghci/prog015/Level1.hs | 3 +
testsuite/tests/ghci/prog015/Level2/Level2.hs | 3 +
.../should_compile => ghci/prog015}/Makefile | 0
testsuite/tests/ghci/prog015/TopLevel.hs | 4 +
testsuite/tests/ghci/prog015/prog015.T | 2 +
testsuite/tests/ghci/prog015/prog015.script | 25 +++
testsuite/tests/ghci/prog015/prog015.stdout | 15 ++
testsuite/tests/ghci/prog016/Level1.hs | 7 +
testsuite/tests/ghci/prog016/Level2/Level2.hs | 10 ++
.../should_compile => ghci/prog016}/Makefile | 0
testsuite/tests/ghci/prog016/TopLevel.hs | 7 +
testsuite/tests/ghci/prog016/prog016.T | 2 +
testsuite/tests/ghci/prog016/prog016.script | 34 ++++
testsuite/tests/ghci/prog016/prog016.stdout | 37 +++++
testsuite/tests/ghci/prog017/Level1.hs | 5 +
testsuite/tests/ghci/prog017/Level2/Level2.hs | 3 +
.../should_compile => ghci/prog017}/Makefile | 0
testsuite/tests/ghci/prog017/TopLevel.hs | 182 +++++++++++++++++++++
testsuite/tests/ghci/prog017/prog017.T | 2 +
testsuite/tests/ghci/prog017/prog017.script | 136 +++++++++++++++
testsuite/tests/ghci/prog017/prog017.stdout | 144 ++++++++++++++++
testsuite/tests/ghci/scripts/T10576.hs | 7 +
testsuite/tests/ghci/scripts/T10576a.script | 4 +
testsuite/tests/ghci/scripts/T10576a.stdout | 2 +
testsuite/tests/ghci/scripts/T10576b.script | 4 +
testsuite/tests/ghci/scripts/T10576b.stdout | 3 +
testsuite/tests/ghci/scripts/all.T | 3 +
testsuite/tests/ghci/should_fail/all.T | 0
30 files changed, 687 insertions(+), 20 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc b3eb8fad4c9d5aa293e197bfff7039d6fa112a54
More information about the ghc-commits
mailing list