1
1
mirror of https://github.com/github/semantic.git synced 2025-01-06 06:46:07 +03:00
Commit Graph

24814 Commits

Author SHA1 Message Date
Patrick Thomson
25cc331789 merge fallout 2018-07-13 11:21:54 -04:00
Timothy Clem
9b8204671a Little bit of tracing to help debug 2018-07-13 08:21:45 -07:00
Ayman Nadeem
dad633a3ee Merge remote-tracking branch 'origin/master' into java-assignment-continued 2018-07-13 11:16:48 -04:00
Rob Rix
75f74aac55 Merge pull request #2045 from github/fix-interposition
Fix NonDet
2018-07-13 11:12:11 -04:00
Patrick Thomson
ae550c59c8 Merge remote-tracking branch 'origin/master' into abstract-call-graph 2018-07-13 11:11:46 -04:00
Rob Rix
c622ba6cbf Bump effects to master. 2018-07-13 11:02:39 -04:00
Rob Rix
4c5c0175f0 Merge branch 'master' into fix-interposition 2018-07-13 09:23:50 -04:00
Rob Rix
7eec6d7d88 We don’t actually need Trace here. 2018-07-13 09:22:56 -04:00
Rob Rix
992cb0a404 Bump effects. 2018-07-13 08:54:59 -04:00
Rob Rix
4a2d83a401 Revert "Fix up handleState implementations"
This reverts commit 80fd530b38c4859d94c946ee6e0f11aa8f11b8c3.
2018-07-13 08:54:37 -04:00
Rob Rix
f31657f7b9 Revert "++effects"
This reverts commit 41ac951037a2e75c2fd4d5fce7a38ecb8fe1976e.
2018-07-13 08:54:21 -04:00
Rob Rix
f2b683db59 Revert "Define locally via bracketing Push/Pop constructors."
This reverts commit 25c242672e8f8e20b650bfea2367ed04b7e7a8dd.
2018-07-13 08:53:58 -04:00
Rob Rix
243080f2fd Revert "Bump effects."
This reverts commit 7ca00be818896e6353b987965f49405322a9dfed.
2018-07-13 08:53:52 -04:00
Rob Rix
0107d38a8f Revert "Bump."
This reverts commit dd9ea0edb668ba87c93a8c8ea12ffe721d14d6ed.
2018-07-13 08:53:44 -04:00
Charlie Somerville
943ea08809 remove mergeNewer 2018-07-13 15:49:16 +10:00
Charlie Somerville
f2007c606f namespace keeps its own bindings rather than full environment 2018-07-13 15:47:03 +10:00
Charlie Somerville
c96524e4fe makeNamespace takes a computation to evaluate in the namespace 2018-07-13 15:40:32 +10:00
Charlie Somerville
a30112c42b implement Namespace super in scopedEnvironment 2018-07-13 14:58:28 +10:00
Charlie Somerville
d0c115125e add super field to Namespace 2018-07-13 14:52:19 +10:00
Charlie Somerville
060cb4097e delete mergeEnvs 2018-07-13 14:49:47 +10:00
Charlie Somerville
121f7cc25d change bindAll to take Bindings rather than Environment 2018-07-13 14:47:18 +10:00
Charlie Somerville
f2a899dc1c add withEnv 2018-07-13 14:44:05 +10:00
Charlie Somerville
2d2925d143 change ModuleResult to contain module bindings, not a full environment 2018-07-13 14:41:00 +10:00
Charlie Somerville
11cda3bb16 add lookup/insert functions for Bindings 2018-07-13 14:40:54 +10:00
Charlie Somerville
26f61b0d57 add ModuleResult type alias 2018-07-13 13:37:32 +10:00
Rick Winfrey
8da0e3910c Add javascript specific export test files 2018-07-12 16:56:27 -07:00
Rick Winfrey
57962113bb Retrieve the declaredName for a Function declaration 2018-07-12 16:55:42 -07:00
Rick Winfrey
bb8506b7bf Adding a Declarations constraint on Declarations1 for use with subterms 2018-07-12 16:55:07 -07:00
Rick Winfrey
dd772765fd Refactor TypeScript DefaultExport eval instance slightly 2018-07-12 16:54:28 -07:00
Timothy Clem
5784632806 Small fix to field numbers 2018-07-12 15:58:04 -07:00
Timothy Clem
48a34ff011 Roundtrip property test for Diff proto encode/decode 2018-07-12 15:57:51 -07:00
Timothy Clem
3ec2509375 First attempt at encode/decode for Diff 2018-07-12 15:37:42 -07:00
Timothy Clem
666c64afb6 Enable for TypeScript and JSON 2018-07-12 15:37:12 -07:00
Patrick Thomson
6dc30c3b87 Upgrade to LTS 12.0. 2018-07-12 17:13:46 -04:00
Ayman Nadeem
90705f1658 replace type' with typeArgument in methodReference 2018-07-12 17:06:50 -04:00
Ayman Nadeem
495d44cfbd remove token because it's skipped automatically 2018-07-12 15:28:55 -04:00
Rob Rix
57949b03e0 Fix a redundant import warning. 2018-07-12 13:53:29 -04:00
Rob Rix
e1cb98c178 Bump. 2018-07-12 13:53:12 -04:00
Rob Rix
0508ab8122 Bump effects. 2018-07-12 13:39:21 -04:00
Timothy Clem
49968bb446 Re-generate proto files 2018-07-12 10:08:30 -07:00
Timothy Clem
46b29aecd6 dotProto for Diff and RubyDiff 2018-07-12 10:08:20 -07:00
Rob Rix
5c836b0ba7 Merge pull request #2041 from github/direct-builtins
Direct builtins
2018-07-12 12:59:15 -04:00
Ayman Nadeem
5329894a48 test lambda 2018-07-12 12:30:39 -04:00
Ayman Nadeem
6ac04c9589 parse lambda expressions 2018-07-12 12:29:40 -04:00
joshvera
0e2d9ea036 Merge branch 'bump-grpc-message-size' into publish-to-gpr 2018-07-12 12:14:38 -04:00
Rob Rix
2fd483cc92 Define locally via bracketing Push/Pop constructors. 2018-07-12 11:42:01 -04:00
Rob Rix
7dcc789bef Merge branch 'master' into direct-builtins 2018-07-12 09:56:05 -04:00
Patrick Thomson
621c20222e Merge pull request #2031 from github/module-exports
Add `HasPostlude` and `__semantic_export`
2018-07-12 09:52:42 -04:00
Rob Rix
db44442233 Merge remote-tracking branch 'origin/module-exports' into direct-builtins 2018-07-12 09:37:14 -04:00
Rob Rix
7c1b1ce197 Lambdas are evaluated within their call stack. 2018-07-12 09:29:20 -04:00