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

Skip to content

Conversation

@adamgfraser
Copy link
Contributor

Resolves #3849.

Improves integration with Scala collections library so we dynamically return Chunk as the concrete type even if it is upcast in an example like:

"pre1" +: (zio.Chunk("foo"): Seq[String])

@adamgfraser adamgfraser requested review from iravid and jdegoes June 22, 2020 16:55
@adamgfraser adamgfraser merged commit 069d7b8 into zio:master Jun 29, 2020
@adamgfraser adamgfraser deleted the prepend branch June 29, 2020 17:36
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.

Seq.+: is broken for Chunk on Scala 2.12

2 participants