1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00
Commit Graph

16334 Commits

Author SHA1 Message Date
joshvera
57f1b39cf0 Merge remote-tracking branch 'origin/master' into typescript-cleanup 2017-10-02 13:53:41 -07:00
Timothy Clem
aa2af2ce02 Merge pull request #1378 from github/contextualize-ruby-comments
Contextualize comments in Ruby assignment again
2017-10-02 13:40:44 -07:00
joshvera
123105bb71 Reuse import in Declaration 2017-10-02 13:33:25 -07:00
joshvera
eca3b8c120 Move TypeAliasDeclaration to Declaration 2017-10-02 13:32:00 -07:00
joshvera
d8a6a3a423 Move cast to expression 2017-10-02 13:29:40 -07:00
Timothy Clem
a82ff300e6 Merge branch 'master' into all-the-ord-instances 2017-10-02 13:28:32 -07:00
joshvera
a3d0a5dfc9 Move await and new to Expression 2017-10-02 13:28:08 -07:00
Timothy Clem
49b0d55ee5 Always use assignment parser for Ruby 2017-10-02 13:25:33 -07:00
joshvera
3b59f693f2 Move NonNullExpression to Expression 2017-10-02 13:20:25 -07:00
Timothy Clem
dfc7de34e7 Merge branch 'master' into contextualize-ruby-comments 2017-10-02 13:19:02 -07:00
joshvera
232a702f6f Move InterfaceDeclaration to Declaration.hs 2017-10-02 13:18:38 -07:00
joshvera
9f62cadd9b Remove unused expressions 2017-10-02 13:04:49 -07:00
joshvera
5166c376b0 type errors 2017-10-02 13:04:36 -07:00
joshvera
ada80709a5 Move TypeAnnotation back since it's different that Type.Annotation 2017-10-02 13:02:36 -07:00
joshvera
235eeadb2f Move VariableDeclaration and PublicFieldDefinition to Declaration 2017-10-02 13:01:48 -07:00
joshvera
ad26dfeb7d Move SequenceExpression to Expression 2017-10-02 12:55:51 -07:00
joshvera
7c355ad9e4 Remove typescript TypeAnnotation 2017-10-02 12:53:20 -07:00
joshvera
81fbfa9f8c Merge remote-tracking branch 'origin/master' into typescript-cleanup 2017-10-02 12:07:23 -07:00
Rob Rix
08aa166838 Merge pull request #1377 from github/🔥-identity-renderers
🔥 identity renderers
2017-10-02 14:30:59 -04:00
Rob Rix
b1ea8e0e2f Merge pull request #1374 from github/🔥-line-by-line-parsing
🔥 line by line parsing
2017-10-02 14:25:32 -04:00
Timothy Clem
2ee98ab96f These comments are part of Context now 2017-10-02 11:13:54 -07:00
Timothy Clem
68e9fada3f Contextualize comments in Ruby assignment again 2017-10-02 11:02:26 -07:00
Rob Rix
960bfd9d41 🔥 redundant imports. 2017-10-02 10:32:00 -04:00
Rob Rix
4ba8dc5a89 🔥 the commented-out diffRecursively. 2017-10-02 10:29:54 -04:00
Rob Rix
09e3a79340 Update one of the ToC tests. 2017-10-02 10:29:47 -04:00
Rob Rix
1f6a1fcc0f Migrate TOCSpec off of IdentityDiffRenderer. 2017-10-02 10:11:31 -04:00
joshvera
9200735745 Make fields private 2017-10-01 07:41:11 -07:00
Rob Rix
d7b72d71e0 🔥 IdentityDiffRenderer. 2017-09-29 15:33:43 -04:00
Rob Rix
2bd957153d Use parseAndDiffBlobPair instead of IdentityDiffRenderer. 2017-09-29 15:33:13 -04:00
Rob Rix
5621830b41 Define a function to parse and diff a pair of blobs. 2017-09-29 15:33:02 -04:00
Rob Rix
c3a6912a14 🔥 Identity diff rendering. 2017-09-29 15:26:31 -04:00
Rob Rix
da671c56fc 🔥 a redundant import. 2017-09-29 15:25:45 -04:00
Rob Rix
c0e846ec73 🔥 IdentityTermRenderer. 2017-09-29 15:20:56 -04:00
Rob Rix
0592a6bdb7 🔥 handling of IdentityTermRenderer. 2017-09-29 15:20:25 -04:00
Rob Rix
dd4cb32b90 🔥 the test of parsing in the specified language.
This is redundant to the test that it renders with the specified renderer.
2017-09-29 15:19:52 -04:00
Rob Rix
4eb3b7eacd Test against the s-expression renderer. 2017-09-29 15:14:37 -04:00
Rob Rix
f095b89492 Test that we fail when the language is Nothing. 2017-09-29 15:09:58 -04:00
Rob Rix
e452c2f567 🔥 lineByLineParser. 2017-09-29 15:02:02 -04:00
Rob Rix
0f1acfbddd 🔥 LineByLineParser. 2017-09-29 15:01:40 -04:00
Rob Rix
b4d4cf5c0a Throw an error when diffing files we don’t have a parser for. 2017-09-29 15:00:56 -04:00
Rob Rix
d6d9b84e81 Include the path for no parser exceptions. 2017-09-29 14:53:16 -04:00
Rob Rix
104cca21a1 Derive an Ord instance for Language. 2017-09-29 14:42:37 -04:00
Rob Rix
2b4465d1d0 Throw an exception when we don’t have a parser for a language. 2017-09-29 14:36:16 -04:00
joshvera
1ca518ca62 remove commented out diffRecursively 2017-09-29 11:33:46 -07:00
Rob Rix
37839d56b1 parserForLanguage never returns LineByLineParser. 2017-09-29 14:27:49 -04:00
Rob Rix
2f05a32997 parserForLanguage does not take its argument in Maybe. 2017-09-29 14:25:39 -04:00
Rob Rix
eef03d275f Define Mergeable, Ord, & Ord1 instances for all the datatypes in TypeScript. 2017-09-29 12:57:32 -04:00
Rob Rix
a063b796b9 Define Mergeable, Ord, & Ord1 instances for all the datatypes in Data.Syntax. 2017-09-29 12:50:05 -04:00
Rob Rix
096be2b08e Define an ErrorStack wrapper for call stacks. 2017-09-29 12:49:17 -04:00
Rob Rix
9d29eac636 Define Mergeable, Ord, & Ord1 instances for the datatypes in Declaration. 2017-09-29 12:47:36 -04:00