1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00
Commit Graph

16297 Commits

Author SHA1 Message Date
Rob Rix
a644e46efc Test for emptiness without a membership constraint. 2017-10-06 10:17:17 -04:00
Rob Rix
53e6f80d93 Add Syntax to the DeclarationStrategy predicate. 2017-10-06 10:14:05 -04:00
Rob Rix
ec3dff1c66 Use the declarationAlgebra in the tests. 2017-10-06 09:34:15 -04:00
Rob Rix
58e4a5fcf1 Spacing. 2017-10-05 20:54:29 -04:00
Rob Rix
37845baa08 Reorder the re-exports. 2017-10-05 20:38:45 -04:00
Rob Rix
5b55bb37a9 🔥 syntaxDeclarationAlgebra. 2017-10-05 20:38:35 -04:00
Rob Rix
9bf11258a5 Decorate Syntax with declarationAlgebra. 2017-10-05 20:38:30 -04:00
Rob Rix
e6ad277ef7 Define a CustomHasDeclaration instance for Syntax. 2017-10-05 20:37:20 -04:00
Rob Rix
25ca026c83 🔥 markupSectionAlgebra. 2017-10-05 20:36:33 -04:00
Rob Rix
f09621444f Decorate Markdown declarations using declarationAlgebra. 2017-10-05 20:36:14 -04:00
Rob Rix
30fb1bb324 Silence a warning in Semantic.Util. 2017-10-05 20:35:18 -04:00
Rob Rix
072f3e1e0a Replace declarationAlgebra with toDeclarationAlgebra. 2017-10-05 20:32:57 -04:00
Rob Rix
6082c5090e Export HasDeclaration. 2017-10-05 20:30:33 -04:00
Rob Rix
e9e17b71da Merge remote-tracking branch 'origin/abstract-high-level-flow-over-syntax-types' into open-toc-rendering 2017-10-05 20:12:46 -04:00
Rob Rix
85872a3e2e Merge branch 'master' into abstract-high-level-flow-over-syntax-types 2017-10-05 20:11:56 -04:00
Rob Rix
17be494d3c Rename toDeclaration' to customToDeclaration. 2017-10-05 20:07:25 -04:00
Rob Rix
544071884b Rename HasDeclaration' to CustomHasDeclaration. 2017-10-05 20:06:34 -04:00
Rob Rix
f701045232 Define a HasDeclaration' instance for Declaration.Method. 2017-10-05 20:04:42 -04:00
Rob Rix
683ea586d5 Comment on the named functions clause. 2017-10-05 20:02:34 -04:00
Rob Rix
8284db1320 We have a custom instance for Error, not Empty. 2017-10-05 19:38:23 -04:00
Rob Rix
025429f6cc Add the Union to the predicate. 2017-10-05 19:31:22 -04:00
Rob Rix
43df678875 Add Syntax.Empty & Declaration.Function to the predicate. 2017-10-05 19:29:55 -04:00
Rob Rix
bc73d982a9 Define a HasDeclaration' instance for Declaration.Function. 2017-10-05 19:26:31 -04:00
Rob Rix
9e7cde3e9a 🔥 the membership constraint for Context in diffWithParser. 2017-10-05 18:48:53 -04:00
Rob Rix
193167e3e9 Lift the file helper into MonadIO. 2017-10-05 18:42:19 -04:00
Rob Rix
89b22f5efa Re-export toDeclarationAlgebra. 2017-10-05 18:40:42 -04:00
Josh Vera
3ecd1d1bfa Merge pull request #1392 from github/typescript-fixes
Typescript fixes
2017-10-05 14:13:25 -07:00
joshvera
71eefd92a5 Merge remote-tracking branch 'origin/master' into typescript-fixes 2017-10-05 14:04:57 -07:00
Josh Vera
93a93c5fe4 Merge pull request #1391 from github/bump-haskell-tree-sitter
Bump haskell-tree-sitter
2017-10-05 14:04:30 -07:00
joshvera
a1d075a47e regenerate tests 2017-10-05 14:01:03 -07:00
Rick Winfrey
13b50137bf Merge branch 'master' into bump-haskell-tree-sitter 2017-10-05 13:52:41 -07:00
Rick Winfrey
e18b6c8628 Bump haskell-tree-sitter 2017-10-05 13:49:50 -07:00
joshvera
f5514b89c7 Add readonly modifiers to parameters 2017-10-05 13:24:53 -07:00
joshvera
fca4818269 Move abstract class to declaration 2017-10-05 13:16:39 -07:00
joshvera
9b8bde6b1e ++haskell-tree-sitter 2017-10-05 13:16:29 -07:00
Rob Rix
40a6fa47cf Merge branch 'master' into open-toc-rendering 2017-10-05 14:48:56 -04:00
Rob Rix
19094e0a60 Merge branch 'master' into abstract-high-level-flow-over-syntax-types 2017-10-05 14:30:43 -04:00
Josh Vera
cf2df8788a Merge pull request #1390 from github/typescript-fixes
Add support for decorators
2017-10-05 11:06:14 -07:00
Rob Rix
b2cb5764fa Split up HasDeclaration into two typeclasses. 2017-10-05 12:36:58 -04:00
Rob Rix
76f3e2049a Define a HasDeclaration instance for Unions. 2017-10-05 12:34:19 -04:00
Rob Rix
4d810c347c Define an algebra using toDeclaration. 2017-10-05 12:25:36 -04:00
Rob Rix
7203134bc2 Define a HasDeclaration instance for Syntax.Error. 2017-10-05 12:24:54 -04:00
Rob Rix
3de2d95dbc Pass the annotation to toDeclaration. 2017-10-05 12:24:35 -04:00
Josh Vera
6deece7610 Merge branch 'master' into typescript-fixes 2017-10-04 14:31:57 -07:00
joshvera
973d136188 one or more decorators 2017-10-04 14:29:36 -07:00
joshvera
48ff06cafe Add decorator support 2017-10-04 13:25:34 -07:00
joshvera
d8f7f45fdb ++haskell-tree-sitter 2017-10-04 13:04:12 -07:00
joshvera
92d12ef455 ++haskell-tree-sitter 2017-10-04 12:28:33 -07:00
Rob Rix
67e3e91fac Merge branch 'master' into abstract-high-level-flow-over-syntax-types 2017-10-04 15:12:53 -04:00
Josh Vera
cf6f8f4e13 Merge pull request #1387 from github/a-tidy-repo-is-a-happy-repo
A tidy repo is a happy repo
2017-10-04 11:31:02 -07:00