[commit: ghc] master: Fixes #95 :edit command should jump to the last error (ce19d50)
git at git.haskell.org
git at git.haskell.org
Fri Jun 13 15:39:23 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ce19d5079ea85d3190e837a1fc60000fbd82134d/ghc
>---------------------------------------------------------------
commit ce19d5079ea85d3190e837a1fc60000fbd82134d
Author: Lorenzo Tabacchini <lortabac at gmx.com>
Date: Sun Jun 8 10:54:39 2014 +0200
Fixes #95 :edit command should jump to the last error
>---------------------------------------------------------------
ce19d5079ea85d3190e837a1fc60000fbd82134d
docs/users_guide/ghci.xml | 4 +-
ghc/GhciMonad.hs | 4 +-
ghc/InteractiveUI.hs | 83 ++++++++++++++++++++---------
testsuite/tests/ghci/prog013/Bad.hs | 3 ++
testsuite/tests/ghci/prog013/Good.hs | 3 ++
testsuite/tests/ghci/prog013/prog013.T | 2 +
testsuite/tests/ghci/prog013/prog013.script | 8 +++
testsuite/tests/ghci/prog013/prog013.stderr | 9 ++++
testsuite/tests/ghci/prog013/prog013.stdout | 4 ++
9 files changed, 94 insertions(+), 26 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 ce19d5079ea85d3190e837a1fc60000fbd82134d
More information about the ghc-commits
mailing list