1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
Commit Graph

32940 Commits

Author SHA1 Message Date
Ayman Nadeem
f46e6f0bc5 remove all codegen modules from semantic-ast.cabal 2020-01-30 17:35:51 -05:00
Ayman Nadeem
85f751fc6c Move codegen files into semantic-codegen from semantic-ast 2020-01-30 17:34:31 -05:00
Ayman Nadeem
fd227b869a Update semantic-codegen.cabal 2020-01-30 17:23:00 -05:00
Ayman Nadeem
6238e13d17 Create semantic-codegen 2020-01-30 17:11:12 -05:00
joshvera
e6460394e8 Create Import edge paths in Import statements 2020-01-30 17:06:34 -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
2d2ba3c819 Update semantic-ast.cabal 2020-01-30 13:45:26 -05:00
Ayman Nadeem
42cfbab4ed Create TH.hs 2020-01-30 13:44:31 -05:00
Ayman Nadeem
5f4d11bdf1 change function name 2020-01-30 13:44:27 -05:00
Ayman Nadeem
9a476cefc1 Fix CI 2020-01-30 13:26:26 -05:00
Ayman Nadeem
5e85e7d786 fix java and json Grammars 2020-01-30 13:18:12 -05:00
Ayman Nadeem
1c8900b195 add tree-sitter-java and tree-sitter-json to cabal file temporarily to try to get through CI 2020-01-30 09:00:01 -05:00
Ayman Nadeem
fc3fdf7632 Merge branch 'master' into my-grate 2020-01-29 17:17:36 -05:00
Patrick Thomson
b5fb41e7e4
Merge pull request #454 from github/past-is-prologue
Remove the Prologue.
2020-01-29 16:58:40 -05:00
Ayman Nadeem
59869619ec Update semantic-json.cabal 2020-01-29 16:55:42 -05:00
Ayman Nadeem
76eb3af0c3 Update semantic-java.cabal 2020-01-29 16:55:40 -05:00
Ayman Nadeem
f2d3b14032 add Java grammar 2020-01-29 15:51:09 -05:00
Ayman Nadeem
699f8c343b add JSON Grammar datatype 2020-01-29 15:44:53 -05:00
Ayman Nadeem
0900bdbe74 Merge branch 'master' into my-grate 2020-01-29 15:09:17 -05:00
joshvera
fed5ebce98 remove more imports 2020-01-29 14:45:02 -05:00
joshvera
be4ba8063d stub in ImportFromStatement 2020-01-29 14:43:17 -05:00
joshvera
4530d0c1d4 Stub import hole test 2020-01-29 14:14:08 -05:00
Josh Vera
5b7384c25a
Update semantic-scope-graph/src/Control/Effect/Sketch.hs
Co-Authored-By: Patrick Thomson <patrickt@github.com>
2020-01-29 13:31:49 -05:00
joshvera
9f64e31106 exhaust cases 2020-01-29 13:26:04 -05:00
joshvera
5a1b5e6f54 Remove extra import 2020-01-29 13:21:35 -05:00
joshvera
97e37762eb Merge remote-tracking branch 'origin/master' into function-scopes 2020-01-29 13:21:26 -05:00
Patrick Thomson
0a64c78a4c Final fixups 2020-01-29 13:18:55 -05:00
Ayman Nadeem
17af20e992 fix nesting 2020-01-29 13:16:49 -05:00
Patrick Thomson
575fc3cf19 Delete the file. 2020-01-29 13:12:01 -05:00
Patrick Thomson
6ed3cf2e55 Excise Prologue from docs. 2020-01-29 13:11:43 -05:00
Patrick Thomson
dab1f4b734 Last few changes. 2020-01-29 13:11:38 -05:00
Patrick Thomson
aa8b789049 De-prologuify the Typescript syntax modules. 2020-01-29 13:04:07 -05:00
Patrick Thomson
ec990b4477 De-prologuify some Api modules. 2020-01-29 12:59:41 -05:00
Patrick Thomson
ee95a399b5 De-Prologue the Data.Syntax hierarchy. 2020-01-29 12:47:18 -05:00
Patrick Thomson
31e0ba5b32 :note: De-prologuify semantic-lib internals. 2020-01-29 12:41:14 -05:00
Patrick Thomson
a53495d3b4 Merge fallout. 2020-01-29 12:32:53 -05:00
Patrick Thomson
ce0f4335e1 Merge remote-tracking branch 'origin/master' into past-is-prologue 2020-01-29 12:31:02 -05:00
joshvera
c707d3e11f Merge remote-tracking branch 'origin/master' into function-scopes 2020-01-29 12:29:31 -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
Ayman Nadeem
02420957f9 update TreeSitter.TypeScript to Language.TypeScript.Grammar 2020-01-29 11:56:52 -05:00
Ayman Nadeem
13774b2d09 Update semantic-typescript.cabal 2020-01-29 11:55:57 -05:00
Ayman Nadeem
94667d0bcd Create Grammar.hs 2020-01-29 11:55:47 -05:00
joshvera
d49a8e7631 warnings 2020-01-28 17:48:29 -05:00
Patrick Thomson
bd457a24d1
Merge pull request #430 from github/name-name-go-away
Consolidate Name modules into Analysis.Name.
2020-01-28 16:49:59 -05:00
Josh Vera
d9e4f42006
Merge branch 'master' into function-scopes 2020-01-28 16:41:50 -05:00
joshvera
46d3e91a73 fix tests and start initial scope from lowerBound/Fresh 1 2020-01-28 16:28:24 -05:00
Ayman Nadeem
82ec0115dc correctly nest file structure for ruby 2020-01-28 16:20:49 -05:00
Ayman Nadeem
a515410edc correctly nest file structure for python 2020-01-28 16:20:43 -05:00