1
1
mirror of https://github.com/github/semantic.git synced 2024-12-02 11:23:05 +03:00
Commit Graph

75 Commits

Author SHA1 Message Date
Ayman Nadeem
6107f56012 Merge branch 'master' into codegen-cleanup 2020-06-08 13:42:45 -04:00
Timothy Clem
2e44d43452 Generate Def/Ref at moment of tagging 2020-06-04 10:39:15 -07:00
Timothy Clem
38a7158b20 Move the rest of the languages over to generated datatypes 2020-06-04 09:53:17 -07:00
Ayman Nadeem
1a8a4c73eb fix incomplete patterns in Go 2020-06-01 16:40:34 -04:00
Ayman Nadeem
7b319ad22c pattern match on second arg to tags for FunctionDeclaration 2020-05-27 15:45:20 -04:00
Ayman Nadeem
d8ef4811e2 fix go imports for precise testt 2020-05-21 14:26:38 -04:00
Ayman Nadeem
d00c95e9f5 hushing more warnings 2020-05-18 19:05:18 -04:00
Ayman Nadeem
4fce334afd finish updating Go instances 2020-05-11 09:40:40 -04:00
Ayman Nadeem
2ce34203f2 add Err to FunctionDeclaration instance 2020-05-11 09:36:18 -04:00
Ayman Nadeem
7e4475471f need AST.Parse 2020-05-11 09:35:55 -04:00
Ayman Nadeem
7700575a58 revert Language.LANGUAGE files to original state 2020-05-07 11:42:12 -04:00
Ayman Nadeem
2f6f950edf Merge branch 'master' into codegen-cleanup 2020-04-30 13:14:10 -04:00
Ayman Nadeem
30323a7231 parameterize Go program with Err 2020-04-29 13:55:27 -04:00
Ayman Nadeem
1918d8bbde add QuantifiedConstraints to Language.Go.AST 2020-04-29 13:06:04 -04:00
Ayman Nadeem
bf3f74741d parameterize Go program with Err 2020-04-29 13:05:46 -04:00
Ayman Nadeem
7c6718cb88 add KindSignatures, StandaloneDeriving and TypeOperators to all Language.LANG.AST files 2020-04-28 11:07:08 -04:00
Timothy Clem
6116d24979 Fix Loc for Go tags 2020-04-27 13:19:39 -07:00
Ayman Nadeem
d70db96038 Merge branch 'master' into codegen-cleanup 2020-04-22 10:16:05 -04: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
Patrick Thomson
8d62ad3b91 Merge remote-tracking branch 'origin/master' into codegen-cleanup 2020-04-01 11:05:40 -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
Ayman Nadeem
2149d3a07a Merge branch 'master' into codegen-cleanup 2020-02-20 14:55:16 -05: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
82a0062f3c change AST.Test to AST.TestHelpers 2020-02-14 11:33:01 -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