1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00
Commit Graph

96 Commits

Author SHA1 Message Date
Rick Winfrey
b54c022b28 Remove vendored tree-sitter-ql submodule 2020-03-04 09:03:25 -08:00
Patrick Thomson
e45bb13fb1 Remove submodules now that parsers provide grammars themselves. 2020-02-14 13:25:37 -05:00
Ayman Nadeem
0a1cccdfd7 Update .gitmodules 2020-02-11 14:34:32 -05:00
Ayman Nadeem
8f818c4bfe fix submodule mess 2020-01-27 17:11:29 -05:00
Ayman Nadeem
1ce8cdc539 create submodule for tsx AST 2020-01-27 16:29:04 -05:00
Ayman Nadeem
87b200d3d2 create submodule for typescript AST 2020-01-27 16:06:52 -05:00
Ayman Nadeem
ae7021efd4 create submodule for ruby AST 2020-01-27 15:56:25 -05:00
Ayman Nadeem
81a39439d4 create submodule for go AST 2020-01-27 15:40:47 -05:00
Ayman Nadeem
05bdf124df create submodule for java AST 2020-01-27 15:17:52 -05:00
Ayman Nadeem
03aad5aca0 create submodule for python AST 2020-01-27 14:35:18 -05:00
Rob Rix
575b19c451
Add a submodule of tree-sitter-json.
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2020-01-27 13:57:13 -05:00
Patrick Thomson
dcf4a577f7 Use Hackage package rather than submodules. 2019-06-10 13:29:11 -04:00
Patrick Thomson
311c56f434 Use source-repository-package to pin Git deps in cabal.
Right now our CI build cycle time is ~20 minutes, mostly because we're
rebuilding our vendored packages every time. This should help, at
least to some degree, with that.
2019-06-04 18:59:56 -04:00
Rob Rix
d6bbcbb704
🔥 the freer-cofreer submodule. 2019-06-03 12:19:23 -04:00
Patrick Thomson
a7f6806298 Fix cabal build. (#4)
- Remove cmark-gfm direct dependency.
- Fix submodule paths.
- Pin to versioned fused-effects packages.
2019-05-31 08:58:35 -04:00
Patrick Thomson
3d5eb45651 🔥 vendor/fastsum 2019-05-13 14:31:32 -04:00
Patrick Thomson
4c2397a71e 🔥 vendor/fused-effects 2019-05-13 14:26:10 -04:00
Patrick Thomson
c02d6cbe64 Remove semilattices module.
We've never needed to update this, and it lives on Hackage.
2019-05-13 14:24:07 -04:00
Rob Rix
e46cf67eb3 Use an https URL for the fastsum submodule. 2018-12-05 12:16:40 -05:00
Rob Rix
636eec364e Update to fused-effects, replace \/ with handleSum and bundle Interpose. 2018-10-29 09:52:48 -04:00
Rob Rix
637b9ee41e 🔥 effects. 2018-10-25 11:05:27 -04:00
Rob Rix
6fb6fd3d4e Add higher-order-effects. 2018-10-12 12:37:08 -04:00
joshvera
c058f15a55 Try including grpc-haskell in stack.yaml 2018-07-06 17:18:19 -04:00
Rob Rix
81fe05d716 Remove our proto3-* submodules. 2018-06-19 10:35:47 -04:00
Rob Rix
33064d0dbc Add semilattices as a submodule. 2018-06-15 11:36:58 -04:00
joshvera
0b01255884 Add the proto3-suite and proto3-wire repos back as submodules; 2018-05-24 12:54:17 -04:00
joshvera
4c1c05ee04 Revert "Add proto3-suite and proto3-wire as submodules"
This reverts commit 8beef798017162242a6a937c307b87db9a01800e.
2018-05-21 18:38:17 -04:00
joshvera
004a1db35e Add proto3-suite and proto3-wire as submodules 2018-05-21 18:38:07 -04:00
joshvera
9e2b7725a6 Merge origin/master 2018-05-11 16:37:04 -04:00
joshvera
403ffe3ac5 Add proto3 repos as submodules 2018-03-02 13:07:09 -05:00
joshvera
9686e41c6e Add proto3-suite as a submodule 2018-03-01 17:39:51 -05:00
joshvera
39b8c122eb add grpc submodule 2018-03-01 17:04:21 -05:00
joshvera
578f290ec8 Merge remote-tracking branch 'origin/master' into back-to-stack 2017-09-13 10:58:44 -04:00
Rick Winfrey
a6cbdab2e9 🔥 prettyprint 2017-09-12 15:40:24 -07:00
joshvera
7f3a92ae27 Add ghc-mod as a submodule 2017-09-12 12:16:03 -04:00
Rob Rix
8eb36d9a1c Add prettyprinter. 2017-08-22 12:43:40 -04:00
Rob Rix
375646bb14 Remove the parser submodules. 2017-08-14 20:12:40 -04:00
Rob Rix
7ba37de6cd Move all of the language submodules into vendor/. 2017-08-11 08:14:21 -04:00
Rob Rix
83e99044f5 Use freer-cofreer as a submodule. 2017-07-24 12:54:23 -04:00
joshvera
7135cf0727 Add json project 2017-07-17 12:14:17 -04:00
Rob Rix
fed4d93a46 Gitlib gone too. 2017-06-14 17:54:21 -04:00
Rob Rix
1caff48253 Fiddle while ICU 🔥s. 2017-06-14 17:37:36 -04:00
Rick Winfrey
2e2adfb1ec Add languages/python 2017-05-11 16:45:05 -07:00
joshvera
404c1a94e1 Add tree-sitter-typescript as a submodule 2017-03-15 17:04:19 -04:00
Timothy Clem
763ab482cc 🔥 the integration-tests and generate-test-cases 2017-02-27 08:50:54 -08:00
Timothy Clem
b80667f5b4 Remove profile as submodule and just include the js directly 2017-02-23 09:32:24 -08:00
Rick Winfrey
424ee11a89 Add diff-fixtures/profile submodule 2017-01-31 10:04:06 -08:00
Rick Winfrey
b16d68a887 Add haskell-tree-sitter as a vendor submodule 2017-01-30 16:40:12 -08:00
Rick Winfrey
8772e197ce Clean up previously haskell-tree-sitter 2017-01-30 16:36:53 -08:00
Rick Winfrey
42b2b55a1a Treat haskell-tree-sitter as vendor submodule 2017-01-30 16:08:48 -08:00