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

27618 Commits

Author SHA1 Message Date
joshvera
016f6ea0ed Regenerate tests and eval variable declarations 2019-02-11 17:43:19 -05:00
joshvera
e73fcc57a5 Move DCOMPUTE_GIT_SHA to cpp-options 2019-02-11 15:08:24 -05:00
joshvera
1c790bc78a remove imports 2019-02-11 15:05:24 -05:00
joshvera
32d389541d Use runTask' for evaluateProjectForScopeGraph 2019-02-11 14:55:07 -05:00
joshvera
6c612a987c Die in evaluateProjectForScopeGraph for now 2019-02-11 14:35:35 -05:00
joshvera
c9724d2720 Merge 'origin/master' into deploy-to-moda 2019-02-11 14:27:22 -05:00
joshvera
5613754f0a lints 2019-02-11 14:03:59 -05:00
joshvera
4fd258182e Merge remote-tracking branch 'origin/indexer-prototype' into deploy-to-moda 2019-02-11 13:56:08 -05:00
joshvera
a8d1a2187a eval hints 2019-02-11 13:38:00 -05:00
joshvera
7495f7788f hints 2019-02-11 13:19:12 -05:00
joshvera
dd106278b3 Add getSpan so we don't have to eval a term
Co-Authored-By: Rob Rix <robrix@github.com>
2019-02-11 13:15:13 -05:00
joshvera
4f388cdbf2 Move nameTerm eval until after we've evaluated the module 2019-02-08 16:59:44 -05:00
joshvera
e9d90c0404 Map identifiers in functions to required parameters 2019-02-08 16:41:14 -05:00
joshvera
25fea11c13 remove Data.GitHub.Spec 2019-02-08 15:52:48 -05:00
joshvera
e7ea1aa204 Fix Alias and Import instances 2019-02-08 15:47:03 -05:00
joshvera
867d1867c0 remove Data.GitHub.Spec 2019-02-08 15:46:46 -05:00
Patrick Thomson
7db320f6a5 Consolidate a number of unused modules. 2019-02-08 14:43:15 -05:00
joshvera
74c7737672 more hints 2019-02-08 14:29:01 -05:00
Patrick Thomson
6b5f5c11de Gut Semantic.Lens and move lensy declarations near their datatypes 2019-02-08 14:14:19 -05:00
joshvera
6ad4152935 Fix references to names 2019-02-08 14:10:17 -05:00
joshvera
95487929db lints 2019-02-08 13:40:56 -05:00
Patrick Thomson
fbf4b443b4 Move tag to its own file and add a couple lenses 2019-02-08 12:05:59 -05:00
Patrick Thomson
6a498f3d67 Merge branch 'indexer-tags' of github.com:github/semantic into indexer-tags 2019-02-08 11:38:15 -05:00
joshvera
4618ec8882 remove import 2019-02-07 18:19:16 -05:00
joshvera
5d428d22be Add type sig to evalAliasNameAndSpan 2019-02-07 18:19:11 -05:00
joshvera
993037483f Use paramSpan for params 2019-02-07 18:18:54 -05:00
joshvera
87ce3a8851 hlints 2019-02-07 18:13:11 -05:00
Patrick Thomson
cd7aaf6c17 Export lists and comments. 2019-02-05 16:29:46 -05:00
Patrick Thomson
5f719f7d17 Restore deleted comment. 2019-02-05 13:54:07 -05:00
Patrick Thomson
ba2a270072 Document the Wrapped newtype. 2019-02-05 13:52:29 -05:00
joshvera
e99f85e7a1 Merge remote-tracking branch 'origin/master' into indexer-prototype 2019-02-04 17:17:45 -05:00
Patrick Thomson
76a6b21d77 Better benchmarks + strategic inlining. 2019-02-04 16:56:31 -05:00
Rick Winfrey
b04b3c5c51 Merge pull request #2367 from github/python-comparison-operators
Python comparison operators
2019-02-04 13:52:14 -08:00
Rick Winfrey
43538a0897 Merge branch 'master' into python-comparison-operators 2019-02-04 13:21:01 -08:00
Rick Winfrey
44da5787f4 Merge branch 'python-comparison-operators' of https://github.com/github/semantic into python-comparison-operators 2019-02-04 13:19:23 -08:00
Josh Vera
17d7926ddf Merge pull request #2363 from github/javascript-assignment-fixes
Javascript assignment fixes
2019-02-04 16:08:47 -05:00
joshvera
41b8f0ae9c Merge remote-tracking branch 'origin/master' into javascript-assignment-fixes 2019-02-04 10:21:27 -05:00
Rick Winfrey
c5e9956501 Merge branch 'master' into python-comparison-operators 2019-02-01 17:08:29 -08:00
Timothy Clem
73785eaef9 Merge pull request #2335 from github/servant-experiment
Replace GRPC with Twirp and unify semantic's API
2019-02-01 15:05:05 -08:00
joshvera
d67b7c273c Add AccessControl instance for AnnotatedExpression 2019-02-01 17:02:26 -05:00
joshvera
f8fa4faa88 Merge remote-tracking branch 'origin/master' into javascript-assignment-fixes 2019-02-01 16:55:03 -05:00
Timothy Clem
d3a4377f3f Merge branch 'master' into servant-experiment 2019-02-01 13:17:17 -08:00
joshvera
9a4b7337f2 Merge branch 'indexer-prototype' of https://github.com/github/semantic into indexer-prototype 2019-02-01 16:03:22 -05:00
joshvera
a4d892811f Merge remote-tracking branch 'origin/master' into indexer-prototype 2019-02-01 16:03:16 -05:00
Rick Winfrey
22f8cdf709 Use tokens instead of symbols 2019-02-01 12:48:20 -08:00
Rick Winfrey
a7c2c83a08 Use a choice to construct a single symbol table with term1
Co-Authored-By: Rob Rix <robrix@github.com>
2019-02-01 12:21:27 -08:00
Rick Winfrey
10f6d54b96 Merge pull request #2365 from github/python-assignment-fixes
Python assignment fixes
2019-02-01 12:12:09 -08:00
Patrick Thomson
eb36aead94 Bump fused-effects. 2019-02-01 12:42:50 -05:00
Timothy Clem
a3a665bb5c Correct inline docs 2019-02-01 08:54:26 -08:00
Josh Vera
37ea776107 Merge branch 'master' into javascript-assignment-fixes 2019-02-01 09:19:35 -05:00