Kazu Yamamoto
de448f8ade
layout only.
2015-08-12 12:58:47 +09:00
Kazu Yamamoto
475b2ea02e
Revert "don't silently ignore case when ghc process is already running in ghc-with-process"
...
This reverts commit ac31e6edc2
.
2015-08-12 12:10:33 +09:00
Kazu Yamamoto
be2b3f0ea7
Revert "Fix typo to set process running status"
...
This reverts commit b52c0a5d76
.
2015-08-12 12:10:14 +09:00
Daniel Gröber
11243e5304
Add in-memory caching otherwise everything is slow
2015-08-11 07:38:25 +02:00
Daniel Gröber
05360e0660
Fix typo
2015-08-11 06:35:07 +02:00
Daniel Gröber
2cd4d6bd80
Bind ghc-modi executable to right ghc-mod exe
2015-08-11 02:02:08 +02:00
Daniel Gröber
54dcfdf291
Defer the inevitable rewrite of the cmdline parser
...
a little while longer anyways
2015-08-10 13:37:31 +02:00
Daniel Gröber
1542a068f0
Rename debugComponent -> debug-component
2015-08-10 10:10:40 +02:00
Daniel Gröber
d863e90775
Add nuke-caches command
2015-08-10 10:10:33 +02:00
Daniel Gröber
bad431a758
Bump cabal-helper depdendency
2015-08-10 09:07:41 +02:00
Daniel Gröber
36c4253135
Desugar warnings don't work before ghc 7.8
2015-08-10 08:15:34 +02:00
Daniel Gröber
369b5c5d6e
Bump cabal-helper dependency
2015-08-10 08:14:38 +02:00
Daniel Gröber
c4d534ba1c
Make sure preprocessed module are on the module path
2015-08-10 06:44:35 +02:00
Daniel Gröber
bb22b643e9
Add version header to caches
2015-08-10 06:44:34 +02:00
Daniel Gröber
c71528c574
Don't look for ghc-modi in ghc-debug, fix #526
2015-08-10 06:44:21 +02:00
Daniel Gröber
5b30fdde29
Remove version bounds from test cabal files
2015-08-10 03:57:47 +02:00
Daniel Gröber
0abe1d6a53
Fix warning
2015-08-07 07:33:04 +02:00
Daniel Gröber
5fdaa6adea
Merge branch 'master' of https://github.com/meditans/ghc-mod
2015-08-07 07:32:26 +02:00
Daniel Gröber
8439f12cb0
Let Cabal determine the package-db stack
2015-08-07 07:31:08 +02:00
Daniel Gröber
f85327a1b6
Re-enable cabal-helper tests
2015-08-07 04:42:09 +02:00
Daniel Gröber
9dc7a9375e
Fix resolveModule test again
2015-08-07 04:42:09 +02:00
meditans
31d85a27b4
Added logging in refine
and auto
handlers
2015-08-06 11:49:01 +02:00
Daniel Gröber
2c9b79449a
Add missing test data to extra-source-files
2015-08-06 04:22:51 +02:00
Daniel Gröber
2b7d25c7a5
Remove debug stuff from .travis.yml
2015-08-05 10:29:48 +02:00
Daniel Gröber
a9c46c08f6
Fix warnings
2015-08-05 10:29:19 +02:00
Daniel Gröber
aabbd5ce33
Fix resolveModule Cpp test
2015-08-05 10:16:54 +02:00
Daniel Gröber
f61dd0a9e6
Fix re-init of ghc-modi session after environment change
...
Using `dropSession` instead of a weird exception cludge
2015-08-05 08:52:52 +02:00
Daniel Gröber
20bccae1fc
Enable travis caching for cabal dependencies
2015-08-05 08:01:25 +02:00
Daniel Gröber
6e28e07ca9
Fix #507
2015-08-05 08:01:25 +02:00
Daniel Gröber
1a53582a21
Add failing test for missing warnings #507
2015-08-05 08:01:23 +02:00
Daniel Gröber
40f0e21fdf
Fix input validation on log level
2015-08-05 06:16:05 +02:00
Daniel Gröber
d270e92951
Clean up L.H.GM.Target debug/vomit output a bit
2015-08-05 06:16:05 +02:00
Daniel Gröber
c9b6e95a30
Add Vomit log level and dumping to disk
2015-08-03 08:09:24 +02:00
Daniel Gröber
614522644b
Fix imports for ghc < 7.10
2015-08-03 07:51:23 +02:00
Daniel Gröber
6ef389a757
Merge branch 'Fix502' of https://github.com/acowley/ghc-mod
2015-08-03 05:48:15 +02:00
Daniel Gröber
84c0670fc4
docs
2015-08-03 05:47:16 +02:00
Daniel Gröber
75d4a2a9d6
Some debug logging for cabal configure
etc.
2015-08-03 05:47:16 +02:00
Daniel Gröber
ec008fbd1e
Bump cabal-helper dependency
2015-08-03 05:47:16 +02:00
Daniel Gröber
f023d939e2
Fix GHC 7.10 warnings
2015-08-03 05:46:51 +02:00
Daniel Gröber
160cec86bb
Comment
2015-08-03 05:46:51 +02:00
Daniel Gröber
42e72b3816
Fix fileModuleName not working on CPP modules given by path
2015-08-03 05:46:51 +02:00
Bodigrim
e252c7b762
Fix typo in help
2015-07-24 00:07:56 +03:00
Daniel Gröber
4b2be9c9ed
Merge pull request #509 from acowley/Fix491
...
Serialize check-syntax
2015-07-13 13:00:39 +02:00
Anthony Cowley
e06e4d25df
More sensitive to cache invalidation.
...
This addresses a problem where changes to a .cabal file were not
invalidating the cache files.
2015-07-08 18:15:05 -04:00
Anthony Cowley
3bf4243baf
Serialize check-syntax
...
- Wait for ghc-mod to be ready before trying to check a buffer
- Times out after 10s with an error
- Only check-syntax visible buffers
- check-syntax when switching to a buffer
2015-07-08 18:12:13 -04:00
Daniel Gröber
509f43999f
cabal-helper-0.3.5.0 is broken...
2015-07-06 18:41:34 +02:00
Daniel Gröber
bfa0b965ee
Fix impredicativity related issue
...
See: https://ghc.haskell.org/trac/ghc/ticket/10443
2015-06-10 11:00:56 +02:00
Daniel Gröber
21087650d9
Fix travis
2015-06-07 03:36:50 +02:00
Daniel Gröber
acfc575e13
Make unknown component fallback message more clear
2015-06-07 02:45:50 +02:00
Daniel Gröber
bed42f10fe
Refactor L.H.G.Caching
2015-06-07 02:44:11 +02:00