1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 01:11:52 +03:00
Commit Graph

18077 Commits

Author SHA1 Message Date
Timothy Clem
c1bc28d0ac Cleanup commented out code 2018-02-07 13:07:38 -08:00
Timothy Clem
84cde2559b Cleanup imports 2018-02-07 12:28:18 -08:00
Timothy Clem
48effe84df Ha, whoops - actually use path argument 2018-02-07 12:28:13 -08:00
Timothy Clem
fb000828ed Test out import-graph output for relevant languages 2018-02-07 12:20:41 -08:00
Timothy Clem
fec643536b Move Verbatim to SpecHelpers 2018-02-07 12:20:27 -08:00
Timothy Clem
25cf8bb56d Clean up python import parsing a bit more
Makes sure we can parse things like:
from b import a as x, b as y
2018-02-06 13:40:49 -08:00
Timothy Clem
84cd63fe1b Add span, remove pretty encoding 2018-02-06 11:35:01 -08:00
Timothy Clem
475d222cb5 Fix up python tests after changing to support ImportSymbol 2018-01-30 13:14:50 -08:00
Timothy Clem
bfdf50b67a Parse out ImportSymbols for Python 2018-01-30 12:39:10 -08:00
Timothy Clem
9e977ebb71 Only parse out alias from basename for a couple of languages 2018-01-30 12:38:57 -08:00
Timothy Clem
a63c3a940a Remove duplicate syntax from this list 2018-01-30 12:38:37 -08:00
Timothy Clem
28882d022b Still renaming things 2018-01-26 14:58:03 -08:00
Timothy Clem
be33451563 Special Ruby handling for now 2018-01-26 13:55:44 -08:00
Timothy Clem
35b4776b50 Refine how import aliases are calculated 2018-01-26 13:52:53 -08:00
Timothy Clem
d556408898 Revert "Do language specific formatting in renderer"
This reverts commit 562a9d2321376ba51f4e079ddaffa7e5e9390c85.
2018-01-26 13:33:54 -08:00
Timothy Clem
bea7b35530 Include specific symbols imported 2018-01-26 13:27:31 -08:00
Timothy Clem
4bf7fc5ced Do language specific formatting in renderer 2018-01-26 12:55:49 -08:00
Timothy Clem
f8d7bdf7d1 Merge branch 'master' into import-graph 2018-01-26 11:13:17 -08:00
Timothy Clem
2032dbac31 Change up declaration analysis to prj and match specific syntaxes
🎩 @robrix for helping me sort out the types here.
2018-01-26 10:36:20 -08:00
Timothy Clem
7a8413062e Spell language correctly 2018-01-26 10:35:12 -08:00
Josh Vera
610c9cd211 Merge pull request #1482 from github/flatten-trees
Flatten out python trees a bit
2018-01-25 18:34:40 -05:00
Josh Vera
74021e96b8 Merge branch 'master' into flatten-trees 2018-01-25 18:27:27 -05:00
Timothy Clem
20f94dbdf9 Provide full expression call target context 2018-01-25 14:23:37 -08:00
Timothy Clem
a0a90957b0 Merge remote-tracking branch 'origin/master' into import-graph 2018-01-25 11:46:37 -08:00
Timothy Clem
5920b0fd10 Parse out Go imports a bit more 2018-01-25 11:45:20 -08:00
Timothy Clem
479606fb35 Module def has it's own analysis now 2018-01-25 11:45:05 -08:00
Timothy Clem
184d25bccc Little bit more renaming for clarity 2018-01-25 11:25:10 -08:00
Timothy Clem
5385069ace s/ModuleSummary/ImportSummary 2018-01-25 11:15:10 -08:00
Timothy Clem
f8167a6941 Split out detection of package/module name 2018-01-25 11:12:57 -08:00
Timothy Clem
ea3a11bd55 Rework import graph output construction 2018-01-25 10:32:13 -08:00
Timothy Clem
0701bb5638 Pull out import alias details 2018-01-25 10:31:49 -08:00
Timothy Clem
f84b8ec888 Pull out more details for member access calls 2018-01-25 10:31:27 -08:00
Josh Vera
e654d07d22 Merge pull request #1487 from github/bump-tree-sitter
++haskell-tree-sitter
2018-01-25 12:48:06 -05:00
joshvera
2f6db4f066 ++haskell-tree-sitter 2018-01-25 12:41:40 -05:00
joshvera
11a5cd1455 Enable ruby test 2018-01-25 12:25:02 -05:00
Timothy Clem
9b01a76f4b Start to parse out module names 2018-01-24 15:52:54 -08:00
Rob Rix
663621d786 Mark the failing fixture as pending. 2018-01-24 15:17:28 -05:00
Rob Rix
58aa1fc8c1 Bump haskell-tree-sitter. 2018-01-24 15:13:37 -05:00
Rob Rix
7f5034dc73 Bump haskell-tree-sitter. 2018-01-24 14:55:32 -05:00
Rob Rix
77ced61cd5 Bump haskell-tree-sitter. 2018-01-24 12:43:13 -05:00
Rob Rix
3be67c1321 Bump haskell-tree-sitter for a fix to TSNode's Storable instance. 2018-01-24 11:49:46 -05:00
Timothy Clem
177e6f1265 ++haskell-tree-sitter again, with all languages this time 2018-01-23 14:53:57 -08:00
Timothy Clem
79ad189f5c ++haskell-tree-sitter 2018-01-23 14:43:34 -08:00
Timothy Clem
2019beb82f Hide these new declarations 2018-01-23 14:25:03 -08:00
Timothy Clem
7d2e39729b Not being used 2018-01-23 14:24:54 -08:00
Timothy Clem
3d43db5b74 Fill out call references 2018-01-23 14:19:37 -08:00
Timothy Clem
627a505aca Remove extra parens 2018-01-23 14:19:08 -08:00
Timothy Clem
2ff77c9000 Split out and include imports in this response 2018-01-23 11:43:31 -08:00
Timothy Clem
a6fbebbf6d Basic plumbing for import rendering 2018-01-23 11:21:42 -08:00
Timothy Clem
e256e7823d Merge pull request #1481 from github/symbols-output
Symbols output
2018-01-23 10:44:31 -08:00