Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

core: revert hlist for codecs #112

Merged
merged 1 commit into from Jun 2, 2016
Merged

Conversation

ahjohannessen
Copy link
Contributor

@ahjohannessen ahjohannessen commented Jun 1, 2016

  • revert adding hlists to Codecs and adjust
    dependant code / specs accordingly.
  • add convenience syntax for Protocol such
    that it is simpler to define (specify)
    signatures for protocols.
  • bump scala to 2.11.8

@ahjohannessen
Copy link
Contributor Author

@timperrett WDYT?

@@ -177,9 +177,9 @@ object Enframe extends ChannelOutboundHandlerAdapter {
obj match {
case Bits(bv) =>
val byv = bv.toByteVector
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timperrett This is only here to see if PR builds successfully on Travis, I'll rebase on master when PR that @sbuzzard has open currently is merged.

@timperrett
Copy link
Contributor

@ahjohannessen so the PR build passed; that was what you were looking for, right? :-) I hope those changes i made to the travis.yml help too!

 - revert adding hlists to `Codecs` and adjust
   dependant code / specs accordingly.

 - add convenience syntax for `Protocol` such
   that it is simpler to define (specify)
   signatures for protocols.

 - bump scala to 2.11.8

Closes #110
@ahjohannessen
Copy link
Contributor Author

@timperrett I have rebased and think this is ready to be merged - I also bumped scala to 2.11.8 in travis and buil, WDYT?

The caching addition is really great! :)

@timperrett timperrett merged commit 6ea6b94 into master Jun 2, 2016
@ahjohannessen ahjohannessen deleted the wip-revert-hlist-codecs branch June 10, 2016 15:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants