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

Missing syntax import for .unorderedTraverse #2147

Closed
andyscott opened this issue Jan 11, 2018 · 2 comments
Closed

Missing syntax import for .unorderedTraverse #2147

andyscott opened this issue Jan 11, 2018 · 2 comments

Comments

@andyscott
Copy link
Contributor

The import cats.syntax.traverse._ doesn't provide the .unorderedTraverse. This is inconsistent, as the import cats.syntax.foldable._ does provide the unorderedFold syntax.

Unfortunately I think an immediate fix for this would break binary compatibility. import cats.UnorderedTraverse.ops._ can be used for the time being.

@kailuowang
Copy link
Contributor

cats.syntax.traverse can extend an extra trait without breaking bin compat. So I think we should be able to fix this one

@andyscott
Copy link
Contributor Author

If that's the case, I'll submit a PR shortly.

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

No branches or pull requests

2 participants