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

27112 Commits

Author SHA1 Message Date
Timothy Clem
d8ef1c1f40 Fix up tests 2019-01-17 15:36:56 -08:00
Timothy Clem
43b6656f22 Serialize to proto as well for fun 2019-01-17 15:36:51 -08:00
Timothy Clem
30f937ecf0 Cleanup 2019-01-17 15:36:43 -08:00
Timothy Clem
5dc2ac2d04 Rename 2019-01-17 15:36:37 -08:00
Timothy Clem
e3afd9d684 Symbol rendering is entirely on the new path 2019-01-17 15:13:39 -08:00
Timothy Clem
8d5d3e45da Factor back in the toc summary endpoint, now supported in twirp too 2019-01-17 14:00:13 -08:00
Timothy Clem
f38e10a9e6 Just remove this 2019-01-16 16:13:39 -08:00
Timothy Clem
8346f6aaa2 Start to fill out toc summaries endpoint 2019-01-16 15:49:36 -08:00
Timothy Clem
01af025638 Move parse back into semantic 2019-01-16 15:39:07 -08:00
Timothy Clem
8d989cdead Remove crazy term and diff language specific protos 2019-01-16 12:41:32 -08:00
Timothy Clem
d80098615d Fill out rest of languages, little bit of cleanup 2019-01-16 10:52:31 -08:00
Timothy Clem
e316385e1e Comments in protos are nice 2019-01-15 15:58:58 -08:00
Timothy Clem
26b771715f Wire in Twirp ping and symbols endpoints, disable grpc entirely 2019-01-15 08:45:20 -08:00
Timothy Clem
dd5dbd590d Fix a typo in the go package name for terms 2019-01-14 14:53:24 -08:00
Timothy Clem
2a88f75459 Pick up some left over proto changes 2019-01-14 14:52:44 -08:00
Patrick Thomson
73ea843d23 Merge pull request #2327 from github/simplify-both
Simplify Data.Functor.Both.
2019-01-11 11:21:35 -05:00
Patrick Thomson
cfc6d46a28 Merge branch 'master' into simplify-both 2019-01-10 18:39:21 -05:00
Timothy Clem
afb0bd0e74 Merge pull request #2330 from github/bump-tree-sitter
++tree-sitter-typescript for flow type in import_statement
2019-01-10 15:08:01 -08:00
Timothy Clem
06a0d29990 ++tree-sitter-typescript for flow type in import_statement 2019-01-10 14:37:27 -08:00
Patrick Thomson
f750f2952a Remove 'both' function. 2019-01-10 15:53:15 -05:00
Patrick Thomson
8140b8ef9d Merge remote-tracking branch 'origin/master' into simplify-both 2019-01-10 13:54:04 -05:00
Patrick Thomson
742d7caf95 Merge pull request #2328 from github/bump-submodules-2019-01-08
Bump proto3-suite version and remove unneeded dependency.
2019-01-10 13:23:05 -05:00
Rob Rix
77b8e617c5 Merge branch 'master' into bump-submodules-2019-01-08 2019-01-10 09:20:47 -05:00
Rob Rix
dd4fbcbbb2 Merge branch 'master' into simplify-both 2019-01-10 09:10:16 -05:00
Patrick Thomson
3342435f2f Bump proto3-suite version and remove unneeded dependency.
`proto3-suite` now depends on `ansi-wl-pprint` rather than
 `wl-pprint`, which means we can remove the latter's pinned
 dependency and its associated license files.
