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

22448 Commits

Author SHA1 Message Date
joshvera
4c1c05ee04 Revert "Add proto3-suite and proto3-wire as submodules"
This reverts commit 8beef798017162242a6a937c307b87db9a01800e.
2018-05-21 18:38:17 -04:00
joshvera
ab18fe05d1 ++grpc-haskell 2018-05-21 18:38:07 -04:00
joshvera
004a1db35e Add proto3-suite and proto3-wire as submodules 2018-05-21 18:38:07 -04:00
Timothy Clem
7c621830de lts-11.0, custom build dockerfile with grpc installed 2018-05-21 14:14:53 -07:00
Max Brunsfeld
1023097082 Update to use the new Tree-sitter API
Co-Authored-By: Rick Winfrey <rewinfrey@github.com>
2018-05-21 12:57:24 -07:00
joshvera
7c6a2c650e ++grpc-haskell 2018-05-21 15:45:22 -04:00
joshvera
c2100b4b4c Merge remote-tracking branch 'origin/grpc-server' into grpc-next-queues 2018-05-21 15:44:50 -04:00
joshvera
c4517cbc33 Remove RPCToCDiffRenderer 2018-05-21 15:36:26 -04:00
joshvera
29eb10a789 Add a healthcheck route to SemanticAPI 2018-05-21 14:25:52 -04:00
joshvera
27c233a70c Move grpc to semanticd 2018-05-21 14:01:27 -04:00
joshvera
dd123a0181 Merge remote-tracking branch 'origin/master' into grpc-server 2018-05-21 13:55:15 -04:00
Timothy Clem
b03c11f23f Merge pull request #1856 from github/dockerize
Dockerize semantic builds
2018-05-21 10:53:36 -07:00
joshvera
378dad0d69 Merge remote-tracking branch 'origin/master' into grpc-server 2018-05-21 12:33:22 -04:00
joshvera
9bcd57959a ++grpc-haskell 2018-05-21 11:45:44 -04:00
Timothy Clem
42af0faae6 New approach for linting 2018-05-21 08:17:11 -07:00
joshvera
f6c84f424f ++grpc-haskell 2018-05-20 21:21:28 -04:00
joshvera
8cdd81dbfd ++grpc-haskell 2018-05-19 17:33:25 -04:00
Timothy Clem
8c32aa8a6d No more script/run 2018-05-18 15:57:21 -07:00
Timothy Clem
3240f64de3 Merge remote-tracking branch 'origin/master' into dockerize 2018-05-18 13:31:14 -07:00
Timothy Clem
8fe6f7e959 Bump the version so we can tell these are new style builds 2018-05-18 13:31:05 -07:00
Rob Rix
d9b7dbb6a0 Don’t re-export Fail. 2018-05-18 15:01:49 -04:00
Rob Rix
7986c22415 🔥 obsolete dependencies on Fail. 2018-05-18 15:01:13 -04:00
Rob Rix
29aef25e44 🔥 obsolete dependencies on AddressError. 2018-05-18 15:00:14 -04:00
Rob Rix
88c205e261 Move closure/call into an AbstractFunction class. 2018-05-18 14:59:24 -04:00
Rob Rix
18b2cfc89f Merge branch 'master' into decompose-values 2018-05-18 14:14:55 -04:00
Rob Rix
c21326dfc1 Use the lambda helper to construct the print builtin. 2018-05-18 14:08:41 -04:00
Rob Rix
9d20a0a071 Define a helper to build lambdas. 2018-05-18 14:07:02 -04:00
Rob Rix
49fe7b5c1b Escape quotes and backslashes. 2018-05-18 14:04:50 -04:00
Rob Rix
5504b0b673 Add doctests for the Show output. 2018-05-18 14:03:42 -04:00
Rob Rix
6bd5ab77bb Show printable utf8 characters in names. 2018-05-18 13:56:55 -04:00
Rob Rix
6d77a7dc58 Encode the name as utf8. 2018-05-18 13:56:07 -04:00
Rob Rix
c45802a809 Reformat defaultFiles. 2018-05-18 13:20:56 -04:00
Rob Rix
40b1d2030b Prettier output for machine-generated names. 2018-05-18 13:19:24 -04:00
Rob Rix
f49ba195cf 📝 unName. 2018-05-18 13:16:16 -04:00
Rob Rix
2e0ee8b935 📝 nameI. 2018-05-18 13:15:50 -04:00
Rob Rix
bd564a92ce 📝 name. 2018-05-18 13:15:45 -04:00
Rob Rix
f9c21b9448 Add a constructor for integral names. 2018-05-18 13:13:59 -04:00
Rob Rix
11fa7e318b Better distribution of hashes for integer names. 2018-05-18 13:11:31 -04:00
Rob Rix
0baa19de2d Add integer names. 2018-05-18 13:10:04 -04:00
Rob Rix
109dbd3b44 Fix the typescript spec. 2018-05-18 13:07:37 -04:00
Rob Rix
2ba726cb28 Fix a dodgy import. 2018-05-18 13:06:49 -04:00
Rob Rix
75d83155ec Re-export the Name module. 2018-05-18 13:06:35 -04:00
Rob Rix
81951d7bcc Fix the Listable instance for Name. 2018-05-18 13:05:46 -04:00
Rob Rix
2a0483d662 Show Name via unName. 2018-05-18 13:01:55 -04:00
Rob Rix
8fe77fbdd3 Don’t export the Name constructor. 2018-05-18 13:01:49 -04:00
Rob Rix
0cd428286d Use unName exclusively. 2018-05-18 13:01:31 -04:00
Rob Rix
dc2bffa288 Define unName as a function. 2018-05-18 12:59:23 -04:00
Rob Rix
138b4c7a93 Simplify the Show instances for Monovariant and Environment since Name is no longer verbose. 2018-05-18 12:58:03 -04:00
Rob Rix
2c6f266945 Move Name into its own module. 2018-05-18 12:53:01 -04:00
Rob Rix
66d1f8286b Stub in a module for names. 2018-05-18 12:43:28 -04:00