1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 12:21:57 +03:00
Commit Graph

31433 Commits

Author SHA1 Message Date
Rob Rix
f3f9cb86e3
Run the analysis outside of runTask. 2019-10-22 15:34:12 -04:00
Ayman Nadeem
a2cd91579f need traverse_ from Data.Foldable 2019-10-22 15:29:23 -04:00
Ayman Nadeem
79d971c432 express do block as composition 2019-10-22 15:28:27 -04:00
Rob Rix
47d1be5ff4
Align. 2019-10-22 15:16:05 -04:00
Rob Rix
aec82b3743
Define a Bifunctor instance for Value. 2019-10-22 15:14:19 -04:00
Rob Rix
2fdc6d17a8
🔥 TypeFamilies. 2019-10-22 15:09:24 -04:00
Rob Rix
8450c30100
🔥 a redundant identity function. 2019-10-22 15:09:02 -04:00
Rob Rix
f54bfd181e
🔥 the eval*Project functions. 2019-10-22 15:02:47 -04:00
Rob Rix
0d56ae08e4
Align. 2019-10-22 14:59:50 -04:00
Rob Rix
97d53044e9
Align the signatures and definitions. 2019-10-22 14:54:55 -04:00
Rob Rix
ba1bfc1560
Don’t use Quieterm. 2019-10-22 14:48:38 -04:00
Rob Rix
39b66b96d1
Get the span using HasSpan. 2019-10-22 14:48:27 -04:00
Patrick Thomson
7e46bc38b0
Merge pull request #355 from github/pathtype-project-from-path
Make readProjectFromPaths use typed paths.
2019-10-22 14:32:24 -04:00
Patrick Thomson
260d5200cc Merge remote-tracking branch 'origin/master' into pathtype-project-from-path 2019-10-22 14:22:32 -04:00
Ayman Nadeem
090ebfeffc extract lambda into a named function in where clause 2019-10-22 13:53:09 -04:00
Ayman Nadeem
a9f6068a7b color can only have if pretty 2019-10-22 13:41:13 -04:00
Ayman Nadeem
f876c0b5e0 redundant do blocks 2019-10-22 13:40:48 -04:00
Ayman Nadeem
0bee5c5d25 clean up usage docs 2019-10-22 13:40:35 -04:00
Ayman Nadeem
9b17db51b1 add qualified import 2019-10-22 13:40:27 -04:00
Ayman Nadeem
4c0de190ec use qualified imports to clean stuff up 2019-10-22 13:09:13 -04:00
Ayman Nadeem
45abf90917 indent case statements because lexical scoping 2019-10-22 12:33:19 -04:00
Ayman Nadeem
3e754c35b1 use for_ 2019-10-22 12:33:05 -04:00
Ayman Nadeem
1761656d27 jk use for_ so we don't ignore results 2019-10-22 12:28:23 -04:00
Patrick Thomson
1c885f3003
Merge pull request #354 from github/git-out
Remove ability to load blobs/projects from Git repos.
2019-10-22 12:25:55 -04:00
Rob Rix
3ad3740c9b
Merge pull request #353 from github/hlint-in-ci-again
Run hlint in CI again.
2019-10-22 11:54:11 -04:00
Ayman Nadeem
c67dc33184 let's support multiple formats 2019-10-22 10:50:58 -04:00
Ayman Nadeem
cf30f7672f tracked this by accident 2019-10-22 10:50:48 -04:00
Patrick Thomson
d6f43ccf73 Revert "Convert projectExcludeDirs to use AbsRelDir."
This reverts commit 5585f8caeb.
2019-10-22 01:16:03 -04:00
Patrick Thomson
4e42379a2c This auxiliary data type can die. 2019-10-21 19:55:38 -04:00
Patrick Thomson
17e2c5a28d Fix last few warnings. 2019-10-21 19:52:34 -04:00
Patrick Thomson
3e55cace90 Wrong path. 2019-10-21 18:24:35 -04:00
Patrick Thomson
5585f8caeb Convert projectExcludeDirs to use AbsRelDir. 2019-10-21 18:06:40 -04:00
Rob Rix
51fd82c3b9
🔥 more redundant language extensions. 2019-10-21 18:02:09 -04:00
Rob Rix
ba5ec2af59
Turn off the CPP. 2019-10-21 18:00:54 -04:00
Rob Rix
a48eed8cdd
Select the language only once. 2019-10-21 17:58:08 -04:00
Patrick Thomson
da2d9eeee1 copy the data files 2019-10-21 17:56:26 -04:00
Rob Rix
69378874f9
Type applications. 2019-10-21 17:53:21 -04:00
Rob Rix
25b3d28aea
Rename the language imports. 2019-10-21 17:52:59 -04:00
Rob Rix
20334c683e
Abstract FileEvaluator over the error type. 2019-10-21 17:51:37 -04:00
Rob Rix
bb1a597db8
Abstract FileEvaluator over the term type. 2019-10-21 17:50:59 -04:00
Rob Rix
fe2cb8944e
Abstract FileEvaluator over the syntax type. 2019-10-21 17:50:30 -04:00
Patrick Thomson
43c783f93e No scoped type variables necessary. 2019-10-21 17:49:33 -04:00
Patrick Thomson
2d5a7e7fbb Comment and clarify. 2019-10-21 17:48:27 -04:00
Patrick Thomson
407d7a2120 forgot a dot. fordot. 2019-10-21 17:40:34 -04:00
Rob Rix
bf82196315
Abstract the benchmarks over the term type. 2019-10-21 17:37:01 -04:00
Rob Rix
ab7a831a34
Fix a typo. 2019-10-21 17:35:53 -04:00
Patrick Thomson
be61c98e66 First, tentative port of readProjectFromPaths. 2019-10-21 17:33:36 -04:00
Patrick Thomson
278f27af5d output wasn't shaped right 2019-10-21 17:03:58 -04:00
Patrick Thomson
6c137e5add Start rubbing some typed paths on readProjectFromPaths. 2019-10-21 17:01:08 -04:00
Patrick Thomson
65853549c1 Merge remote-tracking branch 'origin/master' into hlint-in-ci-again 2019-10-21 16:56:28 -04:00