-
Notifications
You must be signed in to change notification settings - Fork 87
Missing Factory instance for scala.Stream (2.12) #183
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
Comments
After a bit of hunting, it appears this may be a type inference issue somewhere. |
No, it’s not.
Then that should be the case with all other collection types? They all define an implicit |
That's what I would have suspected. I really have no idea what's special about |
I cannot reproduce this. In the 2.12.2 REPL:
|
Probably a duplicate of #137 (which I cannot reproduce in the REPL, either) |
I don’t know what changed since these tickets were opened but both cases work fine now.
Not entirely sure if this is the right place for this; I could file it under fs2, as well. Either way, it appears that there is no instance
Factory[A, Stream[A]]
, which in turn causes some source compatibility issues in packages (such as fs2) which have migrated to collection-compat.No, I don't make any excuses for the use of
scala.Stream
. Legacy code. Uggghhhh.Anyway, is this omission intentional?
The text was updated successfully, but these errors were encountered: