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

23956 Commits

Author SHA1 Message Date
Rob Rix
c3a0adafaa I guess this was literally backwards 2018-06-22 16:05:54 -04:00
Rob Rix
346fad1097 fmap the topo sort over the import graph. 2018-06-22 16:00:36 -04:00
Rob Rix
903f048889 Don’t bind the heap when we aren’t using it. 2018-06-22 15:57:12 -04:00
Rick Winfrey
4a824fbfc7 Bump haskell-tree-sitter 2018-06-22 12:50:42 -07:00
Rob Rix
428b5a31dc These all import foo. 2018-06-22 15:47:31 -04:00
Rob Rix
2ed8688c28 Update the tests to pass a list of paths. 2018-06-22 15:45:42 -04:00
Rob Rix
98348908e6 🔥 some redundant imports. 2018-06-22 15:37:38 -04:00
Rob Rix
32f83378f3 evaluateProject takes a list of paths. 2018-06-22 15:26:46 -04:00
Rob Rix
19f3d720c1 Partially apply typecheckGoFile. 2018-06-22 15:10:03 -04:00
Rob Rix
88f820251d Partially apply eval*Project. 2018-06-22 15:06:31 -04:00
Rick Winfrey
db180d186d Bump haskell-tree-sitter 2018-06-22 11:45:32 -07:00
joshvera
002cb36cb3 hlint 2018-06-22 14:24:59 -04:00
joshvera
13eecb41a5 The embedded syntax field of a term should be decoded at position 1 2018-06-22 14:21:30 -04:00
joshvera
d3c912784b Fix tests 2018-06-22 14:19:01 -04:00
joshvera
710d7c0742 Add list instance 2018-06-22 12:35:16 -04:00
Rob Rix
e5546e8c86 Rename Merging' to Merging. 2018-06-22 11:31:56 -04:00
Rob Rix
f3802ba569 Rename askModuleTable' to askModuleTable. 2018-06-22 11:31:42 -04:00
Rob Rix
d3fad310f3 Repackage handleModules as a complete handler. 2018-06-22 11:31:02 -04:00
Rob Rix
11bdda42ce 🔥 runModules & friends. 2018-06-22 11:28:49 -04:00
Rob Rix
c7c2d20806 AAbbreviate the Show instance for Module a little further. 2018-06-22 11:23:07 -04:00
Rob Rix
05cf17d258 Show Module bodies. 2018-06-22 11:22:33 -04:00
Rob Rix
d97e235833 Rename the term parameter to body. 2018-06-22 11:21:10 -04:00
Rob Rix
18b0b37e2e Define a better Show instance for ModuleInfo. 2018-06-22 11:20:35 -04:00
Rob Rix
12c5dc32b2 🔥 an errant package version. 2018-06-22 10:38:03 -04:00
Rob Rix
92d50024ee Ditto for the call graph. 2018-06-22 10:34:24 -04:00
Rob Rix
9fa1befecb Graph modules which don’t import, and aren’t imported by, other modules. 2018-06-22 10:33:29 -04:00
Rob Rix
47411feb73 Tighten up the module table lookup. 2018-06-22 10:30:58 -04:00
Rob Rix
8cabd28911 We can foldMap instead of foldMapA. 2018-06-22 10:29:53 -04:00
Rob Rix
c0fe998bd5 Spacing. 2018-06-22 10:07:35 -04:00
Rob Rix
0c882fba87 Run in ghci & the tests with debug options. 2018-06-22 09:32:37 -04:00
Rob Rix
bd12fd92f9 Re-export debugOptions. 2018-06-22 09:31:37 -04:00
Rob Rix
b981b0c2e5 Add default options for debugging. 2018-06-22 09:31:32 -04:00
Rob Rix
cac0043c68 Re-export Options & defaultOptions. 2018-06-22 09:30:14 -04:00
Rob Rix
5efa9eb56d We no longer use tuple sections here. 2018-06-22 09:29:21 -04:00
Rob Rix
7bed885279 Skip graphing imports in the single module case. 2018-06-22 09:05:05 -04:00
Rob Rix
764c2130a8 🔥 PackageBody. 2018-06-22 08:55:45 -04:00
Rob Rix
dfb43674d0 Don’t bother with do-notation. 2018-06-22 08:53:16 -04:00
Rob Rix
4ec77ee860 🔥 Package versions.
We don’t have any way to populate this currently.
2018-06-22 08:51:09 -04:00
joshvera
7170481a92 Add Member and String to generated messages 2018-06-21 17:43:17 -04:00
joshvera
cba9711f42 Split up more sums and add names to fields 2018-06-21 16:37:20 -04:00
joshvera
c72b8abed0 Split up Subscript 2018-06-21 16:14:02 -04:00
joshvera
1cafaab9dd Split up Comparison 2018-06-21 16:08:49 -04:00
joshvera
41a24c4580 Bump fastsum 2018-06-21 15:59:15 -04:00
joshvera
9b49cef5b4 Split up Comparison 2018-06-21 15:59:09 -04:00
joshvera
493399c74e Split up BooleanOperator 2018-06-21 15:27:49 -04:00
Rob Rix
eedc8f4b7e Rearrange the spec helper to match Util. 2018-06-21 14:52:08 -04:00
Rob Rix
6abd29a65d Reuse UtilEff. 2018-06-21 13:46:28 -04:00
Rob Rix
3c537e3337 We’re in Evaluator, not TermEvaluator. 2018-06-21 13:44:58 -04:00
Rob Rix
07a0277b00 Fix up the Evaluator spec. 2018-06-21 13:42:03 -04:00
Rob Rix
84eb2beaa5 This doesn’t have module table state any more either. 2018-06-21 13:37:23 -04:00