2019-01-08 19:07:04 -05:00
Patrick Thomson
2e66bc3443 Simplify Data.Functor.Both.
Though the previous definition (a type synonym that wrapped `Join (,)`)
was clever, it required a number of orphan instances, as well as an extra
`both` function to simulate a `Both` constructor. Using an ordinary data
structure removes the need for orphan instances.
2019-01-08 17:34:47 -05:00
Josh Vera
b153fe8c2c Merge pull request #2322 from github/deriving-via
Use -XDerivingVia to clean up Eq1/Show1/Ord1/Semigroup/Monoid instances.
2019-01-08 11:04:38 -05:00
Patrick Thomson
00abc88daa Remove unneeded extensions and document Generically. 2019-01-07 16:30:07 -05:00
Patrick Thomson
9c14b6fd85 Fix license version. 2019-01-07 16:23:26 -05:00
Patrick Thomson
2618b30f79 DerivingVia over TypeScript/JavaScript. 2019-01-07 16:21:15 -05:00
Patrick Thomson
6983f55e1c DerivingVia for Syntax.Directive. 2019-01-07 16:20:54 -05:00
Patrick Thomson
b91675f2cf Some Haskell instances I forgot. 2019-01-07 16:20:33 -05:00
Patrick Thomson
bf2ee5a3f4 DerivingVia over PHP. 2019-01-07 16:10:13 -05:00
Patrick Thomson
f2bb7eeb8d DerivingVia over Java syntax. 2019-01-07 16:04:21 -05:00
Patrick Thomson
d2639d096b DerivingVia over the Haskell syntax modules. 2019-01-07 16:01:42 -05:00
Patrick Thomson
d2fffe1c89 DerivingVia over Markdown. 2019-01-07 15:53:10 -05:00
Patrick Thomson
0482798bfb DerivingVia over Python and Ruby. 2019-01-07 15:51:41 -05:00
Patrick Thomson
a7db55081a DerivingVia over Go syntax. 2019-01-07 15:51:28 -05:00
Patrick Thomson
e0bb9e4a08 DerivingVia over Syntax and Syntax.Type. 2019-01-07 15:45:00 -05:00
Patrick Thomson
c778de4585 DerivingVia over Comment. 2019-01-07 15:39:44 -05:00
Patrick Thomson
b32a728b84 DerivingVia over Syntax.Declaration. 2019-01-07 15:37:24 -05:00
Patrick Thomson
e0d5e7f54b DerivingVia over Syntax.Statement. 2019-01-07 15:33:50 -05:00
Patrick Thomson
d4c9702d7e Introduce Generically functor and convert Expression/Literal to use it. 2019-01-07 15:33:43 -05:00
Patrick Thomson
1302fe4ac8 Use -XDerivingVia to clean up our Semigroup/Monoid instances.
Now that we're on GHC 8.6, we can use `-XDerivingVia` in many cases
where we previously had to write instances by hand. If you're not
familiar with `-XDerivingVia`, the [GHC proposal][ghc] is a good place
to start.

[ghc]: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0023-deriving-via.rst

Thanks to the `generic-monoid` package, we can derive a `Semigroup`
instance for any product type whose members are `Semigroups`, and the
same goes for `Monoid`. This entails an extra dependency, but it is
better than the `generic-deriving` package, which is way too much overhead.
I've also switched some trivial definitions to newtype-deriving.

Please be aware that this bumps `hlint` and `haskell-src-exts` so that
`hlint` doesn't choke on the `DerivingVia` extension. You'll need to
`stack install hlint` to get it on your `PATH`. Apologies!
2019-01-07 11:23:11 -05:00
Josh Vera
97d60bb81e Merge pull request #2319 from github/lts-13.0
Upgrade to LTS 13.1 and GHC 8.6.3.
2019-01-02 11:31:27 -05:00
Patrick Thomson
c58416b5d7 bump mime-types 2019-01-01 14:21:51 -05:00
Patrick Thomson
b5c47fec08 Add math-functions and vector-th-unbox. 2018-12-30 02:27:53 -05:00
Patrick Thomson
61caa9f5ae whoops 2018-12-30 01:59:46 -05:00
Patrick Thomson
f15eaa18d4 Remove mwc-random pin and make sure benchmarks work. 2018-12-30 01:50:33 -05:00
Patrick Thomson
b6f042a1df Correct erf package. 2018-12-30 00:58:59 -05:00