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 |
|
Rick Winfrey
|
74fa0ca315
|
Revert "These syntax constructors are no longer used in Ruby's Syntax"
This reverts commit b2c8aa0afeb9abe3552dcabd74bbe2a114963e6d.
|
2019-01-31 17:33:10 -08:00 |
|
Rick Winfrey
|
9fd2e3e20f
|
Add pythonASTParser
|
2019-01-31 17:20:59 -08:00 |
|
Rick Winfrey
|
a5c32b80d3
|
Have to contextualize and postContextualize within chainl1Term
|
2019-01-31 17:01:33 -08:00 |
|
Rick Winfrey
|
2226a64b2b
|
Post contextualize the lhs of a binary comparison
|
2019-01-31 15:58:16 -08:00 |
|
Rick Winfrey
|
4a1dbe636f
|
These syntax constructors are no longer used in Ruby's Syntax
|
2019-01-31 15:55:13 -08:00 |
|
Rick Winfrey
|
ad82cf4c6d
|
Fixes contextualize bug for comments occuring after a binary operator
Example:
`if (self.__class__._create_slots.__code__ is not # pylint: disable=protected-access
OptimizerV2._create_slots.__code__):`
|
2019-01-31 15:54:51 -08:00 |
|
Timothy Clem
|
635f09fe29
|
++version to 0.5.0
|
2019-01-31 15:41:08 -08:00 |
|
Rick Winfrey
|
17f64344ef
|
Assign comments within Python member access expressions
|
2019-01-31 15:30:28 -08:00 |
|
Timothy Clem
|
a1a81e3daa
|
Fix up merge conflicts in Examples.hs
|
2019-01-31 14:13:26 -08:00 |
|
Timothy Clem
|
c6091cee7f
|
Remove extra imports
|
2019-01-31 13:47:45 -08:00 |
|
joshvera
|
554bd0b7fa
|
Fix up ambient declaration
|
2019-01-31 16:34:13 -05:00 |
|
Timothy Clem
|
61319cdc2c
|
Transition back to our language enum
|
2019-01-31 13:11:55 -08:00 |
|
joshvera
|
77b1e6f234
|
Add annotatedExpression to typescript
|
2019-01-31 16:07:19 -05:00 |
|
Timothy Clem
|
f14412fe8f
|
Merge remote-tracking branch 'origin/master' into servant-experiment
|
2019-01-31 12:57:59 -08:00 |
|
Rick Winfrey
|
e7979c5ae0
|
Merge pull request #2317 from github/visibility-resolution
Access Control
|
2019-01-31 12:21:07 -08:00 |
|
Rick Winfrey
|
0224ac0b99
|
Merge branch 'master' into visibility-resolution
|
2019-01-31 11:51:20 -08:00 |
|
Patrick Thomson
|
4701a91c02
|
move SQL stuff out of Core and add Catch effect
|
2019-01-31 14:37:40 -05:00 |
|
Rick Winfrey
|
84f4ebbf89
|
Don't shadow tiers method
Co-Authored-By: Rob Rix <robrix@github.com>
|
2019-01-31 11:35:30 -08:00 |
|
Josh Vera
|
5bc09956cf
|
Merge pull request #2362 from github/go-assignment-fixes
Go assignment fixes
|
2019-01-31 14:35:13 -05:00 |
|
Rick Winfrey
|
ddaf5ba29d
|
Regen proto files
|
2019-01-31 11:04:35 -08:00 |
|