Commit Graph

1350 Commits

Author SHA1 Message Date
Daniel Gröber
8889c2e8e5 note 2014-09-11 01:27:19 +02:00
Daniel Gröber
83d780015c Use readProcess' in PkgDoc.hs 2014-09-11 01:26:42 +02:00
Daniel Gröber
274b5d8e1c Rephrase some docs 2014-08-29 17:21:38 +02:00
Kazu Yamamoto
1baf56130f Merge pull request from randen/ControlU-Fix
Don't turn C-u into a prefix command
2014-08-29 11:04:23 +09:00
Kazu Yamamoto
965f954d91 Merge pull request from RubenAstudillo/master
browseIt with modified environment to solve 
2014-08-29 11:00:03 +09:00
Kazu Yamamoto
d283367bfe Merge pull request from ttuegel/master
Use advice to check syntax on save-buffer
2014-08-29 10:51:52 +09:00
Kazu Yamamoto
087ce36345 Merge pull request from serras/master
Try to fix each error only once
2014-08-29 10:48:04 +09:00
Ruben Astudillo
707427ee4d Merge remote-tracking branch 'kazu/master' 2014-08-28 18:02:07 -04:00
Daniel Gröber
a0ae09a3e6 Give readProcess' more sensible error messages.
Also a bunch of refactoring for GhcModError
2014-08-28 15:57:49 +02:00
Daniel Gröber
a7f00931c5 Rename List.hs -> Modules.hs 2014-08-28 11:41:03 +02:00
randen
b9acbf7713 Don't turn C-u into a prefix command
* elisp/ghc.el
  * There are many ways to fix issue  so this is
    just one example and may not fit the style you
    prefer, so please feel free to use or not.
    It is easy to work-around the issue by setting
    ghc-initial-sig-key to another key combination
    before ghc-init, but it would be nice to have a
    fix. The use of C-u for this binding seems to
    be just as a flag, thus this change takes
    the simplest fix to achieve that purpose.
2014-08-25 17:19:17 -07:00
Ruben Astudillo
7daf6071eb Merge remote-tracking branch 'kazu/master' 2014-08-24 15:31:05 -04:00
Daniel Gröber
7277d4d6c3 Bump version to 5.0.1.1 2014-08-24 14:49:30 +02:00
Daniel Gröber
aeb11fb0b5 Keep error information in extract 2014-08-24 14:41:30 +02:00
Daniel Gröber
7a6e37c57a Fix building with ghc 7.4 2014-08-24 14:41:30 +02:00
Daniel Gröber
42c0e8f913 docs: Move GhcModError to right export category in Monad.hs 2014-08-24 14:19:56 +02:00
Alejandro Serrano
6cf472168c Try to fix each error only once 2014-08-24 13:29:12 +02:00
Thomas Tuegel
f675ad4163 Use advice to check syntax on save-buffer 2014-08-23 21:49:03 -05:00
Alan Zimmerman
fa6d3faec2 Removing spurious file 2014-08-23 16:22:23 +02:00
Alan Zimmerman
0944820dba CaseSplit panic sorted. closes https://github.com/kazu-yamamoto/ghc-mod/issues/336 2014-08-23 14:06:26 +02:00
Alan Zimmerman
9101f306d1 Adding test case for https://github.com/kazu-yamamoto/ghc-mod/issues/336 2014-08-23 11:01:49 +02:00
Ruben Astudillo
bdaa2ec675 browseIt with modified environment to solve 2014-08-23 04:23:33 -04:00
Daniel Gröber
5b32667060 typo 2014-08-21 00:32:46 +02:00
Daniel Gröber
252341ea41 Fix cabal.sandbox.config.in path in Extra-Source-Files 2014-08-21 00:27:32 +02:00
Kazu Yamamoto
23a8837632 adding missing elisp file. 2014-08-20 16:56:55 +09:00
Kazu Yamamoto
ca7b0001ed fix a test case. 2014-08-20 15:36:52 +09:00
Kazu Yamamoto
d045001eb7 Letting "ghc-mod dumpsym" work on non-cabal directories. 2014-08-20 15:31:26 +09:00
Kazu Yamamoto
607919e815 making case-split work even if the target is highlighted. 2014-08-20 14:44:24 +09:00
Kazu Yamamoto
51710c38b0 trying to fix Travis CI. 2014-08-20 12:35:36 +09:00
Kazu Yamamoto
25e1727971 modifying date. 2014-08-20 12:15:24 +09:00
Kazu Yamamoto
1e1505c535 removing warnings from spec. 2014-08-20 12:14:27 +09:00
Kazu Yamamoto
190dc2ac51 try to fix Travis CI. 2014-08-20 11:59:44 +09:00
Kazu Yamamoto
9c15a502df updating changelog. 2014-08-20 11:51:05 +09:00
Kazu Yamamoto
c5d134fb61 Merge pull request from serras/master
Added myself to Authors in cabal file
2014-08-20 11:49:47 +09:00
Alejandro Serrano
77051545a4 Adde myself to Authors in cabal file 2014-08-19 18:35:10 +02:00
Kazu Yamamoto
9456ea426d fixing typos. 2014-08-19 17:18:36 +09:00
Kazu Yamamoto
a483f4f8b6 error messages are stored after NG, not printed in stderr. 2014-08-19 14:56:01 +09:00
Daniel Gröber
e696a66dfa Add myself to Author in ghc-mod.cabal 2014-08-19 05:24:28 +02:00
Daniel Gröber
1d015019c9 Fix UtilSpec 2014-08-19 05:21:59 +02:00
Kazu Yamamoto
ad3a42844d Merge pull request from DanielG/dev-error
Remove dedicated exception handling in `check` completely
2014-08-19 11:52:09 +09:00
Daniel Gröber
147dd90ee7 Remove dedicated exception handling in check completely
Exceptions are already caught at the top level so this is unnecessary.
2014-08-19 04:49:44 +02:00
Kazu Yamamoto
af6de8c849 Merge pull request from DanielG/dev-error
Remove `withErrorHandler`, use `liftExceptions` instead
2014-08-19 11:41:44 +09:00
Daniel Gröber
1b5917c70e Remove withErrorHandler, use liftExceptions instead 2014-08-19 04:30:44 +02:00
Kazu Yamamoto
c3e074fd05 Merge pull request from serras/master
Revert way to report errors when deferred as warnings
2014-08-19 09:31:36 +09:00
Alejandro Serrano
5b78711842 Revert way to report errors when deferred as warnings
Fixes 
2014-08-18 17:32:32 +02:00
Kazu Yamamoto
0fd8b9afd8 first try to resolve . 2014-08-18 16:55:41 +09:00
Kazu Yamamoto
f799ff1ee8 using force-mode-line-update just in case. 2014-08-18 15:42:14 +09:00
Kazu Yamamoto
5a657b9df8 removing warnings 2014-08-18 15:24:38 +09:00
Kazu Yamamoto
c1cff13dc7 Merge pull request from DanielG/dev-configure
Catch `cabal configure` failure properly
2014-08-18 15:10:23 +09:00
Daniel Gröber
271ff4e162 Catch cabal configure failure properly 2014-08-18 08:06:36 +02:00