1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
Parsing, analyzing, and comparing source code across many languages
Go to file
Patrick Thomson af1f95f1d3 Remove Error effect from tagging internals.
This code was based on code I wrote for the reprinter, which had
different correctness constraints than does the tagging system:
specifically, the tagging code does not fail, as there is a
recoverable result even if we get pathological input. As such, there's
no need to wrap this in an Either that is always Right.
2019-05-25 14:33:18 -04:00
.licenses/semantic/cabal Bump licenses. 2019-05-13 17:01:36 -04: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 Add bloboid (if exists) to proto output 2019-04-12 15:48:49 -07:00
script Fix tests 2018-06-22 14:19:01 -04:00
src Remove Error effect from tagging internals. 2019-05-25 14:33:18 -04:00
test legacyMakeBlob => makeBlob. Also unpack File. 2019-05-24 11:52:35 -04:00
vendor 🔥 vendor/fastsum 2019-05-13 14:31:32 -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 🔥 vendor/fastsum 2019-05-13 14:31:32 -04:00
.hlint.yaml fix lints 2019-05-21 12:09:42 -04:00
.hspec Add .hspec for depths default, make sure hspec version supports 2017-02-17 08:27:51 -08:00
.stylish-haskell.yaml derivingvia implies derivingstrategies 2019-02-19 19:35:20 -05:00
semantic.cabal Merge branch 'master' into blob-depends-on-file 2019-05-24 12:46:16 -04:00
Setup.hs Use the simple build type. 2017-07-23 10:34:30 -04:00