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

27778 Commits

Author SHA1 Message Date
joshvera
ea3909c5e4 Merge remote-tracking branch 'origin/master' into deploy-to-moda 2019-02-14 11:55:26 -05:00
Timothy Clem
785c74fffb Merge remote-tracking branch 'origin/master' into generated-twirp-service 2019-02-14 08:39:52 -08:00
Timothy Clem
05e381d0c7 Force git to do case sensitive move here too 2019-02-14 08:31:45 -08:00
Patrick Thomson
ed72e02e03 Merge pull request #2384 from github/util-type-signatures
Add type signatures to Semantic.Util.
2019-02-14 11:27:17 -05:00
Timothy Clem
e696f64c8e Force git to do a case sensitive move 2019-02-14 08:25:01 -08:00
Timothy Clem
112782a220 Merge remote-tracking branch 'origin/master' into generated-twirp-service 2019-02-14 08:17:08 -08:00
Patrick Thomson
7fede9ff0d Add disclaimer. 2019-02-14 10:40:24 -05:00
joshvera
b576ac9dd2 Add more type signatures 2019-02-12 19:41:35 -05:00
joshvera
10d25b4591 Merge remote-tracking branch 'origin/util-type-signatures' into deploy-to-moda 2019-02-12 19:20:50 -05:00
Patrick Thomson
d0828341fb Merge branch 'util-type-signatures' of github.com:github/semantic into util-type-signatures 2019-02-12 19:00:24 -05:00
Patrick Thomson
70aed63809 remove the signatures for evaluateProject' and evaluateProject fo rnow 2019-02-12 18:52:05 -05:00
joshvera
0d690dc2e1 Remove signature for now 2019-02-12 18:51:02 -05:00
Patrick Thomson
77d7b93f58 save characters on the typechecking functions 2019-02-12 18:27:21 -05:00
joshvera
984cb49513 don't qualify module 2019-02-12 18:25:02 -05:00
joshvera
dabcd10f69 remove duplicate import 2019-02-12 18:22:09 -05:00
joshvera
98813583a4 Merge branch 'util-type-signatures' of https://github.com/github/semantic into util-type-signatures 2019-02-12 18:20:44 -05:00
joshvera
3417c3108d Add signature to callGraphRubyProject 2019-02-12 18:19:51 -05:00
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