1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00
Commit Graph

27913 Commits

Author SHA1 Message Date
Josh Vera
bc4dce9725 Merge branch 'master' into signal-handling 2019-03-18 16:41:51 -04:00
Patrick Thomson
d06d4e753e Merge pull request #2461 from github/regen-data-types
Regenerate data types from hydro.
2019-03-18 16:31:49 -04:00
joshvera
264832fcc7 what if we just ignore it 2019-03-18 15:24:51 -04:00
joshvera
f359c9369b add to semantic 2019-03-18 14:13:14 -04:00
Patrick Thomson
2beec20888 Merge branch 'master' into regen-data-types 2019-03-18 13:40:55 -04:00
Patrick Thomson
1268b209de Regenerate data types from hydro.
Now that twirp-haskell generates significantly better code, we should
use it for our data types. This overcomes the significant problems
associated with JSON instances for protobuf objects, since now the
FromJSON and ToJSON instances are defined in terms of the JSONPB
instances, which brings them in line with the standard.

This is a breaking change, but we don't have any consumers of this API
yet, so @tclem gave me the all clear.
2019-03-18 13:14:39 -04:00
Josh Vera
aa01378b92 Merge branch 'master' into signal-handling 2019-03-18 13:10:38 -04:00
joshvera
9486196cb7 indentation 2019-03-18 13:08:21 -04:00
joshvera
a9e4a71fd0 Move catchSync to Control.Effect.Catch 2019-03-18 12:56:46 -04:00
Josh Vera
54419fa27a Merge pull request #2443 from github/alephd-threading
Alephd threading
2019-03-14 12:44:59 -04:00
Josh Vera
50d96751e3 Merge branch 'master' into alephd-threading 2019-03-14 12:02:04 -04:00
Timothy Clem
28a3afbb0c Merge pull request #2441 from github/real-jsonpb
Real JSONPB encoding
2019-03-14 08:40:32 -07:00
Josh Vera
c07229ea8b Merge branch 'master' into alephd-threading 2019-03-14 11:33:47 -04:00
Timothy Clem
314089a84f Auto-merged master into real-jsonpb on deployment 2019-03-14 07:47:42 -07:00
Rob Rix
2f4cd8beb6 Merge pull request #2445 from github/bump-cmark-gfm-again
use cmark-gfm 0.1.8
2019-03-14 00:31:56 -04:00
Ashe Connor
212510036c use cmark-gfm 0.1.8 2019-03-14 13:41:40 +11:00
Timothy Clem
a169fa1553 Merge branch 'master' into real-jsonpb 2019-03-13 16:33:22 -07:00
Timothy Clem
c20c214170 Merge branch 'master' into real-jsonpb 2019-03-13 16:28:35 -07:00
Timothy Clem
191000d1e9 ++generated pb code from twirp-haskell updates 2019-03-13 13:02:07 -07:00
Josh Vera
6102d6a576 Auto-merged master into alephd-threading on deployment 2019-03-13 13:29:24 -04:00
Rob Rix
b0b1458c7b Merge pull request #2442 from github/bump-cmark-gfm
cmark-gfm: use-after-free and memory leak
2019-03-13 13:06:54 -04:00
joshvera
5ebfbf2705 Merge remote-tracking branch 'origin/master' into alephd-threading 2019-03-13 11:54:26 -04:00
joshvera
7c6ee7f94b Merge remote-tracking branch 'origin/master' into alephd-threading 2019-03-13 11:52:45 -04:00
joshvera
7bfe02c24c Remove Void hiding 2019-03-13 11:15:50 -04:00
Ashe Connor
98844eb3c2 use cmark-gfm 0.1.7 2019-03-13 16:28:55 +11:00
joshvera
29b774c22d WIP async effect 2019-03-12 18:41:20 -04:00
Rick Winfrey
ac19a09f90 Merge pull request #2433 from github/scope-graph-indexer
Alephd meets ScopeGraph
2019-03-12 11:42:20 -07:00
Rick Winfrey
9fab81a5e1 Merge branch 'master' into scope-graph-indexer 2019-03-12 09:59:45 -07:00
Rick Winfrey
c6594f84c9 Revert "Update tests"
This reverts commit 12368b2ad0ff58db794b80e0fa006841d7cacd5c.
2019-03-12 09:56:37 -07:00
Rick Winfrey
d16a56c664 Revert "Update ScopeGraph.Kind naming to avoid confusion"
This reverts commit 6ccdc3a70c984819d457412e113b7dcfce0e17f8.
2019-03-12 09:56:01 -07:00
Timothy Clem
1a4d489b1d Fix up tests, new CLI output 2019-03-11 15:32:15 -07:00
Timothy Clem
3001cf1c0f Clean up, nothing to hide now 2019-03-11 14:35:47 -07:00
Timothy Clem
7602a42257 Merge remote-tracking branch 'origin/master' into real-jsonpb 2019-03-11 14:34:21 -07:00
Timothy Clem
4094e29af0 More linting cleanup 2019-03-11 13:40:58 -07:00
Timothy Clem
2aa8b9fd85 Generated code cleanup 2019-03-11 13:31:47 -07:00
Timothy Clem
7b28712566 Try out Language as just a string 2019-03-11 13:21:27 -07:00
Timothy Clem
c5eb774208 Use int32 so we get json numbers 2019-03-11 13:11:19 -07:00
Timothy Clem
498bd79f25 Start vertex ids at 1 2019-03-11 13:10:37 -07:00
Timothy Clem
23bad2d665 Regen pb with latest twirp haskell, ++proto3-suite 2019-03-11 13:10:19 -07:00
Rick Winfrey
f777610108 Update tests 2019-03-11 12:33:57 -07:00
Rick Winfrey
5368c6b37b Merge branch 'master' into scope-graph-indexer 2019-03-11 11:04:27 -07:00
Patrick Thomson
3782f6f453 Merge pull request #2438 from github/lts-13.9-bump
Bump to LTS 13.9.
2019-03-11 12:01:59 -04:00
Patrick Thomson
b324cb8c61 Fix missing quotes. 2019-03-09 14:54:30 -05:00
Patrick Thomson
f341a68479 Merge remote-tracking branch 'origin/master' into lts-13.9-bump 2019-03-09 12:47:17 -05:00
Patrick Thomson
81a11dc2dc Merge pull request #2432 from github/bump-fused-effects-03-03-2019
Remove Eff and bump to carriers-as-monads fused-effects
2019-03-07 15:20:28 -05:00
Patrick Thomson
c1d9ea8a92 Bump license version. 2019-03-07 13:55:15 -05:00
Patrick Thomson
9fbc0ea0d0 Merge branch 'master' into bump-fused-effects-03-03-2019 2019-03-07 09:38:16 -05:00
Patrick Thomson
aac0dccb4f lints again 2019-03-07 09:25:13 -05:00
Patrick Thomson
6a11fdb76b Merge pull request #2417 from github/converting-api-rfc
RFC: unified interface for converting API/legacy/native types.
2019-03-07 09:22:57 -05:00
Patrick Thomson
4eac30b895 Merge remote-tracking branch 'origin/master' into bump-fused-effects-03-03-2019 2019-03-07 07:31:10 -05:00