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

2327 Commits

Author SHA1 Message Date
Timothy Clem
176012b1d2 Fix up parse error handling 2017-09-01 11:21:00 -07:00
Timothy Clem
a1652c1ffc Merge remote-tracking branch 'origin/explicit-choice' into ruby-assignment-ftw 2017-09-01 11:15:01 -07:00
Timothy Clem
8047a756da Comments don't create context in hashes now 2017-09-01 10:27:19 -07:00
Rob Rix
12d7a0d57f Match comments with expression. 2017-09-01 13:05:58 -04:00
Timothy Clem
2a11e6136e Comments are in expression now 2017-09-01 10:00:55 -07:00
Timothy Clem
e2e2d2f933 Merge remote-tracking branch 'origin/explicit-choice' into ruby-assignment-ftw 2017-09-01 08:57:29 -07:00
Rob Rix
32b2f90316 🔥 a couple of obsolete tests. 2017-09-01 11:54:45 -04:00
Rob Rix
1270bb41c4 Correct the <|>/distributivity through children rules test. 2017-09-01 11:53:40 -04:00
Rob Rix
bad1c832f0 Correct precedence. 2017-09-01 11:51:18 -04:00
Rob Rix
5366bfff3c 🔥 obsolete tests of catchError/repetitions. 2017-09-01 11:50:48 -04:00
Rob Rix
c2f30feff2 Test that exhaustiveness errors are uncaught. 2017-09-01 11:50:10 -04:00
Rob Rix
2110d7d076 Slight improvement to the unexpected end of branch test. 2017-09-01 11:49:46 -04:00
Rob Rix
a640b48ddc Test that unexpected end of branch errors are uncaught. 2017-09-01 11:47:38 -04:00
Rob Rix
7fc97f6b9d Rename a test. 2017-09-01 11:33:33 -04:00
Rob Rix
6afe2b5ae9 Test that handlers can error. 2017-09-01 11:32:57 -04:00
Rob Rix
eb65bd9622 Test the inverse case. 2017-09-01 11:28:59 -04:00
Rob Rix
99b4d5037a 🔥 unnecessary parens. 2017-09-01 11:28:41 -04:00
Rob Rix
70cfa6e070 Rename & correct a catchError test. 2017-09-01 11:26:46 -04:00
Rob Rix
de318561dd Correct a test’s expectation. 2017-09-01 11:25:30 -04:00
Timothy Clem
4bab0fd1e0 Assert anon function toc summary behavior 2017-08-28 18:06:09 -07:00
Timothy Clem
15128e4c1b Ruby lambdas assign to function with empty syntax for name 2017-08-28 17:50:27 -07:00
Timothy Clem
29834cd3de Merge remote-tracking branch 'origin/master' into ruby-assignment-ftw 2017-08-28 16:05:17 -07:00
Timothy Clem
d7e149c468 Expand equivalentTerms to include functions as well 2017-08-28 15:59:30 -07:00
Timothy Clem
ed5f9eb7e8 Return shortened errors in toc summary JSON response 2017-08-25 13:07:51 -07:00
Timothy Clem
97bd03543a Introduce a dedicated term equivalency check for ses 2017-08-25 12:39:43 -07:00
Timothy Clem
fd7cbe8393 Manually add Method to all syntax unions 2017-08-25 08:06:38 -07:00
Rick Winfrey
8f9b96dc3d Update Python integratin specs
In tree-sitter-python, `(a)` is not a tuple of identifier, it is an expression that evaluates to the value of `a`.
2017-08-24 16:35:15 -07:00
Timothy Clem
db6099e910 Fix boolean operators 2017-08-24 15:00:07 -07:00
Timothy Clem
762d3341ab Fix comments 2017-08-24 14:59:44 -07:00
Timothy Clem
6ed530c530 Fix method declarations 2017-08-24 14:59:17 -07:00
Timothy Clem
2905201e19 Fix break 2017-08-24 14:56:52 -07:00
Timothy Clem
6db2c2774c Fix bitwise ops 2017-08-24 14:55:39 -07:00
Timothy Clem
8f86de85b4 Fix heredocs 2017-08-24 14:54:12 -07:00
Timothy Clem
623f80f24c Fix comparison operators 2017-08-24 14:53:56 -07:00
Timothy Clem
a4e03b6189 Fix delimiters 2017-08-24 14:53:26 -07:00
Timothy Clem
30c64cee6f Fix conditional assignment 2017-08-24 14:53:08 -07:00
Timothy Clem
3ef093d851 Fix element reference 2017-08-24 14:52:38 -07:00
Timothy Clem
5abb457ecd Fix begin/end blocks (scope entry/exit) 2017-08-24 14:52:11 -07:00
Timothy Clem
7ff488b91c Fix ensure 2017-08-24 14:51:30 -07:00
Timothy Clem
dc6ef33273 Fix and/or 2017-08-24 14:51:08 -07:00
Timothy Clem
e25bdcda82 Fix array 2017-08-24 14:50:51 -07:00
Timothy Clem
a171408cc2 Fix begin/else 2017-08-24 14:50:17 -07:00
Timothy Clem
3febd7db04 Fix for 2017-08-24 14:49:30 -07:00
Timothy Clem
81f438d478 Fix hash 2017-08-24 14:48:55 -07:00
Timothy Clem
0bbeefb8b2 Fix lambdas 2017-08-24 14:48:29 -07:00
Timothy Clem
fef4fb1c41 Fix math assignment 2017-08-24 14:47:41 -07:00
Timothy Clem
228c55ab9e Fix calls 2017-08-24 14:46:53 -07:00
Timothy Clem
553fa55297 Fix class and module 2017-08-24 14:45:23 -07:00
Timothy Clem
1c6031def5 Fix up assignments 2017-08-24 14:44:19 -07:00
Timothy Clem
3e34c10953 Fix pseudo variables 2017-08-24 14:43:31 -07:00