1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00
Commit Graph

23702 Commits

Author SHA1 Message Date
Rick Winfrey
16e7225d0a Allow for expressions on the lefthand side of a bind pattern in a do block 2018-06-22 17:31:24 -07:00
Rick Winfrey
03e291c52e 🔥 NBSP 2018-06-22 17:26:23 -07:00
Rick Winfrey
33fa36c79a Handle comments before a deriving clause 2018-06-22 17:25:46 -07:00
Rick Winfrey
1bfdcfdb1c Pattern guards need not have two sides 2018-06-22 16:54:53 -07:00
Rick Winfrey
2dc20ab960 Generalize listPattern over expressions 2018-06-22 16:54:45 -07:00
Rick Winfrey
0975e56608 Assign labeled construction 2018-06-22 16:47:25 -07:00
Rick Winfrey
6fcc0fe981 Add labeled construction syntax 2018-06-22 16:47:16 -07:00
Rick Winfrey
c58c9556e6 🔥 NBSP 2018-06-22 16:36:49 -07:00
Rick Winfrey
c535af4a36 Assign qualifiedTypeClassIdentifier 2018-06-22 16:33:39 -07:00
Rick Winfrey
462ed79752 Generalize newConstructor over expressions 2018-06-22 16:33:21 -07:00
Rick Winfrey
7a4b2da299 Term module declaration components 2018-06-22 16:33:10 -07:00
Rick Winfrey
32b8224a3e Generalize fieldPattern over expressions 2018-06-22 16:32:57 -07:00
Rick Winfrey
12230f33a7 Add qualifiedTypeClassIdentifier to typeConstructor 2018-06-22 16:32:48 -07:00
Rick Winfrey
2121498440 Generalize derivingClause over all expressions 2018-06-22 16:32:18 -07:00
Rick Winfrey
8a74786501 Add qualified type class identifier syntax 2018-06-22 16:32:00 -07:00
Rick Winfrey
0d69f9f996 Allow expressions for Pattern' and Expression 2018-06-22 16:00:52 -07:00
Rick Winfrey
edd1eb1b72 Assign newly added PatternGuard 2018-06-22 15:46:21 -07:00
Rick Winfrey
ea02ff5a92 🔥 NBSP 2018-06-22 15:45:02 -07:00
Rick Winfrey
67823c7be7 Bump tree-sitter-haskell 2018-06-22 13:26:04 -07:00
Rob Rix
d586d6dc09 Show the load order. 2018-06-22 16:06:27 -04:00
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
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