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

Implement ScalaTest ioRetrying with a generic effect type #471

Open
bcarter97 opened this issue Jun 29, 2023 · 0 comments · May be fixed by #472
Open

Implement ScalaTest ioRetrying with a generic effect type #471

bcarter97 opened this issue Jun 29, 2023 · 0 comments · May be fixed by #472

Comments

@bcarter97
Copy link

In order to use the ioRetrying defined below, we need a concrete IO. I think it would better for this to take a generic effect type (even though it would use IO in the base trait), so that helper traits don't need to be tied to IO.

implicit def ioRetrying[T]: Retrying[IO[T]] = new Retrying[IO[T]] {

@bcarter97 bcarter97 linked a pull request Jun 29, 2023 that will close this issue
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 a pull request may close this issue.

1 participant