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

13817 Commits

Author SHA1 Message Date
Timothy Clem
d470d3218d No longer need this import 2017-07-07 10:34:17 -07:00
Timothy Clem
10a2238952 Bring in String literal changes 2017-07-07 10:31:20 -07:00
Timothy Clem
06bd5e9212 Fix tests 2017-07-07 10:04:56 -07:00
Timothy Clem
9904a39fb2 Fix up rescue, allow in methods 2017-07-07 10:04:49 -07:00
Timothy Clem
277c6114ff Force template haskell to re-generate 2017-07-07 10:03:44 -07:00
Rick Winfrey
c3e4c82be5 🔥 old comment 2017-07-07 09:48:22 -07:00
Timothy Clem
2fcc566542 Clean up argument/parameter parsing 2017-07-07 09:15:24 -07:00
Timothy Clem
60c932acd3 Singleton methods 2017-07-07 08:46:06 -07:00
Rick Winfrey
0826c95424 Merge branch 'master' into python-conditional-expressions 2017-07-06 18:32:08 -07:00
Rick Winfrey
6c2e7500c4 Assign keyword argument 2017-07-06 18:31:37 -07:00
Timothy Clem
1a0445b49c Singleton classes 2017-07-06 15:57:31 -07:00
Timothy Clem
cedb1905be One level of statement 2017-07-06 15:57:14 -07:00
Timothy Clem
94311623d0 Add Statement.Retry - support retry and redo 2017-07-06 15:41:04 -07:00
Timothy Clem
c53256e720 Fix typo now that ruby grammar is updated 2017-07-06 15:40:45 -07:00
Timothy Clem
4a9928b545 Merge remote-tracking branch 'origin/master' into ruby-assignment 2017-07-06 15:30:34 -07:00
Timothy Clem
be75477bd7 Merge pull request #1188 from github/bump-tree-sitter
++tree-sitter and languages
2017-07-06 15:30:11 -07:00
Timothy Clem
a9b6096811 ++tree-sitter and languages 2017-07-06 14:56:31 -07:00
Timothy Clem
5cebfd3b6c First pass at begin, rescue, ensure, else 2017-07-06 14:43:49 -07:00
Timothy Clem
40a2fc6820 Bring in Else and changes to Try 2017-07-06 14:43:34 -07:00
Rick Winfrey
352d090ce0 Assign decoratedDefinitions 2017-07-06 12:58:09 -07:00
Rick Winfrey
b4e81ab360 Fix names for Decorator instances 2017-07-06 12:57:34 -07:00
Timothy Clem
1acbd78108 Assignment 2017-07-06 12:56:16 -07:00
Rick Winfrey
9267ba91df Add Data.Syntax.Declaration.Decorator 2017-07-06 12:02:10 -07:00
Rick Winfrey
a3c22babce Update classScope -> classBody for consistency 2017-07-06 12:01:56 -07:00
Rick Winfrey
5010d8962d Simplify Data.Syntax.Literal.String 2017-07-06 11:02:55 -07:00
Timothy Clem
06e0e07920 Subscripts 2017-07-06 09:54:54 -07:00
Timothy Clem
a4c0c93b2b Method calls 2017-07-06 09:45:03 -07:00
Timothy Clem
0ef935eb2b Hash literal 2017-07-06 09:44:43 -07:00
Timothy Clem
83642f15e6 Duplicate Symbol 2017-07-06 09:44:31 -07:00
Timothy Clem
0aa0c614b7 For 2017-07-06 09:44:10 -07:00
Timothy Clem
2d1596de3c Multiple bindings allowed in ForEach 2017-07-06 09:43:19 -07:00
Rick Winfrey
97d6cefb0b Assign withStatements 2017-07-05 18:37:16 -07:00
Rick Winfrey
64b2845138 Assign multiple identifiers for except clauses and many expressions 2017-07-05 17:49:02 -07:00
Rick Winfrey
84cd43a1ff Assign tryStatements with except clauses 2017-07-05 17:34:09 -07:00
Rick Winfrey
64538daa3a Update Data.Syntax.Statement.Catch to require two terms 2017-07-05 17:32:38 -07:00
Timothy Clem
7cdddebfce Class and Module 2017-07-05 15:41:54 -07:00
Timothy Clem
01be90fbf7 Guess we use these fixtures for other stuff, create a new methods 2017-07-05 14:53:44 -07:00
Timothy Clem
dd464f01d5 Assign lambdas and methods (with parameters) 2017-07-05 14:51:12 -07:00
Timothy Clem
3e9827a890 s/keywords/keyword 2017-07-05 14:48:57 -07:00
Timothy Clem
a6820d12a8 Merge remote-tracking branch 'origin/master' into ruby-assignment 2017-07-05 12:21:21 -07:00
Rick Winfrey
6d1ac8af87 🔥 unused function 2017-06-30 18:00:54 -07:00
Rick Winfrey
b1a7dba4ec Rename arguments 2017-06-30 18:00:45 -07:00
Rick Winfrey
19dcdc3fd9 Assign while statements with else clauses 2017-06-30 18:00:35 -07:00
Rick Winfrey
9ab480a90d Assign for statements with else clauses 2017-06-30 17:52:13 -07:00
Rick Winfrey
2bbec1e6e6 Add Data.Syntax.Statement.Else for handling Python for else, and while else statements 2017-06-30 17:25:43 -07:00
Rick Winfrey
48141cbe0a Add Data.Syntax.Statement.Let 2017-06-30 17:23:06 -07:00
Rick Winfrey
1e05fbf754 Update functionDefinition and asyncFunctionDefinition assignments 2017-06-30 17:21:04 -07:00
Rick Winfrey
c2800edd0b Favor pure over return 2017-06-29 16:45:44 -07:00
Rick Winfrey
29bdbaf52c Assing lambda with Type.Annotation
- Maintain consistency with functionDefinition and asyncFunctionDefinition assignments
2017-06-29 16:45:30 -07:00
Rick Winfrey
b585c01b32 Assign functionDefinition and asyncFunctionDefinition
- Uses Data.Syntax.Type.Annotation to capture the function definition type

- Uses Data.Syntax.Type.Annotation to capture if function definition is async
2017-06-29 15:52:41 -07:00