1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00
Commit Graph

16977 Commits

Author SHA1 Message Date
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
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
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
Rick Winfrey
a17fbb5cd9 Update type switch statements tests 2017-11-06 16:58:33 -08:00
Rick Winfrey
bebfc6d761 Add TypeSwitch to Go Syntax Union 2017-11-06 16:58:15 -08:00
Rick Winfrey
3032bbef8e Add defaultCase to expressions choice 2017-11-06 16:57:46 -08:00
Rick Winfrey
f159e73b72 Assign type switch statements 2017-11-06 16:57:29 -08:00
Rick Winfrey
0330349c4c Assign type case clause statements 2017-11-06 16:57:18 -08:00
Rick Winfrey
b32add6c21 Assign type case statements 2017-11-06 16:57:08 -08:00
Rick Winfrey
74e9feddcd Assign type switch guard statements 2017-11-06 16:56:52 -08:00
Rick Winfrey
beb1789054 Add TypeSwitchGuard constructor 2017-11-06 16:56:25 -08:00
Rick Winfrey
9e6544a53a Add TypeSwitch constructor 2017-11-06 16:56:15 -08:00
Rick Winfrey
a7f461298b Separate default expression cases 2017-11-06 15:50:24 -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
Rick Winfrey
ba5be778ad Update select statements tests 2017-11-03 17:11:51 -07:00
Rick Winfrey
d662655988 Unify default cases for various switch / select statements to one syntax 2017-11-03 17:11:38 -07:00
Rick Winfrey
cbd0b71ee3 🔥 DefaultCommunication constructor 2017-11-03 17:11:20 -07:00