Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@adamgfraser
Copy link
Contributor

We have had an issue with collection transformation where an implicit BuildFrom cannot be found on Scala 2.13 when the return type of the effect is Nothing. See scala/bug#12104. This PR resolves that by implementing a new canBuildFromAny instance which provides proof that given an original collection Collection[Any] and an element type Element we can build a Collection[Element].

@joroKr21
Copy link
Contributor

Why Any - shouldn't it be Nothing instead?

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