1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00
Commit Graph

20335 Commits

Author SHA1 Message Date
Timothy Clem
b2f10d0d6a Merge remote-tracking branch 'origin/master' into test-precise-parsing 2019-12-18 08:35:57 -08:00
Timothy Clem
cf666b648e Fix assignment for Block arguments 2019-12-18 08:32:00 -08:00
Timothy Clem
210f178b4f Force rest assignment to put locals state 2019-12-17 16:06:27 -08:00
Timothy Clem
27447f4889 Augmented assignment fix for Ruby 2019-12-17 16:04:23 -08:00
Timothy Clem
d60c92806d Refactor locals state handling for clarity
Co-Authored-By: Rob Rix <robrix@github.com>
2019-12-17 13:36:58 -08:00
Timothy Clem
c4f3d66679 Interpret local state in assignment anywhere instead of atNode
Co-Authored-By: Rob Rix <robrix@github.com>
2019-12-17 13:27:19 -08:00
Patrick Thomson
35fc0067d6 fix lints. 2019-12-17 09:41:21 -05:00
Timothy Clem
2562c7d96e Wire up both ruby parsers 2019-12-16 13:57:07 -08:00
Timothy Clem
941664330e Ruby structure changed 2019-12-13 13:44:35 -08:00
Timothy Clem
8ade6db251 Merge remote-tracking branch 'origin/master' into test-precise-parsing 2019-12-13 13:13:54 -08:00
Patrick Thomson
cd011cdd70 Extra imports. 2019-12-13 15:10:25 -05:00
Patrick Thomson
2d4268ea08 stray imports 2019-12-13 14:58:01 -05:00
Patrick Thomson
dc69714053 Merge remote-tracking branch 'origin/master' into glorious-ghc-upgrade-8.8 2019-12-13 11:23:36 -05:00
Rob Rix
95089e8833
Re-export the effect module last. 2019-12-12 11:43:19 -05:00
Rob Rix
fdabcdb722
Re-export Algebra & run as well. 2019-12-12 11:42:40 -05:00
Rob Rix
d81d482592
🔥 runParseC. 2019-12-12 11:42:33 -05:00
Patrick Thomson
575935f6c6 Fix lints. 2019-12-11 15:41:50 -05:00
Patrick Thomson
5f6327f0ef Stray import. 2019-12-11 13:09:13 -05:00
Patrick Thomson
810d28f615 Merge remote-tracking branch 'origin/master' into glorious-ghc-upgrade-8.8 2019-12-11 12:31:30 -05:00
Timothy Clem
5b34a0e196 no strictness 2019-12-10 14:34:13 -08:00
Timothy Clem
bd3c3eaf83 Fix hlint suggestion 2019-12-10 14:17:33 -08:00
Timothy Clem
cedd83f91e Merge remote-tracking branch 'origin/master' into test-precise-parsing 2019-12-10 13:37:16 -08:00
Rob Rix
cc8b1891e4
Run the inner computations. 2019-12-10 16:35:51 -05:00
Rob Rix
858a71e39a
Merge branch 'master' into fused-effects-one-dot-zero 2019-12-10 16:34:29 -05:00
Timothy Clem
484f4278e1
++tree-sitter-ruby, fix assignment 2019-12-10 16:34:27 -05:00
Timothy Clem
409b165a7c
No more ArgumentListWithParens 2019-12-10 16:34:26 -05:00
Timothy Clem
6ea357f08c
Fix python assignment 2019-12-10 16:34:25 -05:00
Patrick Thomson
e226b9378d
Merge pull request #398 from github/in-the-lingua-franca
List valid languages in help text.
2019-12-10 16:33:12 -05:00
Timothy Clem
2520b55324 Merge remote-tracking branch 'origin/master' into test-precise-parsing 2019-12-10 13:31:14 -08:00
Rob Rix
83548b5273
Merge pull request #394 from github/bump-haskell-tree-sitter
Latest haskell-tree-sitter
2019-12-10 16:30:29 -05:00
Rob Rix
ff0c12c200
Run the Fresh computation locally. 2019-12-10 16:29:05 -05:00
Timothy Clem
4bcbdb945c Merge branch 'bump-haskell-tree-sitter' into test-precise-parsing 2019-12-10 12:56:36 -08:00
Timothy Clem
98dba5cc49 ++tree-sitter-ruby, fix assignment 2019-12-10 12:52:34 -08:00
Rob Rix
df43078a65
Merge branch 'master' into fused-effects-one-dot-zero 2019-12-10 14:48:48 -05:00
Timothy Clem
113f29e052 No more ArgumentListWithParens 2019-12-10 11:08:49 -08:00
Patrick Thomson
68ab3cbb97 semantic:exe now compiles 2019-12-10 13:32:56 -05:00
Patrick Thomson
8c729650c9 Imports. 2019-12-10 12:21:15 -05:00
Patrick Thomson
339819228b Elide unnecessary delete call. 2019-12-10 12:11:19 -05:00
Changlin Li
46b9dfc9cf Minor style fix for all languages in CLI
Makes retrieving all languages insensitive to the ordering of languages
inside the `Language` datatype declaration and removes a couple of
unneeded function calls.
2019-12-10 11:24:03 -05:00
Timothy Clem
6f2679b145 Introduce AugmentedAssignment 2019-12-09 12:47:10 -08:00
Patrick Thomson
ff3389adfb Remove Control.Rewriting.
We no longer use this anywhere, nice though it is.
2019-12-09 15:18:00 -05:00
Timothy Clem
45147d910d Fix python assignment 2019-12-09 09:52:55 -08:00
Patrick Thomson
bb72bb76d4 List all languages as a metavar in semantic graph.
Fixes #390.
2019-12-06 13:57:32 -05:00
Patrick Thomson
3e3f1da0a9 Merge remote-tracking branch 'origin/master' into fused-effects-one-dot-zero 2019-11-13 11:15:05 -05:00
Patrick Thomson
9c9e9db80f Main semantic library is done! 2019-11-08 22:10:06 -05:00
Patrick Thomson
7bdfd1e0dd Port Tags.Tagging to FE1. 2019-11-08 22:07:51 -05:00
Patrick Thomson
7fc41d0ef1 And the Terms API. 2019-11-08 22:06:43 -05:00
Patrick Thomson
3c9301e63e And TOCSummaries. 2019-11-08 22:05:13 -05:00
Patrick Thomson
442ab1cc82 Spruce up Api.Diffs for FE1. 2019-11-08 22:04:22 -05:00
Patrick Thomson
efa4b0be61 Spruce up Measured carrier for FE1. 2019-11-08 22:02:20 -05:00