1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00
Commit Graph

477 Commits

Author SHA1 Message Date
Rob Rix
924ada5744
Apply stylish-haskell. 2020-02-04 13:29:33 -05:00
Ayman Nadeem
114316c6c8
Merge pull request #448 from github/my-grate
Migrating ASTs to Semantic 🧀
2020-02-03 16:31:40 -05:00
Ayman Nadeem
ceaff3555f Update semantic-python.cabal 2020-01-31 15:17:39 -05:00
Ayman Nadeem
e4805a96b2 Update semantic-python.cabal 2020-01-31 15:16:18 -05:00
Patrick Thomson
c53416c5f7 Merge fallout. 2020-01-31 13:28:53 -05:00
Patrick Thomson
76ccbc5f00
Merge branch 'master' into function-scopes 2020-01-31 13:15:19 -05:00
Patrick Thomson
2c71d82636 Enter assignment RHS values during scope graphing.
We were neglecting to enter this RHS. A happy little call to `maybe`
addresses this.
2020-01-31 12:36:16 -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
joshvera
fed5ebce98 remove more imports 2020-01-29 14:45:02 -05:00
joshvera
9f64e31106 exhaust cases 2020-01-29 13:26:04 -05:00
joshvera
c707d3e11f Merge remote-tracking branch 'origin/master' into function-scopes 2020-01-29 12:29:31 -05:00
joshvera
d49a8e7631 warnings 2020-01-28 17:48:29 -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
efe17d70b9 Add python grammar 2020-01-28 16:10:20 -05:00
Ayman Nadeem
6f308fdb57 Language.Python.Grammar 2020-01-28 16:09:29 -05:00
Patrick Thomson
953473088d Merge remote-tracking branch 'origin/master' into name-name-go-away 2020-01-28 15:07:05 -05:00
Patrick Thomson
9ecaeedcc3 Depend on newer semantic-source. 2020-01-28 12:42:42 -05:00
Ayman Nadeem
4d37cc2fc4 Update Test.hs 2020-01-28 12:18:03 -05:00
Ayman Nadeem
69fd3e9cce Update GraphTest.hs 2020-01-28 12:15:04 -05:00
Ayman Nadeem
5ff4b5d99d Update Python dependencies to reference AST.* instead of TreeSitter.* 2020-01-28 11:34:26 -05:00
Ayman Nadeem
b423eb1d4b change TreeSitter.Python.AST to Language.Python.AST 2020-01-27 14:44:24 -05:00
Ayman Nadeem
03aad5aca0 create submodule for python AST 2020-01-27 14:35:18 -05:00
Ayman Nadeem
1d82bcde1c actually add contents to AST 2020-01-27 14:33:52 -05:00
Ayman Nadeem
806b9352a1 Update semantic-python.cabal 2020-01-27 14:27:41 -05:00
Ayman Nadeem
836e10b2e5 Create AST.hs 2020-01-27 14:27:34 -05:00
joshvera
6a86edb725 Change expected kind in Py.Assignment 2020-01-23 14:11:32 -05:00
joshvera
74cdce437c call declareFun in ToScopeGraph FunctionDefinition 2020-01-23 14:11:20 -05:00
joshvera
c9eb0cfa76 Add function arg test 2020-01-23 11:20:35 -05:00
joshvera
3a1fdebfae type annotate 2020-01-23 10:58:36 -05:00
joshvera
75f8273f28 todo other 2020-01-23 10:57:42 -05:00
joshvera
6664d6fb94 Flesh out Calll expression 2020-01-23 09:59:41 -05:00
joshvera
ff988e048c Define simple function test 2020-01-22 17:31:28 -05:00
joshvera
67b96aa450 Pass DeclProperties in tests 2020-01-22 17:21:24 -05:00
joshvera
cf5e3a9013 mconcat param and body declarations 2020-01-22 16:58:06 -05:00
joshvera
5358e75a69 Add withScope 2020-01-22 16:37:23 -05:00
joshvera
6021611a32 Merge remote-tracking branch 'origin/master' into function-scopes 2020-01-22 15:53:55 -05:00
joshvera
66ad89de35 Flesh out SingleIdentifier assignment 2020-01-21 13:33:40 -05:00
joshvera
42b11fba9a Import containers 2020-01-21 13:33:26 -05:00
Patrick Thomson
91439ef0ae lints 2020-01-20 11:00:56 -05:00
Patrick Thomson
686c66397a Kill these two orphan instances and fix the tests. 2020-01-20 10:31:01 -05:00
Patrick Thomson
f8c8c7913f Merge remote-tracking branch 'origin/master' into name-name-go-away 2020-01-17 15:31:24 -05:00
Patrick Thomson
00d99739d2
Merge pull request #425 from github/fix-source-to-text
Can't take 180 bytes and then convert to Text
2020-01-17 15:08:08 -05:00
Patrick Thomson
0e2a0e98b2 Hide Name constructor. 2020-01-17 13:46:17 -05:00
Patrick Thomson
fb26d76137 Merge branch 'semantic-scope-graph' into name-name-go-away 2020-01-17 11:28:51 -05:00