1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00
Commit Graph

16626 Commits

Author SHA1 Message Date
Rob Rix
1e14133272 Remove the suffix when we don’t know which side it’s on. 2017-10-03 12:40:24 -04:00
Rob Rix
9c49698894 Correct the docs for algorithmForTerms. 2017-10-03 12:40:24 -04:00
Rob Rix
b75fc8cc88 Name the variables in Diffable a1/a2 &c consistently. 2017-10-03 12:40:24 -04:00
Rick Winfrey
660610a349 Merge branch 'master' into go-assignment 2017-10-03 09:40:18 -07:00
Rob Rix
e6fbf274be Remove the suffix when we don’t know which side it’s on. 2017-10-03 12:28:15 -04:00
Rob Rix
8e4b3f807b Correct the docs for algorithmForTerms. 2017-10-03 12:22:23 -04:00
Rob Rix
15f220e5aa Name the variables in Diffable a1/a2 &c consistently. 2017-10-03 12:20:52 -04:00
Rob Rix
686da3aa42 🔥 the syntaxParser bindings. 2017-10-03 11:52:55 -04:00
Rob Rix
13b79db26e Reformat the diffBlobPair syntaxParser cases. 2017-10-03 11:49:14 -04:00
Timothy Clem
c34054322d Merge branch 'master' into enable-ruby-assignment 2017-10-03 08:38:57 -07:00
Rob Rix
eedceb2a7f Reformat the guard clause for ToC term rendering. 2017-10-03 11:01:00 -04:00
Rob Rix
b179269ed6 Combine the cases for s-expression term rendering. 2017-10-03 11:00:22 -04:00
Rob Rix
d6c98092bc Combine the cases for JSON term rendering. 2017-10-03 11:00:14 -04:00
Rob Rix
7a6d92ce15 Combine the à la carte JSON term rendering paths. 2017-10-03 10:53:28 -04:00
Rob Rix
afa7f82fd7 Render s-expression terms without Kleisli composition. 2017-10-03 10:49:15 -04:00
Rob Rix
7d48a98814 Discard locations early. 2017-10-03 10:46:44 -04:00
Rob Rix
186dad2642 Reformat. 2017-10-03 10:44:53 -04:00
Rob Rix
f9c0a2d730 Combine the à la carte s-expression rendering paths. 2017-10-03 10:43:41 -04:00
Rob Rix
1325e429d0 Generalize SomeParser over a set of typeclasses that must hold. 2017-10-03 10:41:05 -04:00
Rob Rix
c33eea3f4f Parameterize SomeParser by the typeclass. 2017-10-03 10:33:44 -04:00
Rob Rix
0d605da704 Export the ConstructorName typeclass. 2017-10-03 10:32:56 -04:00
Rob Rix
36bb7c42b1 Stub in a SomeParser type & constructor. 2017-10-03 10:11:00 -04:00
Rob Rix
a965c12dd8 Rename parserForLanguage to syntaxParserForLanguage. 2017-10-03 10:04:59 -04:00
Rob Rix
424d671178 Merge pull request #1373 from github/all-the-ord-instances
All the Ord(1) instances
2017-10-03 09:32:02 -04:00
Rob Rix
b85aa53af9 Spacing. 2017-10-03 09:29:15 -04:00
Rob Rix
ac3646f925 Test that genericLiftCompare gives equivalent behaviour to compare for recursive types. 2017-10-03 09:29:06 -04:00
Rob Rix
5a024b40f7 Test that genericLiftCompare gives equivalent behaviour to compare for sum types. 2017-10-03 09:25:39 -04:00
Rob Rix
7e034fa4c1 Test that genericLiftCompare gives equivalent behaviour to compare for product types. 2017-10-03 09:23:44 -04:00
Rob Rix
6f4539cdce Stub in a module for generically-implemented Ord1 specs. 2017-10-03 09:15:45 -04:00
Rob Rix
4a8ac5dd47 Merge branch 'master' into all-the-ord-instances 2017-10-02 17:23:47 -04:00
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
Rob Rix
4be03a394e Merge branch 'master' into dev-setup-questions 2017-10-02 15:35:31 -04: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