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

map on array-backed chunks ignores offset, size #1033

Closed
rossabaker opened this issue Dec 26, 2017 · 0 comments
Closed

map on array-backed chunks ignores offset, size #1033

rossabaker opened this issue Dec 26, 2017 · 0 comments
Milestone

Comments

@rossabaker
Copy link
Member

scala> val chunk = Chunk.ints(Array[Int](100, 200), 1, 1)
chunk: fs2.Chunk[Int] = Chunk(200)

scala> chunk.map(identity)
res14: fs2.Chunk[Int] = Chunk(100, 200)
rossabaker added a commit to rossabaker/fs2 that referenced this issue Dec 27, 2017
rossabaker added a commit to rossabaker/fs2 that referenced this issue Dec 27, 2017
@mpilquist mpilquist added this to the 0.10 milestone Jan 6, 2018
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