mirror of
https://github.com/github/semantic.git
synced 2024-12-19 21:01:35 +03:00
Parsing, analyzing, and comparing source code across many languages
1268b209de
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. |
||
---|---|---|
.licenses/semantic/cabal | ||
app | ||
bench | ||
bin | ||
notices | ||
proto/semantic/api/v1 | ||
script | ||
src | ||
test | ||
vendor | ||
.ghci | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.hlint.yaml | ||
.hspec | ||
.stylish-haskell.yaml | ||
semantic.cabal | ||
Setup.hs |