Commit Graph

1327 Commits

Author SHA1 Message Date
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 #333 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 #330 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 #329 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 #328 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 #310
2014-08-18 17:32:32 +02:00
Kazu Yamamoto 0fd8b9afd8 first try to resolve #322. 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 #327 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
Kazu Yamamoto 6fec1de4b3 Merge pull request #324 from DanielG/dev-conv
Remove `toGhcModT` it's not needed anymore.
2014-08-16 14:33:12 +09:00
Daniel Gröber f5d051dcef Remove `toGhcModT` it's not needed anymore. 2014-08-15 20:35:21 +02:00
Kazu Yamamoto f7bc8460f4 Merge pull request #323 from serras/master
Show error messages without qualification
2014-08-15 18:38:29 +09:00
Alejandro Serrano 10042c6b0c Fix for GHC 7.4 2014-08-15 11:00:48 +02:00
Alejandro Serrano 57db768ed0 Fix for GHC 7.4 2014-08-15 10:46:52 +02:00
Alejandro Serrano f584bf5d5b Show error messages without qualification 2014-08-15 10:43:07 +02:00
Kazu Yamamoto 95cda63ea0 Merge pull request #321 from serras/master
Obtain all warnings even in presence of typed holes
2014-08-15 16:50:00 +09:00
Alejandro Serrano 6b62117381 Remove redundant typed hole warnings 2014-08-15 09:41:02 +02:00
Alejandro Serrano 7612229cc0 Keep all errors and warnings for code 2014-08-15 09:32:28 +02:00
Kazu Yamamoto 82936bb11e Merge pull request #320 from serras/master
Do not use dropdown-list + change keybindings + improve checking with typed holes
2014-08-15 06:32:25 +09:00
Alejandro Serrano fdbecdddce Make better check in presence of typed holes 2014-08-14 20:51:49 +02:00
Alejandro Serrano 637fd7e66f Merge remote-tracking branch 'kazu/master'
Conflicts:
	elisp/ghc-rewrite.el
2014-08-14 18:06:10 +02:00
Alejandro Serrano 890658f9cb Fix merge conflict, dropdown-list no longer needed 2014-08-14 18:02:58 +02:00
Alejandro Serrano 8eeeacd58d Case splitting in M-t and initial-code in C-u M-t 2014-08-14 17:59:46 +02:00
Alejandro Serrano 7ecb66f32e Do not use dropdown-list for automatic completion 2014-08-14 17:49:49 +02:00
Kazu Yamamoto 8606316d84 one more type error to be rescued. 2014-08-14 16:42:05 +09:00
Kazu Yamamoto 4f785d7f8a Set Opt_DeferTypeErrors to rescure type errors. (#310)
Type errors are turned to warnings. We force to turn them to the errors again.
2014-08-14 14:13:09 +09:00
Kazu Yamamoto bc4bfe1752 -v option for ghc-mod (#304) 2014-08-14 12:03:59 +09:00
Kazu Yamamoto d5733874e0 using <$> 2014-08-14 11:14:46 +09:00
Kazu Yamamoto 2875275fc0 hlint suggestions. 2014-08-14 11:11:02 +09:00
Kazu Yamamoto 4090b301f7 removing trailing white spaces. 2014-08-14 10:49:48 +09:00
Kazu Yamamoto 0ee6d06411 removing trailing white spaces. 2014-08-14 10:48:57 +09:00
Kazu Yamamoto 358ed2dfff workaround for #318 2014-08-14 10:20:30 +09:00