Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove blocking (JVM-only) Future instances #1018

Merged
merged 2 commits into from
May 17, 2016

Conversation

ceedubs
Copy link
Contributor

@ceedubs ceedubs commented May 6, 2016

Fixes #589.

If anyone is set on using these, they can be added to alleycats.
However, I suspect that few to no people are using these. They all throw
exceptions on failed futures, which seems like it would be a
show-stopper in most codebases.

Fixes typelevel#589.

If anyone is set on using these, they can be added to alleycats.
However, I suspect that few to no people are using these. They all throw
exceptions on failed futures, which seems like it would be a
show-stopper in most codebases.
@adelbertc
Copy link
Contributor

Build failure? But 👍

@ceedubs
Copy link
Contributor Author

ceedubs commented May 7, 2016

@adelbertc yeah, I don't completely understand the failure. The build passed. The code coverage check is complaining. It seems that it doesn't know how to handle the fact that I removed a couple classes and their tests? I'm not sure.

@codecov-io
Copy link

Current coverage is 81.75%

Merging #1018 into master will decrease coverage by -7.04%

  1. 13 files (not in diff) in ...cala/cats/kernel/std were modified. more
    • Misses +111
    • Hits -111
  2. 5 files (not in diff) in ...in/scala/cats/kernel were modified. more
    • Misses +37
    • Hits -37
  3. 2 files (not in diff) in ...ala/cats/kernel/laws were modified. more
    • Misses +25
    • Hits -25
  4. 3 files (not in diff) in ...in/scala/cats/syntax were modified. more
    • Misses +8
    • Hits -9
  5. 7 files (not in diff) in .../main/scala/cats/std were modified. more
    • Misses +8
    • Hits -17
  6. 6 files (not in diff) in ...main/scala/cats/data were modified. more
    • Misses +1
    • Hits -4
  7. 6 files (not in diff) in .../src/main/scala/cats were modified. more
    • Misses +3
    • Hits -6
@@             master      #1018   diff @@
==========================================
  Files           215        214     -1   
  Lines          2720       2696    -24   
  Methods        2657       2631    -26   
  Messages          0          0          
  Branches         58         60     +2   
==========================================
- Hits           2415       2204   -211   
- Misses          305        492   +187   
  Partials          0          0          

Sunburst

Powered by Codecov. Last updated by 53dc641...3c54448

@ceedubs
Copy link
Contributor Author

ceedubs commented May 14, 2016

I've resolved the merge conflict.

@non
Copy link
Contributor

non commented May 16, 2016

If no one object I'm fine with this. 👍

@adelbertc
Copy link
Contributor

👍

1 similar comment
@mpilquist
Copy link
Member

👍

@ceedubs ceedubs merged commit 0ae8f08 into typelevel:master May 17, 2016
@ceedubs ceedubs deleted the rm-jvm-future branch May 17, 2016 09:42
@ceedubs ceedubs mentioned this pull request May 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants