1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
Commit Graph

17014 Commits

Author SHA1 Message Date
Rick Winfrey
105a6adace 🔥 parens 2017-11-14 13:49:15 -08:00
Rick Winfrey
b32a874f42 Merge branch 'master' into go-assignment 2017-11-14 11:02:17 -08:00
Josh Vera
a0532c90fc Merge pull request #1425 from github/python-updates
Separate term and manyTerm logic in python
2017-11-13 18:52:16 -05:00
Josh Vera
b86431933d Merge branch 'master' into python-updates 2017-11-13 18:37:03 -05:00
Rick Winfrey
59cb4b2bc7 Update tests 2017-11-09 17:01:19 -08:00
Rick Winfrey
8b723fdaa8 Assign parameters and parameterDeclarations consistently 2017-11-09 16:58:03 -08:00
Rick Winfrey
eaa98db6fd Assign identifiers for the receiver of method declarations 2017-11-09 16:39:48 -08:00
Rick Winfrey
4eb9d19f9c Update method declaration fixtures and tests 2017-11-09 16:21:36 -08:00
Rick Winfrey
b4bdbc7cfb Allow single identifiers in method declaration parameter list 2017-11-09 15:58:30 -08:00
Rick Winfrey
86c7892fe2 Update for statement tests 2017-11-09 15:41:55 -08:00
Rick Winfrey
ab2839d925 Assign for statements with a single expression condition 2017-11-09 15:00:33 -08:00
Rick Winfrey
8a78c17a40 Add arrayType assignment to top level expression choices 2017-11-09 14:26:47 -08:00
Rick Winfrey
69c85f1140 Formatting 2017-11-09 14:25:22 -08:00
Josh Vera
d24a7eb058 Merge pull request #1426 from github/json-updates
JSON updates
2017-11-08 15:35:43 -05:00
Josh Vera
136ceb6ca1 Merge branch 'master' into json-updates 2017-11-08 15:22:48 -05:00
Timothy Clem
43f4706517 Merge pull request #1389 from github/class-toc
[WIP] class TOC
2017-11-08 12:14:15 -08:00
joshvera
e1fdd753ed Regenerate go tests 2017-11-08 15:01:39 -05:00
Rick Winfrey
fcf453f759 Add additional type conversion test cases 2017-11-08 11:17:03 -08:00
Rick Winfrey
e7921e1c1c Regenerate tests 2017-11-08 11:13:11 -08:00
Rick Winfrey
4d0a7d5a62 Merge branch 'master' into go-assignment 2017-11-08 11:09:42 -08:00
Rick Winfrey
4af7f45d62 Bump haskell-tree-sitter 2017-11-08 11:03:33 -08:00
joshvera
b3badb5e16 ++haskell-tree-sitter 2017-11-08 13:38:24 -05:00
joshvera
d1cc1ab0cf Parse the top-level value of json 2017-11-08 13:26:57 -05:00
joshvera
4e083945bd Pre and post contextualize last term in infixTerm 2017-11-08 12:53:56 -05:00
joshvera
6738df20f9 Add someTerm 2017-11-08 10:48:21 -05:00
Rick Winfrey
acdb026393 Add additional assignment statement test cases 2017-11-07 17:05:37 -08:00
Rick Winfrey
c883c9926e Add additional channel type tests 2017-11-07 16:57:03 -08:00
Rick Winfrey
ea924e8801 🔥 handleError from channel type assignment 2017-11-07 16:55:28 -08:00
Rick Winfrey
ad8067f5e8 Add additional array types tests 2017-11-07 16:38:52 -08:00
Rick Winfrey
12583b435e Assign recursive array type statements 2017-11-07 16:38:32 -08:00
Rick Winfrey
99677709ed Add additional method declaration test cases 2017-11-07 16:28:17 -08:00
Rick Winfrey
bf129739ec Make method declaration assignment more robust 2017-11-07 16:25:35 -08:00
Rick Winfrey
d62d475bf7 Add type-aliases tests 2017-11-07 16:00:10 -08:00
Rick Winfrey
fce6296369 Assign type alias statements 2017-11-07 15:48:41 -08:00
Rick Winfrey
7bc345906f Add Type.Alias constructor 2017-11-07 15:48:26 -08:00
Rick Winfrey
155e0e05eb Update type conversion expressions tests 2017-11-07 13:31:44 -08:00
Rick Winfrey
88edf93a78 Update parenthesizedType assignment 2017-11-07 13:31:29 -08:00
Rick Winfrey
410bb390fc Add ParenthesizedType constructor 2017-11-07 13:31:17 -08:00
Timothy Clem
4e2a23509f Merge branch 'master' into class-toc 2017-11-07 13:20:16 -08:00
joshvera
f876fbff20 Separate term and manyTerm logic in python 2017-11-07 15:55:23 -05:00
Rick Winfrey
f060df748c Select unary expressions tests 2017-11-07 11:20:36 -08:00
Rick Winfrey
a21c1681d1 Update select statements tests 2017-11-07 11:20:25 -08:00
Rick Winfrey
7de725c9c8 Assign unary receive as a Recieve syntax 2017-11-07 11:18:43 -08:00
Rick Winfrey
c8c8b8ee20 Update comment 2017-11-07 10:27:57 -08:00
Rick Winfrey
cccedef52d Add empty statement example in tests 2017-11-07 10:14:46 -08:00
Rick Winfrey
0ea1643cb9 Assign empty statements 2017-11-07 10:01:23 -08:00
Rick Winfrey
4ad10b6bf7 Add newline 2017-11-06 17:00:42 -08:00
Rick Winfrey
15e9f7b453 Update select statements tests 2017-11-06 17:00:20 -08:00
Rick Winfrey
1cdd847e16 Use Statement.Pattern in place of Go.Syntax.Communication 2017-11-06 17:00:04 -08:00
Rick Winfrey
2ca942a9e8 🔥 Communication constructor
- We can use Statement.Pattern, because the parent is a Go.Syntax.Select syntax. Because we have the parent context in the parse tree, adding a separate constructor for the case is unnecessary.
2017-11-06 16:59:42 -08:00