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

Fix mapError exception handling #130

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Fix mapError exception handling #130

merged 1 commit into from
Feb 14, 2024

Conversation

diogob
Copy link
Contributor

@diogob diogob commented Feb 9, 2024

We should not allow exceptions to bubble up freely in composables since this could ruin our composition logic.
I have also added a test case for map since we had none.

…ed function, otherwise we break our compositions
@diogob diogob marked this pull request as ready for review February 9, 2024 16:32
@diogob diogob self-assigned this Feb 9, 2024
Copy link
Collaborator

@gustavoguichard gustavoguichard left a comment

Choose a reason for hiding this comment

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

LGTM

@diogob diogob merged commit cc23e53 into main Feb 14, 2024
2 checks passed
@diogob diogob deleted the fix-map-error-error-case branch February 14, 2024 14:52
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.

2 participants