1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 20:31:55 +03:00
Commit Graph

24956 Commits

Author SHA1 Message Date
Ayman Nadeem
79ede5aaf4 this is wrong, but I'm trying to add an evaluatable instance for complement 2018-08-14 20:39:19 -04:00
Ayman Nadeem
0d6b5ea0f1 shift right 2018-08-14 20:15:43 -04:00
Ayman Nadeem
c8c38a976a LShift 2018-08-14 17:08:37 -04:00
Ayman Nadeem
9380f0484d xor 2018-08-14 15:58:06 -04:00
Ayman Nadeem
5a40151393 evaluate bitwise and 2018-08-14 14:24:22 -04:00
Ayman Nadeem
a2dd8f131c evaluate bitwise or 2018-08-14 14:20:49 -04:00
Ayman Nadeem
ee4f78b586 synchronously handle async await 2018-08-14 13:38:30 -04:00
Ayman Nadeem
bb71c4543d add evaluatable instance for await 2018-08-13 15:18:54 -04:00
Timothy Clem
cdbea3932b Merge pull request #2131 from github/update-protos
Update protos from recent (grammar?) changes
2018-08-13 09:55:05 -07:00
Timothy Clem
54e8be811e Filling missing Ruby syntaxes 2018-08-13 09:13:16 -07:00
Timothy Clem
937241320c Variable is no longer part of Python syntax 2018-08-13 08:12:02 -07:00
Timothy Clem
eabb821eff Auto-merged master into update-protos on deployment 2018-08-13 07:59:05 -07:00
Ayman Nadeem
5b12d3c43c Merge pull request #2124 from github/eval-instances
add evaluatable instances for sequence expression, void and delete
2018-08-13 10:58:58 -04:00
Timothy Clem
23313f83a7 Update protos from recent changes 2018-08-13 07:55:04 -07:00
Ayman Nadeem
d107446abf re-generate ruby example 2018-08-13 10:43:44 -04:00
Ayman Nadeem
b54f175ebf update examples 2018-08-13 10:20:13 -04:00
Ayman Nadeem
054f5b4b36 fix heapDelete type signature 2018-08-10 17:41:46 -04:00
Ayman Nadeem
2906e39b71 remove redundant brackets 2018-08-10 16:57:53 -04:00
Ayman Nadeem
0a10f79f36 Merge branch 'master' into eval-instances 2018-08-10 16:46:51 -04:00
Josh Vera
56a3444b99 Merge pull request #2127 from github/unlint
eta reduce
2018-08-10 11:44:35 -04:00
Josh Vera
989498ac89 Merge branch 'master' into unlint 2018-08-10 11:30:47 -04:00
Rob Rix
cf93b147f8 Merge pull request #2125 from github/🔥-cell
🔥 Cell
2018-08-10 11:27:37 -04:00
joshvera
a70cad8f86 eta reduce 2018-08-10 11:23:45 -04:00
Josh Vera
3cc5329acb Merge branch 'master' into 🔥-cell 2018-08-10 11:10:49 -04:00
Josh Vera
df121a72b4 Merge pull request #2122 from github/generate-this
Regenerate protofiles
2018-08-10 11:09:47 -04:00
Rob Rix
51cbd6437f 🔥 unused language extensions. 2018-08-10 10:24:40 -04:00
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