joshvera
be4250707d
Merge remote-tracking branch 'origin/indexer-prototype' into deploy-to-moda
2019-02-20 14:23:18 -05:00
joshvera
ea3909c5e4
Merge remote-tracking branch 'origin/master' into deploy-to-moda
2019-02-14 11:55:26 -05: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
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
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
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