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

15268 Commits

Author SHA1 Message Date
joshvera
b3a9393670 Improve publicFieldDefinition and methodDefinition 2017-09-01 19:15:21 -04:00
joshvera
292d511d3a Add VariableDeclaration and add context to Assignment 2017-09-01 18:55:47 -04:00
joshvera
cd8f3f43b5 Include more terms in statement 2017-09-01 17:53:28 -04:00
joshvera
b2b19e0682 remove imports 2017-09-01 17:43:14 -04:00
joshvera
cca2df657b Use choice 2017-09-01 17:22:15 -04:00
joshvera
d10a0671d3 bump haskell-tree-sitter 2017-09-01 17:20:45 -04:00
joshvera
6c4ca4f5a5 Merge remote-tracking branch 'origin/explicit-choice' into typescript-assignment 2017-09-01 15:52:16 -04:00
joshvera
60bfb94b50 Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-09-01 15:52:01 -04:00
joshvera
07b8c315fc Remove comment from classBodyStatements 2017-09-01 15:51:54 -04:00
joshvera
70f506c399 Remove pure[] from classHeritage in class 2017-09-01 15:51:54 -04:00
joshvera
5360f0a9c4 mappend classHeritage children 2017-09-01 15:51:54 -04:00
Timothy Clem
d512609601 ++tree-sitter-ruby 2017-09-01 15:51:54 -04:00
Rob Rix
9586f1e874 Define the MonadError instance in terms of SomeException. 2017-09-01 15:51:53 -04:00
Rob Rix
fef2cd171a Use MonadError in runParser. 2017-09-01 15:51:53 -04:00
Rob Rix
3b23701d39 Define an Exception instance for Error. 2017-09-01 15:51:53 -04:00
Rob Rix
8801b21c77 Derive a Typeable instance for Error. 2017-09-01 15:51:53 -04:00
Rob Rix
bc6292e966 Add a MonadError instance to Task. 2017-09-01 15:51:53 -04:00
Rob Rix
02779ee47e Add Throw/Catch primitives to Task. 2017-09-01 15:51:53 -04:00
Rob Rix
8043c3f472 📝 LiftIO. 2017-09-01 15:51:53 -04:00
Rick Winfrey
82a703088d 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-09-01 15:51:53 -04:00
Rick Winfrey
5433e3fefd Bump Python grammar 2017-09-01 15:51:53 -04:00
Rick Winfrey
e32dcda398 🔥 no longer valid symbols 2017-09-01 15:51:53 -04:00
Rick Winfrey
446e143ee3 🔥 argument 2017-09-01 15:51:53 -04:00
Rick Winfrey
1bb5cf5a13 Update everything for new assignments 2017-09-01 15:51:53 -04:00
Rick Winfrey
15f1cdcb0c Assign parenthesizedExpression 2017-09-01 15:51:53 -04:00
Rick Winfrey
54008762c6 Assign keywordArgument 2017-09-01 15:51:53 -04:00
Rick Winfrey
6e579b09e8 Assign dictionarySplat 2017-09-01 15:51:53 -04:00
Rick Winfrey
7b03af69a2 Assign listSplat 2017-09-01 15:51:53 -04:00
Rick Winfrey
9f1d1f43b9 Bump tree-sitter-haskell 2017-09-01 15:51:53 -04:00
Rob Rix
a3da5c8966 Stub in a new roadmap file. 2017-09-01 15:51:53 -04:00
Rob Rix
f3fd7133aa Move the Q2 roadmap into docs. 2017-09-01 15:51:53 -04:00
Rob Rix
0fa19e6be9 Rename the roadmap file. 2017-09-01 15:51:53 -04:00
Rob Rix
1c9dae2557 Clarify the summary. 2017-09-01 15:51:53 -04:00
Rob Rix
c03bd99b28 Document some challenges. 2017-09-01 15:51:53 -04:00
Rob Rix
06e85b4f5e Detail some of our successes. 2017-09-01 15:51:53 -04:00
Rob Rix
979c5ba5e3 Update the summary a bit. 2017-09-01 15:51:53 -04:00
Rob Rix
573a9ad9a5 Label a few things, & summarize a bit. 2017-09-01 15:51:53 -04:00
Rob Rix
37ef117c2d Scoring, + 🐝 2017-09-01 15:51:53 -04:00
Rob Rix
2e270df077 Fix the architecture review link. 2017-09-01 15:51:53 -04:00
Rob Rix
d46ecafbb6 Fix the roadmap project link. 2017-09-01 15:51:53 -04:00
Rob Rix
1468743832 Revert "Match comments with expression."
This reverts commit b7bc1d7ced4ecea66022292a0c340e3aed22af5d.
2017-09-01 14:29:49 -04:00
Rob Rix
f5abaa351c Revert "🔥 the top-level handleError."
This reverts commit 9b7e394bfa8aacc266d8301c95aef1eefbce0c91.
2017-09-01 14:18:03 -04:00
Rob Rix
160fc8bbfa Revert "Define a Result type synonym."
This reverts commit 62d7855fe830b394af3ea0b536685f369863cb8d.
2017-09-01 14:10:32 -04:00
Rob Rix
3be8948e2e Correct the file util’s selection of the blob language. 2017-09-01 14:08:02 -04:00
Rob Rix
bbc20dc6ab Don’t log the blob language when we don’t have one. 2017-09-01 14:07:42 -04:00
Rob Rix
a7fd575ea8 Define a Result type synonym. 2017-09-01 13:46:44 -04:00
Rob Rix
8d4889f124 Use the token rule to match parse errors. 2017-09-01 13:37:31 -04:00
Rob Rix
e0ca2e87dd 🔥 the top-level handleError. 2017-09-01 13:33:43 -04:00
Rob Rix
c799303aa0 Match parse errors at the top level. 2017-09-01 13:21:13 -04:00
Rob Rix
d408f286c7 Match parse errors explicitly. 2017-09-01 13:20:14 -04:00