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

55 Commits

Author SHA1 Message Date
Timothy Clem
6116d24979 Fix Loc for Go tags 2020-04-27 13:19:39 -07:00
Ayman Nadeem
7834a7b1c0 update main-is for test suites in language cabal files 2020-04-20 11:53:47 -04:00
Ayman Nadeem
6c5ea03cc6 rename Go Test to PreciseTest 2020-04-20 11:45:26 -04:00
Rick Winfrey
9a7ed9d294 Bump to semantic-source 0.1.0
Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
2020-03-23 13:40:50 -07:00
Timothy Clem
68bc0f68d5 Bring back tree-sitter corpus tests for go 2020-02-20 10:38:52 -08:00
Timothy Clem
a697d2109c Get the tests and benchmarks building again 2020-02-20 10:01:46 -08:00
Timothy Clem
5a358d6894 Fully remove reference to submodules 2020-02-20 09:58:47 -08:00
Patrick Thomson
e45bb13fb1 Remove submodules now that parsers provide grammars themselves. 2020-02-14 13:25:37 -05:00
Ayman Nadeem
6645f50f88 change TreeSitter.Go to Language.Go.Grammar 2020-02-10 15:29:10 -05:00
Ayman Nadeem
7fe0562bda Update AST.hs 2020-02-08 08:20:34 -05:00
Ayman Nadeem
971a26c3a0 import Language.Haskell.TH.Syntax (runIO) for Go 2020-02-08 08:11:31 -05:00
Ayman Nadeem
1d0798d947 Update semantic-go.cabal 2020-02-07 19:17:00 -05:00
Ayman Nadeem
027c4d6de9 Update semantic-go.cabal 2020-02-07 19:08:07 -05:00
Ayman Nadeem
0f6985fae8 update semantic-LANG cabal files to depend on semantic-ast instead of tree-sitter-test-helpers 2020-02-06 16:32:03 -05:00
Ayman Nadeem
05dd3bdd56 change Go test to import AST.Test instead of TreeSitter.Test.Helpers 2020-02-06 16:28:46 -05:00
Ayman Nadeem
53407c910f Update semantic-go.cabal 2020-02-06 11:26:03 -05:00
Ayman Nadeem
602ac29afd remove semantic-codegen from everywhere in the project 2020-02-04 17:37:09 -05:00
Ayman Nadeem
52e595cd25 Merge branch 'traversty' into codegen-migration-leftovers 2020-02-04 17:01:29 -05:00
Ayman Nadeem
21d9ba3ae1 use getNodeTypesPath for Go 2020-02-04 16:30:04 -05:00
Rob Rix
790431ac74
Tagging uses Traversable1 instead of GTraversable1. 2020-02-04 13:56:19 -05:00
Rob Rix
16c2e867e8
Newlines at EOF. 2020-02-04 13:55:52 -05:00
Rob Rix
7a2cc7fb7a
Move Traversable1 into semantic-ast. 2020-02-04 13:35:35 -05:00
Rob Rix
924ada5744
Apply stylish-haskell. 2020-02-04 13:29:33 -05:00
Ayman Nadeem
fd912530b6 add test-suite to semantic-go.cabal 2020-02-04 12:31:29 -05:00
Ayman Nadeem
ccd51b3be7 add Go test 2020-02-03 16:58:24 -05:00
Ayman Nadeem
131f706e01 Continue to get this symbol from TreeSitter.Go 2020-02-03 16:16:29 -05:00
Ayman Nadeem
9c31c3fcf8 change all semantic-LANG cabal files to depend on semantic-codegen instead of semantic-ast 2020-01-30 17:44:09 -05:00
Ayman Nadeem
61e7155fb3 add semantic-ast to semantic-LANG library dependencies 2020-01-30 16:48:35 -05:00
Ayman Nadeem
0095b80ff8 bring addDependentFileRelative into scope for all Grammar files 2020-01-30 13:49:19 -05:00
Ayman Nadeem
5f4d11bdf1 change function name 2020-01-30 13:44:27 -05:00
Ayman Nadeem
0900bdbe74 Merge branch 'master' into my-grate 2020-01-29 15:09:17 -05:00
Ayman Nadeem
4fbc601617 Depend on Language.Go.Grammar instead of TreeSitter.Go 2020-01-29 12:09:22 -05:00
Ayman Nadeem
8cd964b30a Create Grammar.hs 2020-01-29 12:08:48 -05:00
Patrick Thomson
9ecaeedcc3 Depend on newer semantic-source. 2020-01-28 12:42:42 -05:00
Ayman Nadeem
08483e8280 Update Go dependencies to reference AST.* instead of TreeSitter.* 2020-01-28 11:34:11 -05:00
Ayman Nadeem
0c87cfdf1b s/TreeSitter/Language 2020-01-27 15:44:51 -05:00
Ayman Nadeem
36064c40f2 mo nesting mo problems 2020-01-27 15:44:39 -05:00
Ayman Nadeem
81a39439d4 create submodule for go AST 2020-01-27 15:40:47 -05:00
Ayman Nadeem
6e36439f9c add contents to Language.Go.AST 2020-01-27 15:39:23 -05:00
Ayman Nadeem
1face91668 Update semantic-go.cabal 2020-01-27 15:37:10 -05:00
Ayman Nadeem
51fc70a42f Create Language.Go.AST 2020-01-27 15:37:07 -05:00
Timothy Clem
567a64a01a Properly classify methods in the other languages 2020-01-21 12:36:15 -08:00
Timothy Clem
c0d8675d09 Use semantic-source 0.0.1 2020-01-16 12:57:24 -08:00
Timothy Clem
6bcc231355 firstLine takes a range 2020-01-16 12:14:40 -08:00
Rob Rix
ee0c74df38
Explicitly list all the instances for Go.Tags.ToTags. 2020-01-15 11:01:19 -05:00
Timothy Clem
3c415e6f93 Merge remote-tracking branch 'origin/master' into precise-tag-benchmarks 2020-01-14 12:42:05 -08:00
Timothy Clem
cc8d71d4cf Use newly released versions of tree-sitter with optimizations 2020-01-14 12:41:53 -08:00
Rob Rix
9c4818e827
Perform tagging using traverse1_. 2020-01-13 14:58:09 -05:00
Rob Rix
90b99e200b
Use GTraversable1 for Go. 2020-01-13 14:21:05 -05:00
Timothy Clem
dfd58dd5c8 Continue to track haskell-tree-sitter optimization work 2020-01-09 14:06:52 -08:00