1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00
Commit Graph

31106 Commits

Author SHA1 Message Date
Rob Rix
39b66b96d1
Get the span using HasSpan. 2019-10-22 14:48:27 -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
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
Rob Rix
7e5d2d6da3
Merge branch 'master' into abstract-a-la-carte-terms 2019-10-21 16:40:59 -04:00
Rob Rix
52243cfb07
Merge pull request #348 from github/edit-these-patch
Consolidate how we deal with diff inputs
2019-10-21 16:30:19 -04:00
Patrick Thomson
5f35d1ab35
Merge pull request #345 from github/function-define-thyself
Use `rec` so functions can refer to themselves in their bodies.
2019-10-21 15:15:21 -04:00
Patrick Thomson
c8149c6bbd
Merge pull request #352 from github/cache-cow
Build & test against 8.6.5 in CI & expire old compilers’ caches
2019-10-21 15:15:06 -04:00
Rob Rix
33b37985e5
Revert "Ditch old compiler versions."
This reverts commit 3678d466a0.
2019-10-21 14:27:20 -04:00
Rob Rix
54bc348f57
Revert "Remove subdirectories of .cabal/store too."
This reverts commit 61548d77e2.
2019-10-21 14:27:15 -04:00
Rob Rix
ab99033358
Revert "📝"
This reverts commit 1dc87e9cb3.
2019-10-21 14:27:12 -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
Rob Rix
e2ea9a1ce8
Use v2-*. 2019-10-21 13:39:54 -04:00
Rob Rix
1dc87e9cb3
📝 2019-10-21 13:39:11 -04:00
Rob Rix
61548d77e2
Remove subdirectories of .cabal/store too. 2019-10-21 13:39:06 -04:00
Rob Rix
3678d466a0
Ditch old compiler versions. 2019-10-21 13:36:09 -04:00
Rob Rix
32c1c79022
Bump the tested-with version to 8.6.5 for semantic & semantic-python. 2019-10-21 13:31:06 -04:00
Rob Rix
d4fe4cedff
Add a tested-with field to semantic-ast. 2019-10-21 13:30:57 -04:00
Rob Rix
5074931cee
Use 8.6.5 in CI. 2019-10-21 13:30:47 -04:00
Rob Rix
43d733b89d
Merge branch 'edit-these-patch' into abstract-a-la-carte-terms 2019-10-21 13:27:10 -04:00
Rob Rix
7ae14819c9
🔥 a redundant import. 2019-10-21 13:19:27 -04:00
Patrick Thomson
ecaa5a1671 Combine lets. 2019-10-21 12:41:45 -04:00
Patrick Thomson
cbda7cf344 Merge remote-tracking branch 'origin/master' into function-define-thyself 2019-10-21 12:35:35 -04:00
Rob Rix
e04e24a29e
Merge branch 'edit-these-patch' into abstract-a-la-carte-terms 2019-10-21 12:03:35 -04:00
Rob Rix
5df2222a15
Merge branch 'master' into edit-these-patch 2019-10-21 12:03:22 -04:00
Rob Rix
5da3a1183b
Correct stale references to patch. 2019-10-21 12:03:07 -04:00
Rob Rix
33b9f1ef4d
Merge branch 'master' into abstract-a-la-carte-terms 2019-10-21 12:02:13 -04:00
Rob Rix
50d2c4520d
Merge pull request #349 from github/abstract-analysis-parsing
Abstract analysis parsing
2019-10-21 11:54:12 -04:00
Rob Rix
559e2e0c59
Fix a missed rename. 2019-10-21 11:42:55 -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
Rob Rix
80792e0ce2
Define TypeScript.Term as a wrapper for Term. 2019-10-21 11:37:26 -04:00
Rob Rix
c246ab640a
Combine the SummarizeTermsBy 'ALaCarte instances. 2019-10-21 11:23:05 -04:00
Rob Rix
294fea06af
Generalize HasDeclaration &c. over the term type. 2019-10-21 11:19:04 -04:00
Rob Rix
46f8b06b2e
Combine the precise instances of SummarizeTermsBy. 2019-10-21 11:11:29 -04:00
Rob Rix
d17e1cae99
Combine the ToTags instances. 2019-10-21 11:04:20 -04:00
Rob Rix
d0f06dfe99
Re-export IsTaggable. 2019-10-21 11:03:43 -04:00
Rob Rix
b81ce49f4b
🔥 ParseEffects. 2019-10-21 10:52:42 -04:00
Rob Rix
001fbdcadb
🔥 TypeOperators. 2019-10-21 10:49:46 -04:00
Rob Rix
5e33ca8a2c
Move TermMode to Parsing.Parser. 2019-10-21 10:49:23 -04:00
Rob Rix
542692896f
Rename the import of à la carte Python. 2019-10-21 10:47:37 -04:00
Rob Rix
5037b1fee0
Rename the import of precise Python. 2019-10-21 10:46:40 -04:00
Rob Rix
680026debb
Rename the import of JSON. 2019-10-21 10:46:17 -04:00