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

24980 Commits

Author SHA1 Message Date
Ayman Nadeem
a3c36b89ef add evaluatable instance and test for delete
Co-Authored-By: Josh Vera <vera@github.com>
2018-08-09 17:55:59 -04:00
Ayman Nadeem
75aa8f7662 add tests for void 2018-08-09 16:41:29 -04:00
Ayman Nadeem
49072fc399 add evaluatable instance for void
Co-Authored-By: Josh Vera <vera@github.com>
2018-08-09 16:24:44 -04:00
Rob Rix
7e53364ce8 And here as well. 2018-08-09 16:14:18 -04:00
Rob Rix
bc4674dbf6 🔥 ns. 2018-08-09 16:13:54 -04:00
Rob Rix
b19ea1ca01 Fix up the Evaluator spec. 2018-08-09 16:13:03 -04:00
Ayman Nadeem
7ee4bad173 add sequence expression to test spec
Co-Authored-By: Josh Vera <vera@github.com>
2018-08-09 16:08:20 -04:00
Ayman Nadeem
fd70377a85 add sequence expression to typescript test spec 2018-08-09 16:03:03 -04:00
Rob Rix
55acc78d83 Fix up the specs. 2018-08-09 15:51:55 -04:00
Rob Rix
c17794bddc 🔥 some unused language extensions. 2018-08-09 15:50:52 -04:00
Rob Rix
89b424e75b 🔥 Addressable. 2018-08-09 15:49:54 -04:00
Rob Rix
d30cdcfd6a 🔥 Latest & All. 2018-08-09 15:41:51 -04:00
Rob Rix
0def4afbab Specialize Heap to Set. 2018-08-09 15:40:42 -04:00
Rob Rix
c6bd54769a 🔥 the cell parameter to Cache, Cached, and Cacheable. 2018-08-09 15:35:47 -04:00
Rob Rix
256e3786f2 🔥 the cell parameter to Configuration. 2018-08-09 15:33:27 -04:00
Rob Rix
c1254d54b8 🔥 Cell. 2018-08-09 15:30:50 -04:00
Ayman Nadeem
29a49ca4fb regenerate failing python tests 2018-08-09 15:29:31 -04:00
Rob Rix
c4aac9c9be Assign using assignCell. 2018-08-09 15:23:18 -04:00
Ayman Nadeem
6aa043482d add eval instance for sequence expression 2018-08-09 15:18:23 -04:00
Rob Rix
ad67e7af23 Move assignCell into Allocatable. 2018-08-09 15:18:13 -04:00
Rob Rix
9b10c6499a Add an assignCell method to Derefable. 2018-08-09 15:12:22 -04:00
Ayman Nadeem
e833ad4fef add eval instance for sequence expression 2018-08-09 12:59:29 -04:00
Ayman Nadeem
9b3c3d279f Remove Variable 2018-08-09 12:07:37 -04:00
Rob Rix
d0bd27b45e Merge branch 'master' into generate-this 2018-08-09 10:17:27 -04:00
Rob Rix
3cf2f7d5c5 Merge pull request #2121 from github/splunk-docs
Notes about accessing Splunk
2018-08-09 10:06:36 -04:00
Rob Rix
380d2164e8 Merge branch 'master' into splunk-docs 2018-08-09 09:37:38 -04:00
Rick Winfrey
e068296387 Merge pull request #2115 from github/error-context
Add BaseError to analysis errors
2018-08-08 10:59:35 -07:00
Rick Winfrey
317d4a3849 Merge branch 'master' into error-context 2018-08-08 10:33:41 -07:00
Rick Winfrey
77c8867907 No longer need these imports 2018-08-08 10:31:59 -07:00
Rick Winfrey
4b02dc5b71 Re-export BaseError 2018-08-08 10:31:46 -07:00
Rick Winfrey
f2a6419d99 🔥 AllowAmbiguousTypes no longer needed 2018-08-08 10:31:34 -07:00
joshvera
91089dbc8c Regenerate proto files 2018-08-08 12:39:17 -04:00
Timothy Clem
79b98aa7a1 Merge pull request #2117 from github/fix413s
Use new load balancing features on moda (instead of fix for proxy-body-size)
2018-08-08 09:24:08 -07:00
Rob Rix
c4df180f62 Merge branch 'master' into fix413s 2018-08-08 09:44:17 -04:00
Rob Rix
c3e5622e06 Merge pull request #2118 from github/evaluate-ruby
add eval instances for unspecialized Ruby syntax
2018-08-08 09:39:53 -04:00
Rob Rix
dbb92c2417 Merge branch 'master' into evaluate-ruby 2018-08-08 09:26:23 -04:00
Rob Rix
3dc6e13d7e Merge branch 'master' into fix413s 2018-08-08 09:26:07 -04:00
Charlie Somerville
cefddb7ae3 Merge pull request #2112 from github/charliesome/context
Implement evaluation context and self
2018-08-08 13:24:01 +10:00
Charlie Somerville
e92846c518 expand Ctx to EvalContext in get, put, and with function names 2018-08-08 13:08:54 +10:00
Rick Winfrey
383b6208ee Rename ErrorContext -> BaseError 2018-08-07 16:50:55 -07:00
Rick Winfrey
7bcd7d7fc8 Update tests 2018-08-07 16:45:44 -07:00
Rick Winfrey
0ea2596d93 Use new throwBaseError helper 2018-08-07 16:45:35 -07:00
Rick Winfrey
f1ad72e4fc No longer needed 2018-08-07 16:44:42 -07:00
Rick Winfrey
fdd6ea9344 Define new Show instance for BaseError 2018-08-07 16:44:12 -07:00
Rick Winfrey
2468123252 Required for throwBaseError 2018-08-07 16:43:59 -07:00
Rick Winfrey
871a07d4b7 Update Show1 and Eq1 instances 2018-08-07 16:43:45 -07:00
Rick Winfrey
b58500ab1d 🔥 ErrorContext && enhance BaseError 2018-08-07 16:43:09 -07:00
Rick Winfrey
edbc7820e4 Define throwBaseError 2018-08-07 16:42:28 -07:00
Timothy Clem
2c54b8925d Filter out path here as well 2018-08-07 14:50:28 -07:00
Timothy Clem
9df7c82bb1 Merge branch 'master' into fix413s 2018-08-07 14:49:59 -07:00