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

4608 Commits

Author SHA1 Message Date
Rob Rix
4e02ab3d86 Bump tree-sitter-parsers to lts-5.5. 2016-02-28 18:36:01 -05:00
Josh Vera
ca92f08159 Merge pull request #471 from github/remove-semigroups
Remove semigroups
2016-02-26 19:07:04 -07:00
Josh Vera
4fe420e970 Merge pull request #468 from github/factor-out-packages
Semantic difftool package
2016-02-26 18:41:54 -07:00
joshvera
7cbe330be5 Merge remote-tracking branch 'origin/master' into factor-out-packages 2016-02-26 18:36:57 -07:00
Josh Vera
ecd9c59944 Merge pull request #470 from github/remove-unified
Remove Unified
2016-02-26 18:33:17 -07:00
Josh Vera
0986b3c48f Merge pull request #469 from github/bake-bifunctors-in
Remove bifunctors
2016-02-26 18:28:01 -07:00
Rob Rix
f25d2754f7 Remove semigroups. 2016-02-26 19:55:18 -05:00
Rob Rix
c033182e5f Replace the Semigroup instance with a Monoid instance over Data.Option. 2016-02-26 19:55:14 -05:00
Rob Rix
431b8ff693 Build Data.Option. 2016-02-26 19:54:53 -05:00
Rob Rix
ad9e24da57 Add an eliminator for Option. 2016-02-26 19:54:38 -05:00
Rob Rix
6f13e62eb9 Add an Option type. 2016-02-26 19:54:33 -05:00
Rob Rix
c0874465ee Stub in a Data.Option module. 2016-02-26 19:46:57 -05:00
Rob Rix
a415ae4d44 Goodbye, 🌈 Chunks. 2016-02-26 19:06:43 -05:00
Rob Rix
8c39ae3c87 Remove the Unified module. 2016-02-26 19:05:51 -05:00
Rob Rix
95e0371ea1 Remove a redundant import. 2016-02-26 19:05:42 -05:00
Rob Rix
c20d58240e Remove support for rendering unified diffs. 2016-02-26 19:05:07 -05:00
Rob Rix
1d3ae0b902 Remove unified diffs from the corpus. 2016-02-26 19:04:47 -05:00
Rob Rix
cf96ca9aba Don’t accept the --unified option. 2016-02-26 19:04:07 -05:00
Rob Rix
782b01932f Replace the dependency on bifunctors with Data.Bifunctor.Join. 2016-02-26 18:57:54 -05:00
Rob Rix
509ddedf7b Add an Applicative instance. 2016-02-26 18:56:44 -05:00
Rob Rix
e684031097 Derive Eq, Show, Functor, Foldable, and Traversable instances. 2016-02-26 18:56:39 -05:00
Rob Rix
bb707cffc1 Add a Join type specialized to pairs. 2016-02-26 18:56:26 -05:00
Rob Rix
6b35f029af Stub in a Data.Bifunctor.Join module. 2016-02-26 18:56:16 -05:00
Rob Rix
bbf76ad1e6 Merge branch 'master' into factor-out-packages
# Conflicts:
#	semantic-diff.cabal
2016-02-26 18:45:38 -05:00
Rob Rix
254d04774a Merge pull request #467 from github/group-renderers
Group renderers
2016-02-26 18:43:13 -05:00
Josh Vera
96b953e6aa Merge pull request #466 from github/remove-free
Remove free
2016-02-26 16:36:19 -07:00
Rob Rix
f9bca5ec2d Set up a semantic-difftool package. 2016-02-26 18:05:10 -05:00
Rob Rix
0892dfd49e Move DiffOutput into the library. 2016-02-26 17:56:38 -05:00
Rob Rix
d5a59ff9b0 Add Show instances. 2016-02-26 12:32:00 -07:00
Rob Rix
55bca5ed1e Implement unfold. 2016-02-26 12:26:40 -07:00
Rob Rix
4b15f12735 Replace free with Control.Monad.Free & Control.Comonad.Cofree. 2016-02-26 12:20:55 -07:00
Rob Rix
fa58cff167 Implement iter. 2016-02-26 12:20:27 -07:00
Rob Rix
aa66c89282 Implement unwrap. 2016-02-26 12:18:24 -07:00
Rob Rix
5525da7afd Write Eq instances. 2016-02-26 12:18:19 -07:00
Rob Rix
7775a35112 Derive Functor/Foldable/Traversable instances. 2016-02-26 12:17:55 -07:00
Rob Rix
b268c96668 Correct the definition of Cofree. 2016-02-26 12:17:44 -07:00
Rob Rix
4a0e01a230 Stub in Free/Cofree types. 2016-02-26 12:09:35 -07:00
Rob Rix
78f8704b13 Move Renderer up. 2016-02-25 13:55:28 -07:00
Rob Rix
fcd8571274 Move Unified under Renderer. 2016-02-25 13:50:35 -07:00
Rob Rix
f8214a9872 Move Split under Renderer. 2016-02-25 13:32:39 -07:00
Rob Rix
f44455c372 Rename Renderer.PatchOutput to Renderer.Patch. 2016-02-25 13:20:25 -07:00
Rob Rix
c710b3c713 Move PatchOutput into Renderer. 2016-02-25 13:14:56 -07:00
Josh Vera
d1adc16f75 Merge pull request #463 from github/definition-list-definitions
Definition list definitions
2016-02-25 11:18:41 -07:00
Rob Rix
d4ab962b3e Merge branch 'master' into definition-list-definitions 2016-02-25 11:12:18 -07:00
Josh Vera
cea13dce60 Merge pull request #462 from github/lts-5.4
Bump to lts-5.4
2016-02-25 11:10:55 -07:00
Rob Rix
4fad1e860d Merge branch 'master' into definition-list-definitions 2016-02-25 11:10:37 -07:00
Josh Vera
837a4a9fea Merge pull request #444 from github/ruby
Ruby
2016-02-25 11:10:24 -07:00
Rob Rix
bbfbf321dd Merge branch 'master' into definition-list-definitions 2016-02-25 11:09:25 -07:00
Rob Rix
2c56a1914c dd, not dl. 2016-02-25 11:09:20 -07:00
Josh Vera
cece8416c8 Merge pull request #461 from github/split-diffs-contain-tree-costs
Attach term sizes to patches in the split diff.
2016-02-25 11:08:09 -07:00