Skip to content
This repository was archived by the owner on Aug 6, 2020. It is now read-only.

Conversation

@pjfanning
Copy link

Pull Request Checklist

  • Have you read through the contributor guidelines?
  • Have you signed the Typesafe CLA?
  • Have you squashed your commits?
  • Have you added copyright headers to new files?
  • Have you checked that both Scala and Java APIs are updated?
  • Have you updated the documentation for both Scala and Java sections?
  • Have you added tests for any changed functionality?

Fixes

Partial fix for #16

Purpose

What does this PR do?

Removes the use of Future#onFailure due to scala 2.13 issues

Background Context

Why did you take this approach?

I've looked at the scala collections changes needed but there is still a lot of changes needed there. I thought I'd post the less awkward Future changes first.

References

Are there any relevant issues / PRs / mailing lists discussions?

#16

I messed up #19 trying to rebase it

@pjfanning pjfanning mentioned this pull request Jan 19, 2019
7 tasks
# Conflicts:
#	build.sbt
#	project/build.properties
#	project/plugins.sbt
@alexflav23
Copy link

@cchantep Any chance we'll see a 2.13 version soon? Not sure if there's anything I can do to help it along.

}(ec)
toReturn.onFailure {
case e => doneIteratee.failure(e)
toReturn.onComplete {
Copy link
Member

Choose a reason for hiding this comment

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

Rather andThen

Copy link
Author

Choose a reason for hiding this comment

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

I've submitted this change

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.

4 participants