Commit Graph

1830 Commits

Author SHA1 Message Date
Iain Nicol 937605211d Update MELPA URL
A good reason to update is that the TLS certificate served at the old
domain is currently only valid for the new domain.
2015-11-01 13:57:14 +00:00
Daniel Gröber cb33004b7f Update HCAR entry 2015-10-29 23:43:02 +01:00
Daniel Gröber ca2992d83c Remove redundant constraint from runGhcModT 2015-10-29 18:52:51 +01:00
Daniel Gröber 8f4752ebd6 Merge pull request #649 from robstewart57/master
Adds report-ghc-errors to turn off *GHC Error* buffer when nil
2015-10-13 21:19:57 +02:00
Daniel Gröber 2ef3e7afe8 Merge pull request #592 from wolftune/patch-1
Added Atom to the list of supported editors
2015-10-11 21:55:56 +02:00
Daniel Gröber df1f9bb33f Merge pull request #634 from alanz/timing-pr2
Speed up map-file loading
2015-10-11 21:55:32 +02:00
Rob Stewart 138c711dc1 Adds ghc-report-errors to turn off *GHC Error* buffer when nil
ghc-mod now writes GHC errors to a new *GHC Error* buffer only if
report-ghc-errors has the value `t`. If a user wants to silence this
buffer, they should evaluate the following s-expression.

    (setq ghc-report-errors nil)

Fixes kazu-yamamoto/ghc-mod#618
2015-10-10 23:52:36 +01:00
Daniel Gröber 2e09ed295c Merge pull request #646 from rpglover64/patch-1
Bump cabal-helper dependency in stack.yaml
2015-10-07 12:24:31 +02:00
Alex R 01834dd8cd Bump cabal-helper dependency in stack.yaml 2015-10-06 20:37:36 -04:00
Daniel Gröber e74a6c05b8 Bump cabal-helper dependency 2015-10-05 17:38:12 +02:00
Alan Zimmerman a23b832258 Make travis happy for 7.8 version 2015-10-03 16:00:46 +02:00
Alan Zimmerman fc7b059f92 Update from input by @lierdakil 2015-10-01 08:54:13 +02:00
Alan Zimmerman 1d370f5866 Speed up map-file loading 2015-09-30 21:31:07 +02:00
Daniel Gröber 6b2246ebd6 Dead code be gone 2015-09-30 11:27:19 +02:00
Daniel Gröber 19b3de3569 Preserve cabal flags when reconfiguring project 2015-09-24 05:27:20 +02:00
Daniel Gröber 2549bba7b8 Fix yesterday's fix
we were invoking cabal-helper too early
2015-09-24 04:49:49 +02:00
Daniel Gröber 6710503648 Typo 2015-09-24 03:20:53 +02:00
Nikolay Yakimov 21c4010010 Test for file map logging when temp dir is proj. root subdir 2015-09-24 03:20:07 +02:00
Nikolay Yakimov 0d42b66fc3 Fix logging for file mapping when temp dir is proj. root subdir 2015-09-24 03:20:07 +02:00
Daniel Gröber df455a3618 Fix missing autogen files when dist/setup-config already exists (Issue #621) 2015-09-23 12:02:03 +02:00
Daniel Gröber 6f0eb46db9 Add a manual testcase for the "not interpreted" issue 2015-09-18 04:59:42 +02:00
Daniel Gröber 0fde762500 Fix ghc<7.10 2015-09-16 05:40:53 +02:00
Daniel Gröber 2c90e7a700 Bump version to 5.4.0.0 2015-09-16 05:30:07 +02:00
Daniel Gröber 46891f13ee Fix #603, `stack path` output can have missing values 2015-09-16 05:18:53 +02:00
Daniel Gröber 24050e5af3 Fix warnings 2015-09-16 05:18:44 +02:00
Daniel Gröber 380acdaee0 Only use debugLogger when loglevel >= GmDebug 2015-09-16 05:13:20 +02:00
Daniel Gröber 413bac085d Fix sharing stdout Chan with multiple threads 2015-09-16 05:13:20 +02:00
Daniel Gröber 7e565df923 Fix stdoutGateway line buffering 2015-09-16 05:13:20 +02:00
Daniel Gröber 2c0d5af5e9 Fix warnings 2015-09-16 05:13:20 +02:00
Kazu Yamamoto aad7cdebe5 fixing doc (#599). 2015-09-15 16:50:25 +09:00
Daniel Gröber 5af2c939b3 Cleanup some dead code 2015-09-15 05:25:54 +02:00
Daniel Gröber 0b2a3458fd Move `stack` code into seperate module 2015-09-15 05:25:54 +02:00
Kazu Yamamoto 545f0557f2 ensuring that root ends with a file separator. 2015-09-15 12:14:36 +09:00
Kazu Yamamoto ac2d8ba134 kill buffer hook run only for haskell-mode. 2015-09-15 11:32:16 +09:00
Kazu Yamamoto ad5a343d2e ensuring that ghc-mod is executed on the root dir. 2015-09-15 11:31:54 +09:00
Daniel Gröber 0aa3655e08 Fix tests 2015-09-14 10:12:01 +02:00
Daniel Gröber 5b02cc1bb0 Make sure stdoutGateway is flushed before exiting. 2015-09-14 10:12:01 +02:00
Daniel Gröber 56902bfe2d Don't mess with cwd, causes too many race conditions
I would just fork() but we have to support WinDOS, gah.
2015-09-14 10:12:01 +02:00
Kazu Yamamoto 6488f1070d boot skips map-file. 2015-09-14 15:09:34 +09:00
Kazu Yamamoto 52016b6210 using ghc-get-project-root only when it is necessary. 2015-09-14 15:02:34 +09:00
Kazu Yamamoto 935c51eb1c nicer messages. 2015-09-14 14:58:00 +09:00
Kazu Yamamoto 983059101c adding kill-buffer-hook. 2015-09-14 14:57:47 +09:00
Daniel Gröber 0277d44695 Fix missing newline 2015-09-14 07:46:22 +02:00
Kazu Yamamoto 71c8361911 making loop safer. 2015-09-14 07:46:22 +02:00
Daniel Gröber 55f278853a Fix tests more 2015-09-14 07:11:45 +02:00
Daniel Gröber ba14e1790c Fix tests 2015-09-14 05:59:38 +02:00
Daniel Gröber a7e2f3d2a6 Merge branch 'master' of github.com:kazu-yamamoto/ghc-mod 2015-09-14 05:40:39 +02:00
Daniel Gröber 4536ac545d Make sure stdoutGateway is running during findCradle' 2015-09-14 05:40:32 +02:00
Kazu Yamamoto 2ea1eca519 Merge pull request #595 from konn/case-sensitivity
Fixed #561
2015-09-14 08:34:37 +09:00
Hiromi Ishii 74ba886fa1 Fixed variable binding miss 2015-09-13 18:20:11 +09:00