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

23493 Commits

Author SHA1 Message Date
Rob Rix
3b2cb5c0fd Factor NonEmpty out of LoadOrder.
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
2018-06-15 14:12:55 -04:00
Rob Rix
0d3bec92ad Stub in an evaluate function mapping modules to results. 2018-06-15 14:05:36 -04:00
Rob Rix
327a3387d9 Stub in a datatype representing a load order. 2018-06-15 14:04:44 -04:00
Timothy Clem
0ddf994a81 Merge branch 'master' into telemetry-and-config 2018-06-15 10:40:06 -07:00
Timothy Clem
3657c0e524 Remove imports 2018-06-15 10:34:49 -07:00
Timothy Clem
23390f7789 Refactor Stats addr 2018-06-15 10:31:51 -07:00
Timothy Clem
21e3f69110 Just one defaultConfig 2018-06-15 10:17:02 -07:00
Rob Rix
d1d07a953b Merge pull request #1969 from github/semilattices
Semilattices
2018-06-15 13:11:09 -04:00
Timothy Clem
033a748ed7 Telemetry interface handles details of creating/closing async queues 2018-06-15 09:56:46 -07:00
Rob Rix
792cdcc5e2 Re-export Lower from SpecHelpers. 2018-06-15 11:41:38 -04:00
Rob Rix
ccbd880155 Re-export Lower in Prologue. 2018-06-15 11:41:15 -04:00
Rob Rix
da19e87b80 Depend on semilattices in the tests. 2018-06-15 11:40:26 -04:00
Rob Rix
bf06d928c9 Replace Data.Semilattice.Lower with semilattices. 2018-06-15 11:37:49 -04:00
Rob Rix
33064d0dbc Add semilattices as a submodule. 2018-06-15 11:36:58 -04:00
Patrick Thomson
09ffcc0af1 Bump effects version. 2018-06-15 11:12:08 -04:00
Rob Rix
54ea58fd79 Move the proto3 packages down. 2018-06-15 11:06:26 -04:00
Rob Rix
430a4e1cfa 🔥 emptyEnv. 2018-06-15 11:05:19 -04:00
Rob Rix
148961ac4e Merge branch 'master' into telemetry-and-config 2018-06-15 10:47:34 -04:00
Rob Rix
4c46b951c7 Merge pull request #1966 from github/charliesome/remove-copies-in-declaration
Remove value copies in Data.Syntax.Declaration
2018-06-15 10:47:17 -04:00
Rob Rix
116bbb99c4 Merge branch 'master' into telemetry-and-config 2018-06-15 09:32:27 -04:00
Rob Rix
c3acc0e1ff Merge branch 'master' into charliesome/remove-copies-in-declaration 2018-06-15 09:32:23 -04:00
Rob Rix
67700456d3 Merge pull request #1965 from github/assignment-api
Assignment API tweaks, part one
2018-06-15 09:31:41 -04:00
Rob Rix
02a9538f65 Merge branch 'master' into assignment-api 2018-06-15 09:03:37 -04:00
Charlie Somerville
b00423b043 pass through original address in If and Let 2018-06-15 13:07:36 +10:00
Charlie Somerville
89359de71d return original address rather than boxing a copy 2018-06-15 11:52:22 +10:00
Rob Rix
7053028647 Merge pull request #1963 from github/charliesome/array-address
Store addresses in arrays and tuples rather than unboxed values
2018-06-14 16:02:30 -04:00
Rob Rix
11d887fdd2 📝 toTerm. 2018-06-14 14:53:14 -04:00
Rob Rix
3ef04bb17c 📝 leafNode. 2018-06-14 14:51:55 -04:00
Rob Rix
480549dd46 📝 branchNode. 2018-06-14 14:51:48 -04:00
Rob Rix
be464d49e2 Rename a bunch of parameters.
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2018-06-14 14:46:18 -04:00
Rob Rix
4206f1c183 🔥 the HasCallStack constraint.
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2018-06-14 14:42:15 -04:00
Rob Rix
a29c0dd9be Redefine module' using toTerm/branchNode.
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2018-06-14 14:41:46 -04:00
Rob Rix
177be87acc Redefine boolean using toTerm/branchNode/leafNode.
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2018-06-14 14:40:53 -04:00
Rob Rix
470a99df3b Define a branchNode combinator.
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2018-06-14 14:39:42 -04:00
Rob Rix
ea0575b0b3 Define a leafNode combinator.
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2018-06-14 14:39:12 -04:00
Rob Rix
7c8a64c9fe Define a toTerm combinator.
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2018-06-14 14:38:45 -04:00
Timothy Clem
1ce1153490 Extra docs and minor formatting cleanup 2018-06-14 09:23:59 -07:00
Timothy Clem
139bd660cb Back to full interface 2018-06-14 09:23:46 -07:00
Rob Rix
54cead00e5 Merge branch 'master' into charliesome/array-address 2018-06-14 11:43:11 -04:00
Charlie Somerville
96e26ce735 change arrays and tuples to hold addresses rather than unboxed values 2018-06-14 17:28:07 +10:00
Timothy Clem
cff0e073ae Comment typo 2018-06-13 17:48:22 -07:00
Timothy Clem
85d948003e Merge remote-tracking branch 'origin/master' into telemetry-and-config 2018-06-13 17:15:17 -07:00
Timothy Clem
9b45928227 Fix up test/spec 2018-06-13 17:03:15 -07:00
Timothy Clem
d4e5c79119 Allow setting from the environment 2018-06-13 16:58:58 -07:00
Timothy Clem
f1ffdec3f7 Move tree-sitter parsing timeout to a config setting 2018-06-13 16:55:52 -07:00
Timothy Clem
73bdcbe23a Not needed anymore 2018-06-13 16:55:29 -07:00
Rick Winfrey
14ee2f876f Assign conditional expressions 2018-06-13 16:48:03 -07:00
Timothy Clem
7970999463 Continue to refine config API 2018-06-13 16:42:04 -07:00
Timothy Clem
5ad2b64769 Try out the new statCount API 2018-06-13 16:41:32 -07:00
Timothy Clem
cea7a4a880 Let external callers log sha 2018-06-13 16:41:18 -07:00