1
1
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
Go to file
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
.licenses/semantic/cabal use cmark-gfm 0.1.8 2019-03-14 13:41:40 +11:00
app Rename SemanticCmdLine to Semantic.CLI. 2017-11-27 11:57:27 -05:00
bench Add NFData instances to enable more accurate benchmarking. 2018-10-17 14:08:47 -04:00
bin Keep a bin directory around for deployments 2016-02-02 13:50:07 -06:00
notices Remove docker section from third-party notice 2019-02-21 18:42:50 -05:00
proto/semantic/api/v1 Try out Language as just a string 2019-03-11 13:21:27 -07:00
script Fix tests 2018-06-22 14:19:01 -04:00
src Regenerate data types from hydro. 2019-03-18 13:14:39 -04:00
test Revert "Update tests" 2019-03-12 09:56:37 -07:00
vendor WIP async effect 2019-03-12 18:41:20 -04:00
.ghci Prevent slowdowns when pretty-printing in ghci. 2018-10-04 14:38:36 -04:00
.gitattributes Treat the licenses dir as vendored. 2017-08-15 10:49:51 -04:00
.gitignore Update licenses, fix gitignore 2019-01-25 08:14:35 -08:00
.gitmodules Use an https URL for the fastsum submodule. 2018-12-05 12:16:40 -05:00
.hlint.yaml Merge remote-tracking branch 'origin/indexer-prototype' into deploy-to-moda 2019-02-20 14:23:18 -05:00
.hspec Add .hspec for depths default, make sure hspec version supports 2017-02-17 08:27:51 -08:00
.stylish-haskell.yaml Merge remote-tracking branch 'origin/indexer-prototype' into deploy-to-moda 2019-02-20 14:23:18 -05:00
semantic.cabal Rename Helpers to Bridge. 2019-03-01 15:27:13 -05:00
Setup.hs Use the simple build type. 2017-07-23 10:34:30 -04:00