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

13828 Commits

Author SHA1 Message Date
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
Rick Winfrey
4c4e61e000 Update TOC renderer 2017-06-29 15:04:23 -07:00
Rick Winfrey
246f2b8c74 🔥 functionType field on Data.Syntax.Declaration.Function 2017-06-29 15:03:57 -07:00
Rick Winfrey
8df150fa17 Update Language.Python.Syntax typedParameter to use Data.Syntax.Type.Annotation 2017-06-29 13:33:16 -07:00
Rick Winfrey
150a0c2461 Add Eq1 and Show instances for Data.Syntax.Type.Annotation 2017-06-29 13:32:44 -07:00
Rick Winfrey
9d0cef141a 🔥 Data.Syntax.TypedIdentifier 2017-06-29 13:32:23 -07:00
Rick Winfrey
b362e8f7b4 Merge branch 'master' into python-conditional-expressions 2017-06-28 11:49:06 -07:00
Rick Winfrey
1c2c7dc271 Merge pull request #1186 from github/bump-typescript
Bump typescript
2017-06-28 11:10:33 -07:00
Rick Winfrey
babcd7df19 Bump typescript 2017-06-28 10:52:13 -07:00
Josh Vera
5ee5e7eae9 Merge pull request #1184 from github/really-fast-markdown-assignment
Slightly faster Markdown assignment
2017-06-27 16:16:53 -04:00
Josh Vera
bcf9cfa8f9 Merge branch 'master' into really-fast-markdown-assignment 2017-06-27 15:39:14 -04:00
Josh Vera
3e97ca00fb Merge pull request #1185 from github/bump-typescript
Bump typescript
2017-06-27 14:47:23 -04:00
Rick Winfrey
050650f431 Re-generate tests 2017-06-27 10:25:47 -07:00
Rick Winfrey
a2c8f97818 Re-bump tree-sitter-typescript 2017-06-27 09:54:14 -07:00
Rick Winfrey
32a22a2a5c Update integration tests for javascript and typescript 2017-06-26 16:58:39 -07:00
Rick Winfrey
cf381ab701 Bump typescript 2017-06-26 16:10:00 -07:00
Rob Rix
5c44267e27 Fix the specs. 2017-06-26 12:56:56 -04:00
Rob Rix
7b4edcadc5 Merge branch 'master' into really-fast-markdown-assignment 2017-06-26 12:51:56 -04:00
Rob Rix
fc4760335f Merge pull request #1183 from github/fast-markdown-assignment
Fast Markdown assignment
2017-06-26 12:23:46 -04:00
Rob Rix
61cf961fd0 Merge branch 'master' into really-fast-markdown-assignment 2017-06-26 12:13:57 -04:00
Rob Rix
006dac8f68 Inline run. 2017-06-26 12:12:46 -04:00
Rob Rix
af3038fc1f Evaluate the spine of the list strictly. 2017-06-26 11:44:20 -04:00
Rob Rix
89ec9e11c0 Avoid slicing down the source when advancing through the state. 2017-06-26 11:44:08 -04:00
Rob Rix
d9eaf45055 Merge branch 'master' into fast-markdown-assignment 2017-06-26 11:23:59 -04:00
Rob Rix
2cb2cf812c Merge pull request #1182 from github/tidy-and-organize-source-and-friends
Tidy and organize Source & related modules
2017-06-26 11:23:28 -04:00
Rob Rix
10e81996fa 🔥 Empty. 2017-06-26 10:03:08 -04:00
Rob Rix
ffe79d34c8 Merge branch 'tidy-and-organize-source-and-friends' into fast-markdown-assignment 2017-06-24 17:34:36 -04:00
Rob Rix
2fe08397ee 🔥 redundant imports. 2017-06-24 17:32:18 -04:00
Rob Rix
fe29a865c3 🔥 redundant hidden symbols. 2017-06-24 17:32:18 -04:00
Rob Rix
0f9ccec7de 🔥 redundant hidden symbols. 2017-06-24 17:30:57 -04:00
Rob Rix
8b79e0e056 🔥 redundant imports. 2017-06-24 17:30:41 -04:00
Rob Rix
2be307e967 many participates in committed choice. 2017-06-24 17:16:57 -04:00
Rob Rix
eaa4423dec Define a Many rule. 2017-06-24 17:10:04 -04:00
Rob Rix
7df59da281 Frame the <|> rule in terms of the choices along each side. 2017-06-24 16:51:00 -04:00
Rob Rix
1bbb252738 Return is the left-identity of alternation. 2017-06-24 16:44:00 -04:00
Rob Rix
4a00ee3e23 Make sure the end column makes sense. 2017-06-24 15:55:51 -04:00
Rob Rix
f2b6cdb223 Deal with nonsensical end lines. 2017-06-24 15:46:07 -04:00
Rob Rix
5d75659c6e Define spanToRange tacitly. 2017-06-24 15:22:58 -04:00
Rob Rix
d44684cd4e Simplify how sections and code blocks are projected. 2017-06-24 15:01:00 -04:00
Rob Rix
3278506866 Simplify how images and links are projected. 2017-06-24 14:59:00 -04:00