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

Disallow using ExceptT and similar monads to host runDb calls. #57

Merged
merged 3 commits into from
Mar 25, 2019

Conversation

xplat
Copy link
Contributor

@xplat xplat commented Mar 21, 2019

runDb (or specifically, the underlying groundhog interface it wraps) doesn't respond well to this -- reuse of continuations, or disuse of continuations without throwing an exception, causes multiple or missing commits.

This is on top of #53.

@ali-abrar ali-abrar merged commit 2bf627f into develop Mar 25, 2019
@ali-abrar ali-abrar deleted the disallow-aborts branch November 20, 2021 19:01
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