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

[extras-cats] Add tests for all new extension methods in AllSyntax inherited from OptionSyntax and EitherSyntax #366

Closed
kevin-lee opened this issue Mar 12, 2023 · 0 comments · Fixed by #367
Assignees
Labels
task Task
Milestone

Comments

@kevin-lee
Copy link
Owner

kevin-lee commented Mar 12, 2023

Task

Summary

[extras-cats] Add tests for all new extension methods in AllSyntax inherited from OptionSyntax and EitherSyntax

Project Details

Version: 0.35.0

Description

New extension methods for both F[Option[A]] and F[Either[A, B]] are available with one import like this.

import extras.cats.syntax.all._

or

import extras.cats.syntax.all.*

However, tests for these are yet to be added.

@kevin-lee kevin-lee added the task Task label Mar 12, 2023
@kevin-lee kevin-lee added this to the milestone37 milestone Mar 12, 2023
@kevin-lee kevin-lee self-assigned this Mar 12, 2023
@kevin-lee kevin-lee changed the title [extras-cats] Add all new extension methods to AllSyntax [extras-cats] Add tests for all new extension methods in AllSyntax inherited from OptionSyntax and EitherSyntax Mar 12, 2023
kevin-lee added a commit that referenced this issue Mar 12, 2023
… AllSyntax inherited from OptionSyntax and EitherSyntax
kevin-lee added a commit that referenced this issue Mar 12, 2023
Close #366 - [`extras-cats`] Add tests for all new extension methods in `AllSyntax` inherited from `OptionSyntax` and `EitherSyntax`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Task
Projects
None yet
1 participant