Skip to content

Avoid catching fatal errors as a Failed future #244

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

Merged
merged 2 commits into from
Sep 3, 2020

Conversation

retronym
Copy link
Member

scala-async 0.9.6 regressed and started catching fatal exceptions.

For 1.0.0, we're fixing this regression and harmonizing the behaviour
with direct use of the Future combinators.

Fixes #243

retronym added 2 commits July 14, 2020 13:59
scala-async 0.9.6 regressed and started catching fatal exceptions.

For 1.0.0, we're fixing this regression and harmonizing the behaviour
with direct use of the Future combinators.
@SethTisue SethTisue merged commit 8b54dbc into scala:master Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Harmonize treatment of NonFatal exceptions with Future.apply { .. }
2 participants