1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
Commit Graph

7592 Commits

Author SHA1 Message Date
joshvera
be82432aa0 Add an error JSON case 2016-07-26 14:49:14 -04:00
joshvera
e7000b7de3 s/expression_statement/expression_statements 2016-07-26 14:26:31 -04:00
joshvera
799643147b partially apply isBranchNode 2016-07-26 14:04:15 -04:00
joshvera
033200ac10 Merge branch 'property-tests' into error-syntax 2016-07-26 13:55:34 -04:00
joshvera
de925c533d use Foldable.any 2016-07-26 13:55:05 -04:00
joshvera
84edc4b8ce use bind 2016-07-26 13:45:50 -04:00
joshvera
4809ad0f2f Use bind 2016-07-26 13:44:12 -04:00
joshvera
338b7c2a1b indent 2016-07-25 20:32:14 -04:00
joshvera
58ffd29737 Add an error case 2016-07-25 18:41:22 -04:00
joshvera
882c7c2242 Add the Error type as a Branch 2016-07-25 18:39:22 -04:00
joshvera
30d4645dbb Add bool_op and expression_statement mapping to categoriesForLanguage 2016-07-25 14:57:14 -04:00
joshvera
3b3d3282cb Add Error case to Syntax 2016-07-25 14:56:51 -04:00
joshvera
de1088f490 Remove redundant import 2016-07-25 14:56:43 -04:00
joshvera
771f37df0b Add styleName mapping to Category.Error 2016-07-25 14:56:33 -04:00
joshvera
da6a5c50ca Add error case to MemberAccess construct case 2016-07-25 14:56:23 -04:00
joshvera
a6ea8f44d8 Add Error syntax cases to DiffSummary 2016-07-25 14:55:30 -04:00
joshvera
88b0cc327a Remove Categorizable newtype and HasFiel instance 2016-07-25 13:36:02 -04:00
joshvera
1197d46d31 Remove megaparsec 2016-07-25 13:34:38 -04:00
joshvera
abacae0cc0 redundant imports 2016-07-25 12:35:22 -04:00
joshvera
c7bdc8cd5b let it breathe 2016-07-25 12:32:02 -04:00
joshvera
4ab572c94b Merge remote-tracking branch 'origin/master' into property-tests 2016-07-25 12:30:23 -04:00
Rob Rix
07dd026e55 Merge pull request #611 from github/syntax-redux
Flesh out syntax for diff summaries
2016-07-22 17:18:44 -04:00
joshvera
9686a7e53b Remove extra split2.html 2016-07-22 17:10:11 -04:00
joshvera
8e15f9c955 Use unwrap 2016-07-22 17:10:11 -04:00
joshvera
b5119dab1e Include Info 2016-07-22 14:51:08 -04:00
joshvera
485fc884a4 Merge branch 'syntax-redux' into property-tests 2016-07-22 14:39:54 -04:00
joshvera
5fe5da65b0 Use unwrap 2016-07-22 14:20:03 -04:00
Rob Rix
da42f2402f Define mergeMaybe’s algebra by iteration.
This is a restricted class of catamorphism which happens to line up
exactly with what we’re doing here.
2016-07-22 14:17:45 -04:00
Rob Rix
be23bd05cf Turn off RankNTypes in the Parser module. 2016-07-22 13:59:22 -04:00
Rob Rix
aa2b6a277c 🔥 unused inner functions. 2016-07-22 13:54:46 -04:00
Rob Rix
c92cc987ed Put some formatting back. 2016-07-22 13:52:48 -04:00
joshvera
819470afea use biseuqnceL for comments 2016-07-22 12:55:54 -04:00
joshvera
b27eac56d9 Merge remote-tracking branch 'origin/master' into syntax-redux 2016-07-22 12:38:34 -04:00
Josh Vera
092fe3752a Merge pull request #643 from github/🔥-orphan-instances
🔥 orphan instances
2016-07-22 12:37:54 -04:00
joshvera
70f9329f1a Merge remote-tracking branch 'origin/master' into syntax-redux 2016-07-22 12:36:03 -04:00
Rob Rix
093048b736 Stop hiding a symbol we don’t shadow. 2016-07-22 11:58:09 -04:00
Rob Rix
041aea8f4c 🔥 the orphan Crosswalk instance over Join of Bicrosswalkable bifunctors. 2016-07-22 11:42:00 -04:00
Rob Rix
d8f8b50cb9 Compute Leaf alignment using the Bicrosswalk instance. 2016-07-22 11:41:45 -04:00
Rob Rix
389b2ddfa6 Use joinCrosswalk in the spec. 2016-07-22 11:40:04 -04:00
Rob Rix
faa195ea8f Add a drop-in for Crosswalk over Bicrosswalkable Joins. 2016-07-22 11:39:56 -04:00
Rob Rix
4f8ef622aa Use the Bicrosswalk instance directly. 2016-07-22 11:39:30 -04:00
Josh Vera
224332fb86 Merge pull request #639 from github/generalize-rws-over-the-functor
Generalize rws over the functor
2016-07-22 11:24:00 -04:00
Rob Rix
0016bb92ea Merge branch 'master' into generalize-rws-over-the-functor 2016-07-21 11:49:55 -04:00
Josh Vera
320a4cefef Merge pull request #641 from github/🔥-diff-output-module
🔥 the DiffOutput module
2016-07-21 11:48:02 -04:00
joshvera
7cadd91ca3 Merge remote-tracking branch 'origin/master' into 🔥-diff-output-module 2016-07-21 11:46:06 -04:00
Josh Vera
43e63ae6e6 Merge pull request #638 from github/🔥-the-size-field
🔥 the size field
2016-07-21 11:18:35 -04:00
joshvera
bd985202ee Add an error case to Objects 2016-07-17 11:18:45 -04:00
joshvera
ad4d36f7fd Add a CoArbitrary instance to Category 2016-07-17 11:18:31 -04:00
joshvera
a4851ba063 type signatures 2016-07-15 20:32:48 -04:00
joshvera
78bb7779a4 Test annotatedSummaries 2016-07-15 17:11:45 -04:00