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

2347 Commits

Author SHA1 Message Date
Timothy Clem
8679c89e5d Fix up tests for one less layer of structure in expressions of single element 2017-09-14 08:07:10 -07:00
Timothy Clem
2064db2da8 Merge remote-tracking branch 'origin/master' into ruby-assignment-ftw 2017-09-13 13:10:12 -07:00
Rob Rix
2c83e7e283 Merge branch 'master' into specialized-terms-and-diffs 2017-09-11 16:01:20 -04:00
Rob Rix
1cd6dd2899 Update the tests. 2017-09-11 15:48:58 -04:00
Rob Rix
825990cfce Constrain a type to Int. 2017-09-09 14:59:33 +01:00
Rob Rix
9c97ea7c48 More 🔥 2017-09-09 14:59:03 +01:00
Rob Rix
2a7a937a7e 🔥 a bunch more redundant imports. 2017-09-09 14:58:07 +01:00
Rob Rix
10b262e069 🔥 a stray import. 2017-09-09 14:54:49 +01:00
Rob Rix
24914eeb05 Move the remaining Listable instances into the tests. 2017-09-09 14:51:37 +01:00
Rob Rix
3ad5374b94 Move all the Listable stuff into the tests. 2017-09-09 14:44:57 +01:00
Rob Rix
eb01f7450a Correct the diffSize helper. 2017-09-09 14:30:42 +01:00
Rob Rix
7258682862 Fix one of the ToC tests. 2017-09-09 14:28:43 +01:00
Rob Rix
a1bfea611f Update all the tests. 2017-09-09 14:18:08 +01:00
Rob Rix
e2ffba2401 Rename headF to termAnnotation. 2017-09-09 11:50:29 +01:00
Rob Rix
9e40e9a09a Give our own definition of Diff. 2017-09-09 11:23:57 +01:00
Rob Rix
07bef3f75e 🔥 deepseq. 2017-09-08 17:35:55 +01:00
Rob Rix
185818d8bd Rename runCofree to unTerm. 2017-09-08 16:46:35 +01:00
Timothy Clem
172ae54593 Merge remote-tracking branch 'origin/explicit-choice' into ruby-assignment-ftw 2017-09-08 11:37:16 +01:00
Timothy Clem
22c0352205 infixContext doesn't work with comment in expression
Poor comments
2017-09-01 11:32:32 -07:00
Rob Rix
1468743832 Revert "Match comments with expression."
This reverts commit b7bc1d7ced4ecea66022292a0c340e3aed22af5d.
2017-09-01 14:29:49 -04:00
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