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

13750 Commits

Author SHA1 Message Date
Rob Rix
8546dc80b7 Merge branch 'master' into parse-error-symbols 2017-07-13 11:03:15 -04:00
Rob Rix
97652b456c Merge pull request #1205 from github/nested-decorators
Assign nested decorators
2017-07-13 11:03:00 -04:00
Rob Rix
b264246b93 Merge branch 'master' into nested-decorators 2017-07-13 11:01:10 -04:00
Rob Rix
7b888cd760 Merge branch 'master' into parse-error-symbols 2017-07-13 10:58:28 -04:00
Rob Rix
fa6047257a Merge pull request #1166 from github/ruby-assignment
Ruby Assignment
2017-07-13 10:47:32 -04:00
Rick Winfrey
0e5a22da2b Assign nested decorators 2017-07-12 18:51:14 -07:00
Rob Rix
47e8fdeef5 Represent Markdown nodes with the Node/AST types. 2017-07-12 17:03:57 -04:00
Rob Rix
3bd4fe5665 Assign parse errors in Ruby statements. 2017-07-12 16:20:42 -04:00
Rob Rix
d229ec2310 Assign parse errors in Python. 2017-07-12 16:20:37 -04:00
Rob Rix
1e4eb2d24e Remove the error parameter from Syntax.Error. 2017-07-12 16:20:24 -04:00
Rob Rix
cf5794d9cc 🔥 a redundant import. 2017-07-12 15:57:14 -04:00
Rob Rix
ca2767ec10 Bump haskell-tree-sitter to master. 2017-07-12 15:56:33 -04:00
Rob Rix
e050a44cf4 Define a Node type for the intermediate representation of metadata. 2017-07-12 15:55:21 -04:00
Rob Rix
c4fc6e5c4a Use the AST synonym. 2017-07-12 15:40:54 -04:00
Rob Rix
00221d421f 🔥 the ParseError ErrorCause. 2017-07-12 15:35:00 -04:00
Rob Rix
cf8148f804 Merge branch 'master' into parse-error-symbols 2017-07-12 14:58:40 -04:00
Rob Rix
a1b30f7524 Fix up the tests. 2017-07-12 14:51:38 -04:00
Rob Rix
8f26607ade Bump haskell-tree-sitter for swapped toEnum/fromEnum definitions. 2017-07-12 14:46:10 -04:00
Rob Rix
e4a3e82c0b Bump haskell-tree-sitter to 🔥 the derived Enum instance. 2017-07-12 14:43:39 -04:00
Timothy Clem
7fff9cc64a Merge branch 'master' into ruby-assignment 2017-07-12 10:49:19 -07:00
Rick Winfrey
8ed4576b1d Merge pull request #1198 from github/par-arg-eters
Assign parameters / arguments
2017-07-12 10:19:03 -07:00
Rick Winfrey
83fcc206f3 Merge branch 'master' into par-arg-eters 2017-07-12 10:09:06 -07:00
Rick Winfrey
934cb445b0 🔥 the >>=! 2017-07-12 10:02:55 -07:00
Rob Rix
230570c42b Obviate the need for Maybe around symbols. 2017-07-12 12:55:57 -04:00
Rob Rix
cdef77fba9 Bump haskell-tree-sitter for ParseError symbols. 2017-07-12 12:42:24 -04:00
Timothy Clem
b3ef7cbded Fix up unary defined?, thanks @robrix 2017-07-12 09:06:50 -07:00
Timothy Clem
13644ca4c1 Merge pull request #1196 from github/markdown-headings
Handle === style markdown headings
2017-07-12 08:27:12 -07:00
Timothy Clem
f87a5039a7 Go back to original Syntax.Empty 2017-07-12 08:18:03 -07:00
Timothy Clem
4d70e1c358 Merge branch 'master' into markdown-headings 2017-07-12 08:12:47 -07:00
Jon Ruskin
40dd01031e Merge pull request #1180 from github/jonabc/licensing
Add license caching
2017-07-12 07:48:45 -07:00
Rick Winfrey
10a0efcf0b Move literal assignment to top 2017-07-11 16:20:30 -07:00
Rick Winfrey
f1e9e215ce Collapse parameter assignments 2017-07-11 16:08:49 -07:00
Rick Winfrey
be2969b153 Collapse argument assignments 2017-07-11 16:08:28 -07:00
Rick Winfrey
6bfb27adcc Reflow literals and 🔤 2017-07-11 16:07:35 -07:00
Rick Winfrey
4419502a2c Collapse argument assignments 2017-07-11 16:07:20 -07:00
Rick Winfrey
b1405f90dd 🔥 no longer valid comment 2017-07-11 16:06:41 -07:00
Rick Winfrey
ad681cc3a0 Collapse import assignments 2017-07-11 16:06:17 -07:00
Rick Winfrey
240ebbfdfe Combine keyword parameter and argument assignments 2017-07-11 15:43:44 -07:00
Rick Winfrey
a83a6a7e49 Combine list splat parameter and arguments assignments 2017-07-11 15:43:26 -07:00
Rick Winfrey
e61251f589 Assign dictionary splat arguments 2017-07-11 15:42:59 -07:00
Rick Winfrey
aaf2ce089e Assign dictionary splat parameters 2017-07-11 15:31:19 -07:00
Timothy Clem
2c5b12f8de Merge branch 'master' into ruby-assignment 2017-07-11 14:19:20 -07:00
Rick Winfrey
3f4d47030b Assign list splat parameters 2017-07-11 13:53:25 -07:00
Timothy Clem
ed080707b2 Merge branch 'master' into jonabc/licensing 2017-07-11 13:50:46 -07:00
Rick Winfrey
821c6813ec Assign typedDefaultParameter 2017-07-11 13:43:35 -07:00
Timothy Clem
210417a9d7 Explain why binary minus is a challenge 2017-07-11 13:23:19 -07:00
Timothy Clem
7c513d3e01 Assign heredocs as TextElement for now 2017-07-11 13:23:05 -07:00
Timothy Clem
c314330e14 Handle === style markdown headings 2017-07-11 09:37:24 -07:00
Rick Winfrey
65a0e31b91 Merge pull request #1194 from github/aliased-import
Assign aliased import
2017-07-11 09:31:11 -07:00
Josh Vera
4e01c2eec0 Merge pull request #1195 from github/wildcard-import
Assign wildcard import
2017-07-11 09:03:09 -04:00