1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 00:44:57 +03:00
Commit Graph

24709 Commits

Author SHA1 Message Date
Rob Rix
629cd2748d Merge pull request #2097 from github/value-effects
Encode functions as effects
2018-07-27 13:37:42 -04:00
Rob Rix
828ffadb55 Temporarily 🔥 KindSignatures. 2018-07-27 09:33:52 -04:00
Rob Rix
2efd56d743 Temporarily 🔥 Unit, Boolean, & Pair. 2018-07-27 09:09:35 -04:00
Rob Rix
60a4487a28 Run a Function effect in EvaluatorSpec. 2018-07-26 15:31:49 -04:00
Rob Rix
09e6d24028 Merge remote-tracking branch 'origin/master' into value-effects 2018-07-26 13:55:46 -04:00
Rob Rix
9733d43759 Replace AbstractFunction with the Function effect. 2018-07-26 13:49:54 -04:00
Rob Rix
60c9784946 Provide a Function effect to Evaluatable instances.
Currently this is just Function, and we don’t actually make requests against it yet, but it’s a start.
2018-07-26 13:46:55 -04:00
Rob Rix
d131cbf1f3 Pass in a handler for value effects.
Currently this is just Function, and we don’t actually make requests against it yet, but it’s a start.
2018-07-26 13:44:04 -04:00
Patrick Thomson
083feb0be9 Merge pull request #2093 from github/timeout-experiments
Add timeouts to call graph and import graph computation
2018-07-25 14:04:41 -04:00
Patrick Thomson
840578939b Merge branch 'master' into timeout-experiments 2018-07-25 11:38:48 -04:00
Rob Rix
bd9e01ada6 🔥 the redundant term parameter to ImportGraphEff. 2018-07-25 10:16:19 -04:00
Rob Rix
11d4ed667b 🔥 more redundant raiseEff/lowerEff. 2018-07-25 10:14:27 -04:00
Rob Rix
98320e4e15 🔥 a redundant raiseEff. 2018-07-25 09:58:09 -04:00
Rob Rix
863c2774eb Merge branch 'master' into value-effects 2018-07-25 09:22:30 -04:00
Timothy Clem
829f66eeeb Merge pull request #2090 from github/external-modules
Surface external/unknown modules in the import graph
2018-07-24 16:18:13 -07:00
Timothy Clem
78a1a7bc92 Merge branch 'master' into external-modules 2018-07-24 13:08:34 -07:00
Timothy Clem
fb921c9e37 Merge pull request #2087 from github/bump-tree-sitter
Bump tree sitter
2018-07-24 13:08:11 -07:00
Timothy Clem
a6996e5628 Alternate after matching the symbol 2018-07-24 12:50:37 -07:00
Timothy Clem
4bd2806a8f Fix up tests 2018-07-24 11:06:14 -07:00
Timothy Clem
1e4b0922fc New gRPC vertex type 2018-07-24 11:01:41 -07:00
Timothy Clem
c1c71e2de9 Fix up util 2018-07-24 11:01:07 -07:00
Timothy Clem
b35276f35f Some graph styling 2018-07-24 11:01:01 -07:00
Timothy Clem
4bdea670c5 Two different ways to get out imports 2018-07-24 11:00:46 -07:00
Timothy Clem
cdcf93609a New datatype for unknown/external modules 2018-07-24 10:58:40 -07:00
Timothy Clem
ebea0468bf Merge branch 'master' into bump-tree-sitter 2018-07-24 09:08:54 -07:00
Rob Rix
a1beb068d0 Name the imports of the various semantics. 2018-07-24 10:22:06 -04:00
Rob Rix
8e16b96e8e Rename inner to moduleEffects. 2018-07-24 10:18:37 -04:00
Rob Rix
172f699c21 Export all the smart constructors. 2018-07-24 10:14:16 -04:00
Charlie Somerville
96123cc98f Merge pull request #2054 from github/charliesome/module-result
Remove mergeEnvs and mergeNewer
2018-07-24 12:51:53 +10:00
Charlie Somerville
8dec94ab19 fix doc test 2018-07-24 12:40:16 +10:00
Charlie Somerville
ece1bad08e Merge branch 'master' into charliesome/module-result 2018-07-24 12:25:19 +10:00
Josh Vera
7b025c6e49 Merge branch 'master' into bump-tree-sitter 2018-07-23 19:55:21 -04:00
Josh Vera
3d078a8275 Merge pull request #2088 from github/test-java-assignment
test java assignment
2018-07-23 19:55:03 -04:00
Josh Vera
f72464ca47 Merge branch 'master' into test-java-assignment 2018-07-23 19:44:32 -04:00
Josh Vera
d21e988453 Merge pull request #2082 from github/add-python
Add python and typescript support to semanticd
2018-07-23 19:44:08 -04:00
joshvera
45641e0133 Merge remote-tracking branch 'origin/master' into add-python 2018-07-23 19:29:16 -04:00
joshvera
d825f3fbb5 lints 2018-07-23 19:26:36 -04:00
Josh Vera
10346c4b4e Merge pull request #2080 from github/control-flow-part2
Control flow graph enhancements
2018-07-23 19:00:05 -04:00
Ayman Nadeem
5a98bb68a5 test array access 2018-07-23 18:36:46 -04:00
Ayman Nadeem
6237546e10 test AssertStatement 2018-07-23 18:36:37 -04:00
Ayman Nadeem
5aabbddb8f test binary expressions 2018-07-23 18:36:27 -04:00
Ayman Nadeem
52f0457979 test boolean 2018-07-23 18:36:10 -04:00
Ayman Nadeem
55dac7c93d test char 2018-07-23 18:35:52 -04:00
Ayman Nadeem
d18c4a0d1c classBody 2018-07-23 18:35:42 -04:00
Josh Vera
86fe1bff1d Merge branch 'master' into control-flow-part2 2018-07-23 18:34:53 -04:00
Josh Vera
c2b43bfab3 Merge pull request #2083 from github/grpc-call-graph-improvements
gRPC call graph improvements
2018-07-23 18:33:57 -04:00
Josh Vera
2a07fe94b6 Merge pull request #2081 from github/bump-effects-for-pure-effect
Bump effects for PureEffect
2018-07-23 18:32:51 -04:00
joshvera
f4f12d66a0 Remove QualifiedName roundtrip 2018-07-23 18:32:26 -04:00
Ayman Nadeem
e212840918 add comment tests 2018-07-23 18:32:13 -04:00
joshvera
292c7028d9 Ignore orphan warnings 2018-07-23 18:24:27 -04:00