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

Draft: Laws testing for Queue instances #3676

Draft
wants to merge 6 commits into
base: series/3.x
Choose a base branch
from

Conversation

diogocanut
Copy link
Contributor

Work in progress!

Adressing #1618

case Outcome.Succeeded(a) => a
case _ => None
}
} yield outcome.get
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Need to refactor this code.

}

// implicit def eqForQueueSink[A: Eq](implicit ticker: Ticker): Eq[QueueSink[IO, A]] =
// Eq.by(toListSink)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was not able to transform Sink implementation into a List since it only has offer methods.

@diogocanut diogocanut marked this pull request as draft June 9, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants