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

27811 Commits

Author SHA1 Message Date
joshvera
32ba7adfc0 Add evaluatePythonProject signature 2019-02-12 18:19:03 -05:00
Patrick Thomson
2b99769c20 Use FileEvaluator synonym 2019-02-12 18:13:36 -05:00
joshvera
f3443476e9 Merge branch 'util-type-signatures' of https://github.com/github/semantic into util-type-signatures 2019-02-12 18:08:35 -05:00
joshvera
a2eabb82af Add more signatures 2019-02-12 18:08:32 -05:00
Patrick Thomson
9cc82ea3e2 evaluateProject and evaluateProject' 2019-02-12 17:55:37 -05:00
Patrick Thomson
28838003f6 Start filling in type signatures in Util. 2019-02-12 17:27:45 -05:00
Timothy Clem
cc78c0d8d5 Case Api as generated 2019-02-12 12:49:34 -08:00
Timothy Clem
648af915bb Using vectors now 2019-02-12 09:54:22 -08:00
Timothy Clem
78621204bd Re-gen twirp service and pb 2019-02-12 09:54:08 -08:00
Timothy Clem
573e3c0fc7 Fix up linting 2019-02-12 07:58:03 -08:00
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
Rick Winfrey
2d4e236e3f Merge pull request #2380 from github/python-assignment-fix
Python assignment fix
2019-02-11 09:30:21 -08:00
Rick Winfrey
f8645c43b5 Add test case 2019-02-08 17:41:16 -08:00
Rick Winfrey
2c5aeebf3e Fix assignment bug
The following Python code:

class WatchInformation(NamedTuple):
    reason: str
    actor_id: Optional[int]
    inserted_at: Optional[str]

Is valid and parses correctly, but we failed to assign because we expected a value (and not just a type) for the assignment statements (e.g. `reason: str`).
2019-02-08 17:25:11 -08:00
joshvera
4f388cdbf2 Move nameTerm eval until after we've evaluated the module 2019-02-08 16:59:44 -05:00
Timothy Clem
6083803d68 Bring in twirp-haskell and generate everything from protos 2019-02-08 13:52:34 -08: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
Timothy Clem
7485aa8252 Merge pull request #2375 from github/remove-extraneous-proto-encoding
Remove extraneous Message(1), Named(1), and other Proto instances
2019-02-08 08:16:27 -08: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
Timothy Clem
fbeb32de67 Can remove -fno-warn-orphans now 2019-02-07 11:20:54 -08:00
Timothy Clem
50bedeb689 Remove extraneous proto encoding/decode from our internal datatypes 2019-02-06 14:55:43 -08:00
Timothy Clem
bfb7806632 Merge pull request #2372 from github/remove-grpc-from-dockerfiles
Remove grpc dependencies from dockerfiles
2019-02-06 13:11:08 -08:00
Timothy Clem
b662421c67 Merge branch 'master' into remove-grpc-from-dockerfiles 2019-02-06 11:19:00 -08:00
Timothy Clem
780fdf0b11 Merge pull request #2373 from github/twirp-specs
Integration tests for Twirp RPC endpoints + Twirp errors
2019-02-06 11:18:42 -08:00
Timothy Clem
2ec1b74bfb Merge pull request #2374 from github/remove-grpc-doc-references
Update docs to remove grpc references
2019-02-06 09:46:36 -08:00
Timothy Clem
ee700b465d Oh yeah, don't need these 2019-02-06 09:44:04 -08:00
Timothy Clem
1342f2f52f Merge branch 'master' into twirp-specs 2019-02-06 09:06:27 -08:00