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

20285 Commits

Author SHA1 Message Date
Patrick Thomson
c06873bedb Port Control.Abstract.Evaluator to FE1. 2019-11-08 12:14:33 -05:00
Patrick Thomson
0f8fd5be35 Merge remote-tracking branch 'origin/master' into fused-effects-one-dot-zero 2019-11-06 14:13:02 -05:00
Timothy Clem
6825316011 Expose diffGraph again 2019-11-05 14:31:16 -08:00
Rob Rix
cab72daf15
:fire 2019-10-30 15:40:51 -04:00
Rob Rix
c6c729df45
🔥 redundant Generic & Hashable instances. 2019-10-30 14:51:57 -04:00
Rob Rix
17fe2b0fe8
🔥 redundant language extensions. 2019-10-30 14:35:55 -04:00
Rob Rix
0c897852b0
🔥 redundant constraints. 2019-10-30 14:31:43 -04:00
Rob Rix
890d05dfd7
🔥 branchNode/leafNode/toTerm. 2019-10-30 14:30:52 -04:00
Rob Rix
4941cb8dc8
🔥 redundant constraints. 2019-10-30 14:30:26 -04:00
Rob Rix
60886eb90f
🔥 the silencing of no export list warnigns. 2019-10-30 14:28:41 -04:00
Rob Rix
6230181c7e
Fix up the graph style. 2019-10-30 14:03:05 -04:00
Rob Rix
a2ec2ae8de
🔥 partial record selectors from ControlFlowVertex. 2019-10-30 14:00:38 -04:00
Rob Rix
29085fd688
Extract the partial moduleName & span fields into a new type. 2019-10-30 13:50:00 -04:00
Rob Rix
b2ad11a912
Don’t bind unused type variables. 2019-10-30 13:39:01 -04:00
Rob Rix
29db8b3f35
🔥 partial field selectors for Python.QualifiedName. 2019-10-30 13:36:26 -04:00
Rob Rix
9770cbdc9b
🔥 partial field selectors for Token. 2019-10-30 13:35:35 -04:00
Rob Rix
8d6eecc77b
Fix partial record selector warnings for LoopControl. 2019-10-30 13:34:21 -04:00
Rob Rix
f68fa5ea30
Enable hard-mode warnings project-wide. 2019-10-30 13:29:45 -04:00
Rob Rix
a8a3bca972
Fix some missed language extensions. 2019-10-30 13:16:17 -04:00
Rob Rix
7262484a57
Add language extensions to everything. 2019-10-30 12:49:23 -04:00
Rob Rix
298c37feff
Avoid binding an unused type variable. 2019-10-30 11:44:58 -04:00
Rob Rix
5372cfad51
Merge branch 'master' into fused-effects-one-dot-zero 2019-10-25 16:05:40 -04:00
Rob Rix
3e74db0234
Lint a little lint of me 2019-10-25 14:22:09 -04:00
Rob Rix
cbc2d82b55
Don’t define an orphan Hashable1 instance for NonEmpty. 2019-10-25 14:03:01 -04:00
Rob Rix
d9aff05870
🔥 redundant silencing of warnings. 2019-10-25 14:01:56 -04:00
Rob Rix
a05533fd19
🔥 NFData & NFData1 instances wherever they may be found.
Also some Generic instances.
2019-10-25 13:52:07 -04:00
Rob Rix
a35099fef7
Sort some deriving clauses. 2019-10-25 13:33:06 -04:00
Rob Rix
27a59e17d7
🔥 redundant language extensions. 2019-10-25 13:32:08 -04:00
Rob Rix
06d32510d9
Sort the language extensions. 2019-10-25 13:31:12 -04:00
Rob Rix
3d422f25cc
🔥 GND. 2019-10-25 13:30:20 -04:00
Rob Rix
cb0aa77a93
🔥 the Generically newtype. 2019-10-25 13:28:15 -04:00
Rob Rix
9a85fddccd
🔥 some Eq/Ord/Show instances that slipped through. 2019-10-25 13:28:09 -04:00
Rob Rix
15d1bb4b25
Derive Eq1/Ord1/Show1 instances manually. 2019-10-25 13:25:47 -04:00
Rob Rix
ff0a577393
🔥 Eq, Ord, & Show instances for all the syntax types. 2019-10-23 17:19:01 -04:00
Rob Rix
6750a30761
Standardize. 2019-10-23 17:06:36 -04:00
Rob Rix
2e46d73324
📝 ModuleResult. 2019-10-23 14:35:10 -04:00
Rob Rix
71185d0fbb
Revert "Define a Bifunctor instance for Value."
This reverts commit aec82b3743.
2019-10-23 12:25:07 -04:00
Rob Rix
93db4cfa45
Use the helpers anywhere we look up a parser. 2019-10-23 12:17:10 -04:00
Rob Rix
dc13bd05d3
Use the helpers in parseWith/parsePairWith. 2019-10-23 12:15:56 -04:00
Rob Rix
619cbd3b67
Define a helper to select a parser for a blob. 2019-10-23 12:12:59 -04:00
Rob Rix
2daaa1f571
Link the reference. 2019-10-23 12:12:49 -04:00
Rob Rix
c42ebf27e3
Define a helper to select a parser for the given language. 2019-10-23 12:11:50 -04:00
Rob Rix
31b325c101
Rename all the abstract parsers. 2019-10-23 12:09:17 -04:00
Rob Rix
a0b04fc1db
Rename jsonParserPrecise' to jsonParser'. 2019-10-23 12:07:26 -04:00
Rob Rix
a39dc6cbf6
🔥 all the concrete parsers. 2019-10-23 12:06:56 -04:00
Rob Rix
0d17b9691f
Reuse the abstract parsers for Python. 2019-10-23 12:02:07 -04:00
Rob Rix
4c282911a1
Don’t export the concrete parsers. 2019-10-23 11:59:59 -04:00
Rob Rix
a237ca2266
Split out a helper to parse a Blob straight to a list of tags. 2019-10-23 10:48:38 -04:00
Rob Rix
47c6c4bc61
Pass the Blob to tags. 2019-10-23 10:45:19 -04:00
Rob Rix
d2569a8f59
Compose tagsToFile onto a new tagsForTerm function. 2019-10-23 10:42:13 -04:00
Rob Rix
97b495c6d5
Revert "Generalize ValueError over the value type."
This reverts commit 769e00f3f7.
2019-10-23 09:39:54 -04:00
Rob Rix
1aaad130a7
Revert "Dedent/align."
This reverts commit f465b00f64.
2019-10-23 09:38:42 -04:00
Rob Rix
f465b00f64
Dedent/align. 2019-10-23 09:38:09 -04:00
Rob Rix
769e00f3f7
Generalize ValueError over the value type. 2019-10-23 09:33:01 -04:00
Rob Rix
296442b60b
Alignment. 2019-10-23 09:30:13 -04:00
Rob Rix
c36b400edd
Bring a few type variables out of scope. 2019-10-22 17:28:53 -04:00
Rob Rix
5580c8eb53
Merge branch 'abstract-a-la-carte-terms' into you-already-know-too-much 2019-10-22 16:31:57 -04:00
Rob Rix
f6910ca505
🔥 redundant extensions. 2019-10-22 16:29:12 -04:00
Rob Rix
b07f14c32e
Merge branch 'master' into abstract-a-la-carte-terms 2019-10-22 16:27:03 -04:00
Rob Rix
49fb4048e4
Eta-reduce ModuleResult. 2019-10-22 15:37:54 -04:00
Rob Rix
f3f9cb86e3
Run the analysis outside of runTask. 2019-10-22 15:34:12 -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
260d5200cc Merge remote-tracking branch 'origin/master' into pathtype-project-from-path 2019-10-22 14:22:32 -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
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
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
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
be61c98e66 First, tentative port of readProjectFromPaths. 2019-10-21 17:33:36 -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
Patrick Thomson
5cfde65db0 Remove Semantic.Git. 2019-10-21 16:48:37 -04:00
Patrick Thomson
4671732712 Unused imports. 2019-10-21 16:39:24 -04:00
Patrick Thomson
c5802304c2 Remove FromGitRepo and FilesFromGitRepo from Files DSL. 2019-10-21 16:37:15 -04:00
Patrick Thomson
927af0deb2 Remove Blob.IO.readBlobsFromGitRepo. 2019-10-21 16:37:00 -04:00
Patrick Thomson
9acb44abe4 Remove CLI parser for git repo stuff. 2019-10-21 16:36:42 -04:00
Patrick Thomson
025ccc713b Remove otiose boolean check. 2019-10-21 15:04:51 -04:00
Rob Rix
16e309e397
Merge branch 'edit-these-patch' into abstract-a-la-carte-terms 2019-10-21 14:16:00 -04:00
Rob Rix
c1d90f73e7
Revert "Simplify the Bitraversable instance."
This reverts commit 84a448ad4f.
2019-10-21 14:14:46 -04:00
Patrick Thomson
fd06ccf462 Address hlint suggestions in semantic. 2019-10-21 14:08:24 -04:00
Rob Rix
5df2222a15
Merge branch 'master' into edit-these-patch 2019-10-21 12:03:22 -04:00
Rob Rix
d3af1952c2
Revert "Define TypeScript.Term as a wrapper for Term."
This reverts commit 80792e0ce2.
2019-10-21 11:40:15 -04:00