1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00
Commit Graph

16707 Commits

Author SHA1 Message Date
Timothy Clem
9b7b22e0a5 Rework option handling for generating tags
Command is now `semantic parse --tags`
2017-11-08 15:30:34 -08:00
Timothy Clem
0b3568aaba Shape of Declaration.Class changed 2017-11-08 14:26:40 -08:00
Timothy Clem
3fc53af5e0 classBody doesn't need to be a list 2017-11-08 14:00:08 -08:00
Timothy Clem
57dfc43035 Construct ClassDeclaration properly 2017-11-08 13:59:41 -08:00
Timothy Clem
04a2991b95 Missed this rename 2017-11-08 13:59:24 -08:00
Timothy Clem
772762ecef Merge remote-tracking branch 'origin/master' into generate-tags-with-context 2017-11-08 13:16:07 -08:00
Timothy Clem
43f4706517 Merge pull request #1389 from github/class-toc
[WIP] class TOC
2017-11-08 12:14:15 -08:00
Timothy Clem
4e2a23509f Merge branch 'master' into class-toc 2017-11-07 13:20:16 -08:00
Josh Vera
1d31831730 Merge pull request #1424 from github/handle-typescript-assignment-errors
Handle assignment errors
2017-11-06 17:28:03 -05:00
joshvera
485669c6f8 qualify handleError 2017-11-06 16:04:54 -05:00
joshvera
bc10d0c696 qualify handleError 2017-11-06 16:01:06 -05:00
joshvera
0b6fa7bf93 handle assignment errors in markdown 2017-11-06 15:58:05 -05:00
joshvera
3fce07a948 handle assignment errors in json 2017-11-06 15:57:49 -05:00
joshvera
92769123c4 Catch exceptions in Ruby assignment back to assignment errors 2017-11-06 15:53:31 -05:00
joshvera
965d12dc98 Catch exceptions back to assignment errors 2017-11-06 15:53:05 -05:00
Josh Vera
3c474f1cfd Merge pull request #1423 from github/typescript-fixes
More typescript fixes
2017-11-06 13:58:58 -05:00
joshvera
f74ba1a858 remove GHC.Stack 2017-11-06 13:52:25 -05:00
joshvera
59f137eccc s/data/newtype 2017-11-06 11:25:23 -05:00
joshvera
300d860ae5 Ruby/TypeScript 2017-11-06 11:24:58 -05:00
joshvera
cb0924f4cb haskell-tree-sitter 2017-11-03 16:01:36 -04:00
joshvera
59e928a07f 🔥 HasCallStack constraints in typescript 2017-11-03 15:30:27 -04:00
Josh Vera
8dd19297d4 Merge branch 'master' into typescript-fixes 2017-11-03 13:58:13 -04:00
joshvera
9a4effa8a7 ++haskell-tree-sitter 2017-11-03 13:30:42 -04:00
joshvera
4bce58a0c8 Update go tests based on tree-sitter-go changes 2017-11-03 12:41:18 -04:00
joshvera
acbaf0cffc Add lookup type support 2017-11-03 10:36:43 -04:00
joshvera
62d729d008 ++haskell-tree-sitter 2017-11-03 10:08:57 -04:00
joshvera
8bcec1b922 ++haskell-tree-sitter 2017-11-03 08:56:19 -04:00
joshvera
8749edaf63 Contextualize/postContextualize classBodyStatements
We can't catch comments with emptyTerm because that'll add an emptyTerm node to every list of parameters/bodyStatements
2017-11-02 20:41:53 -04:00
joshvera
78e182578f Revert "Simplify formalParameters and classBodyStatements by parsing emptyTerm in case of comments in empty bodies"
This reverts commit b7c1f668ff14faf8493365ca2f217abf572284b3.
2017-11-02 20:37:09 -04:00
joshvera
6aaeb3695f ++haskell-tree-sitter 2017-11-02 20:32:00 -04:00
joshvera
6775483aa8 Simplify formalParameters and classBodyStatements by parsing emptyTerm in case of comments in empty bodies 2017-11-02 20:19:34 -04:00
joshvera
d5c3b552eb ++haskell-tree-sitter 2017-11-02 20:05:54 -04:00
joshvera
f57ffed5c2 ++haskell-tree-sitter 2017-11-02 18:53:15 -04:00
joshvera
e4de7a381e ++haskell-tree-sitter 2017-11-02 18:41:58 -04:00
joshvera
73369fc4bb Need term around second expression in binaryExpression 2017-11-02 17:51:03 -04:00
Timothy Clem
1fdee176ed Merge pull request #1407 from github/try-another-key
Tag seems to be a reserved key in splunk
2017-11-02 13:18:02 -07:00
joshvera
8c0c5cc792 ++haskell-tree-sitter 2017-11-02 13:15:42 -04:00
joshvera
a914e3732a Assign bit shift operators in semantic-diff 2017-11-02 13:12:52 -04:00
joshvera
7c3111f10c Assign comments in formal parameters 2017-11-02 12:26:42 -04:00
joshvera
1dcc88813a Assign unsigned right shift operator 2017-11-02 12:15:37 -04:00
Timothy Clem
9d48fcd108 Stat and log assign and parse warnings appropriately 2017-11-02 08:39:41 -07:00
Timothy Clem
673abca04f Merge remote-tracking branch 'origin/master' into try-another-key 2017-11-02 08:05:18 -07:00
joshvera
e1bb4b741b contextualize comments around callSignatureParts 2017-10-31 19:59:44 -04:00
joshvera
27979eb2e8 Regenerate tests 2017-10-31 18:10:42 -04:00
joshvera
27a804878a Allow this in requiredParameter 2017-10-31 18:01:13 -04:00
joshvera
303a2663c2 Fix up typeAliasDeclaration 2017-10-31 17:57:51 -04:00
joshvera
1f4ccfa195 ++haskell-tree-sitter 2017-10-31 17:57:29 -04:00
Ayman Nadeem
fd11cf9e22 updated fixture 2017-10-31 14:56:25 -07:00
Ayman Nadeem
b7fc2ddd55 shuffle around order of JSON summary list items 2017-10-31 14:55:44 -07:00
Ayman Nadeem
01ba59336d update tests 2017-10-31 14:54:57 -07:00