Skip to content

Conversation

@kyay10
Copy link
Collaborator

@kyay10 kyay10 commented Nov 29, 2025

The error suppression logic now matches resourceScope. Even though SagaBuilder is @PublishedApi, it was never used in any inline function, so it's technically private. For simplicity, I just deprecated it, but theoretically it could be removed

@kyay10 kyay10 requested review from nomisRev and serras November 29, 2025 20:33
@github-actions
Copy link
Contributor

github-actions bot commented Nov 29, 2025

Kover Report

File Coverage [57.89%]
arrow-libs/resilience/arrow-resilience/src/commonMain/kotlin/arrow/resilience/Saga.kt 57.89%
Total Project Coverage 47.17%

dependencies {
api(projects.arrowCore)
implementation(libs.coroutines.core)
api(projects.arrowFxCoroutines)
Copy link
Member

Choose a reason for hiding this comment

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

My only concern with this PR is that we start depending on fx-coroutines in the resilience package. @nomisRev do we have any rules in place about this? I remember we wanted to keep these concerns somehow separate.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Mu justification for this was that resilience is part of Arrow Fx, and the core of Arrow Fx seems to be fx-coroutines.

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.

3 participants