1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
Commit Graph

24831 Commits

Author SHA1 Message Date
Charlie Somerville
6f472596a5 Merge branch 'master' into charliesome/context 2018-08-02 12:47:53 +10:00
Rob Rix
5368f859eb Whoops.
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2018-08-01 15:22:37 -04:00
Rob Rix
091d1a2a03 Specialize UtilEff to Precise.
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2018-08-01 15:13:19 -04:00
Rob Rix
96f7691814 Move Quieterm into its own module.
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2018-08-01 15:10:55 -04:00
Rob Rix
c6c17a1594 Stub in a module for Quieterm.
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2018-08-01 15:06:26 -04:00
Timothy Clem
a4ccc35f67 Revert "Provide a flag to disable running the grpc server"
This reverts commit 2c967f30c9536d4388da0c818f5ef499c2a58448.
2018-08-01 11:41:06 -07:00
Timothy Clem
6cf9eee345 Revert "No need for defaultVal with Bool"
This reverts commit 30036c78bbc1092ef4874d2da89745587ce8a0e2.
2018-08-01 11:40:58 -07:00
Ayman Nadeem
986cc48c46 Merge pull request #2092 from github/test-java-assignment-part-2
Test java assignment part 2
2018-08-01 07:24:15 -04:00
Ayman Nadeem
ea11278e8b Merge branch 'master' into test-java-assignment-part-2 2018-08-01 07:03:00 -04:00
Charlie Somerville
b5f6edb942 fix self in ruby assignment 2018-08-01 15:01:12 +10:00
Charlie Somerville
d00fced1bb Merge branch 'master' into charliesome/context 2018-08-01 11:45:46 +10:00
Timothy Clem
625a929877 No need for defaultVal with Bool 2018-07-31 16:48:32 -07:00
Timothy Clem
0b294049b3 Provide a flag to disable running the grpc server 2018-07-31 16:40:05 -07:00
Timothy Clem
6f257a0f7d Example rover configs, useful for testing 2018-07-31 10:02:39 -07:00
Rob Rix
75b52843b2 📝 Lambda. 2018-07-31 11:54:06 -04:00
Rob Rix
c4a46f47e1 📝 lambda. 2018-07-31 11:52:20 -04:00
Rob Rix
15ce4e0012 Export Lambda, just in case. 2018-07-31 11:49:09 -04:00
Rob Rix
c32162d1b8 🔥 lambda2. 2018-07-31 11:48:19 -04:00
Rob Rix
1e89a8423a Define lambda using Lambda. 2018-07-31 11:48:07 -04:00
Rob Rix
d472ead088 Define a base case for Lambda. 2018-07-31 11:47:36 -04:00
Rob Rix
35a3b667a7 Define a recursive case for Lambda. 2018-07-31 11:47:28 -04:00
Rob Rix
181a6c777b Define a class for recursively constructing lambdas. 2018-07-31 11:47:12 -04:00
Rob Rix
0d4ddc42c2 Define a binary analogue of lambda. 2018-07-31 11:35:58 -04:00
Rob Rix
342ebbf5da Add a CLI option to read a list of files. 2018-07-30 17:15:46 -04:00
Rob Rix
6ffa4efc06 Rename the parser for reading a project recursively. 2018-07-30 16:59:02 -04:00
Rob Rix
5d848feeba Split out the recursive project task. 2018-07-30 16:53:19 -04:00
Rob Rix
83ac305205 Define the graph parser with ordinary Applicative notation.
ApplicativeDo can’t handle recursive bindings.
2018-07-30 16:51:24 -04:00
Rob Rix
31e4fe68a1 Extract optionsParser to the top level. 2018-07-30 16:30:51 -04:00
Rob Rix
900ea9c639 Extract argumentsParser to the top level. 2018-07-30 16:30:31 -04:00
Rob Rix
4e47a8eb53 Extract diffCommand to the top level. 2018-07-30 16:30:00 -04:00
Rob Rix
ab00268dc4 Extract parseCommand to the top level. 2018-07-30 16:29:42 -04:00
Rob Rix
d164e16dc5 Extract tsParseCommand to the top level. 2018-07-30 16:29:14 -04:00
Rob Rix
68c87a0b4d Extract graphCommand to the top level. 2018-07-30 16:28:45 -04:00
Rob Rix
5d80308b27 Extract filePathReader to the top level. 2018-07-30 16:28:09 -04:00
Rob Rix
679aee515c Extract options to the top level. 2018-07-30 16:27:37 -04:00
Rob Rix
95b0302622 Move the symbolFieldsReader up where it’s used. 2018-07-30 16:26:41 -04:00
Rob Rix
c332244b01 Inline the root/exclude directory options. 2018-07-30 16:23:43 -04:00
Rob Rix
b76f950b06 🔥 redundant parens. 2018-07-30 15:13:39 -04:00
Timothy Clem
2afe43deec Clarify help description 2018-07-30 11:42:48 -07:00
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
Rob Rix
05d2683012 Merge branch 'master' into test-java-assignment-part-2 2018-07-26 09:23:09 -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