Commit Graph

1553 Commits

Author SHA1 Message Date
Kazu Yamamoto
d5763f70dc hlint. 2010-06-14 14:30:56 +09:00
Kazu Yamamoto
5296ccf38d Extra info for GHC warnings. 2010-06-14 14:27:35 +09:00
Kazu Yamamoto
badaea4eff M-t for hlint. An error/warning place is replaced with suggestion
but not perfect.
2010-06-14 14:26:14 +09:00
Kazu Yamamoto
ca50279546 backport since module can't be completed. 2010-06-14 14:25:06 +09:00
Kazu Yamamoto
2e28a09aa9 defvar -> defconst. 2010-06-14 12:03:14 +09:00
Kazu Yamamoto
f30eb343b0 hlint options can be specified from ghc-hlint-options. 2010-06-14 11:56:35 +09:00
Kazu Yamamoto
da8975c03f adding '.' for completion start point. 2010-06-14 10:57:43 +09:00
Kazu Yamamoto
60852b6980 simplify hlint logic. 2010-06-08 11:27:21 +09:00
Kazu Yamamoto
5dd3bb83eb elisp hack for Hlint API. 2010-06-08 11:23:58 +09:00
Kazu Yamamoto
dec8ab5134 verion up. 2010-06-08 11:23:43 +09:00
Kazu Yamamoto
740ab2a054 Using HLint API!. 2010-06-08 11:12:59 +09:00
Kazu Yamamoto
6e6e1c9ad7 Does not allow C-cC-c when hlint does not exist. 2010-05-29 13:33:54 +09:00
Kazu Yamamoto
cd708e28f6 doc update. 2010-05-12 15:42:28 +09:00
Kazu Yamamoto
dc9c2c7fce typo error fix. 2010-05-12 15:00:08 +09:00
Kazu Yamamoto
2f1ab4e71d replacing [Char] with String when inserting inferred type.
Johannes Krause <cjay>
2010-05-12 14:55:01 +09:00
Kazu Yamamoto
cf16c62c3a adding ghc-command.el in cabal. 2010-05-12 09:56:09 +09:00
Kazu Yamamoto
3c48a6017b removing unnecessary deps. 2010-05-11 11:39:26 +09:00
Kazu Yamamoto
6e4f91f2ca ignoring camelCase suggestions. 2010-05-07 16:03:57 +09:00
Kazu Yamamoto
bb363c92e7 integrating hlint. 2010-05-06 15:29:55 +09:00
Kazu Yamamoto
85fdba4ffa check file for "check". 2010-05-06 13:14:17 +09:00
Kazu Yamamoto
ae89d284ad catch parse errors. 2010-05-04 19:31:14 +09:00
Kazu Yamamoto
fde44468a6 load multiple modules at ones. 2010-05-04 17:52:16 +09:00
Kazu Yamamoto
c4979bd04f cosmetic change. 2010-05-04 16:35:40 +09:00
Kazu Yamamoto
86e398ac92 removing unnecessary vars. 2010-05-04 12:50:44 +09:00
Kazu Yamamoto
6c5e5a55d9 the boot command. 2010-05-04 12:47:55 +09:00
Kazu Yamamoto
baa65be4a6 insert foo = undefined if "No inferred type".
insert guessed type even if it is contains in second line or later.
2010-05-04 12:14:33 +09:00
Kazu Yamamoto
5c4ded0630 Param -> Types. 2010-04-30 18:36:31 +09:00
Kazu Yamamoto
17a97aa1dd GHC API for list! 2010-04-30 18:17:20 +09:00
Kazu Yamamoto
c047b9523b cosmetic change. 2010-04-30 18:09:26 +09:00
Kazu Yamamoto
cea624aece expose GHC.API. 2010-04-30 16:47:23 +09:00
Kazu Yamamoto
20e68337d8 browse takes a list of modules. 2010-04-30 16:27:10 +09:00
Kazu Yamamoto
90d6a70811 symplify code. Note that parseDynamicFlags is essential, cannot be omitted. 2010-04-30 15:27:17 +09:00
Kazu Yamamoto
e35d195cc3 Using HscInterpreted. 2010-04-30 15:11:41 +09:00
Kazu Yamamoto
24fd6f28df simplified code. 2010-04-30 15:09:24 +09:00
Kazu Yamamoto
2345765077 -fno-code and no outputDir. 2010-04-29 12:39:48 +09:00
Kazu Yamamoto
8fd3c80a54 -package ghc. 2010-04-29 12:30:23 +09:00
Kazu Yamamoto
fb7f0c9802 removing ghc and ghci options. 2010-04-28 23:28:33 +09:00
Kazu Yamamoto
5e21c71b1e template for -package ghc. 2010-04-28 23:28:18 +09:00
Kazu Yamamoto
e94cc84c43 ignoring error. 2010-04-28 21:59:27 +09:00
Kazu Yamamoto
0f08eb5e32 use GHC API for check. 2010-04-28 21:43:32 +09:00
Kazu Yamamoto
a84d6952cb lookupModule does not exist in GHC 6.10, sigh. 2010-04-28 17:02:59 +09:00
Kazu Yamamoto
a9ebab0469 Using GHC API for browse! 2010-04-28 15:51:30 +09:00
Kazu Yamamoto
34534e07ff removing *.o file so that C-xC-s surely works. 2010-04-28 10:05:45 +09:00
Kazu Yamamoto
1e87b386a1 Using GHC API. 2010-04-27 10:29:29 +09:00
Kazu Yamamoto
40bdc70f8b cosmetic change. 2010-04-27 10:28:00 +09:00
Kazu Yamamoto
27f42b6c90 use symbols. 2010-04-26 17:26:25 +09:00
Kazu Yamamoto
61ebb031f4 bug fix for ESC-m. 2010-04-23 18:51:07 +09:00
Kazu Yamamoto
b8b22daba9 version up. 2010-04-23 18:39:52 +09:00
Kazu Yamamoto
e847ed6dab C-xC-s now checks syntax even if not modified. 2010-04-23 18:38:11 +09:00
Kazu Yamamoto
585ebe5e1d require dabbrev. 2010-04-23 18:37:48 +09:00