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

Don't re-raise errors from transaction use #906

Conversation

armanbilge
Copy link
Member

@armanbilge armanbilge commented Jun 17, 2023

Fixes #905.

Errors are already being propagated through normal channels so it should not be re-raised in a Resource's release block.

@codecov-commenter
Copy link

Codecov Report

Merging #906 (365de5f) into series/0.6.x (aad202b) will not change coverage.
The diff coverage is 0.00%.

@@              Coverage Diff              @@
##           series/0.6.x     #906   +/-   ##
=============================================
  Coverage         83.89%   83.89%           
=============================================
  Files               126      126           
  Lines              1757     1757           
  Branches            154      165   +11     
=============================================
  Hits               1474     1474           
  Misses              283      283           
Impacted Files Coverage Δ
...dules/core/shared/src/main/scala/Transaction.scala 31.81% <0.00%> (ø)

@armanbilge armanbilge changed the title Don't re-raise errors during transaction use Don't re-raise errors from transaction use Jun 17, 2023
@armanbilge armanbilge changed the title Don't re-raise errors from transaction use Don't re-raise errors from transaction use Jun 17, 2023
@mpilquist mpilquist merged commit 439044a into typelevel:series/0.6.x Jun 17, 2023
12 checks passed
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.

None yet

3 participants