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

ByteIterator indexOf and indexWhere do not take into account 'from' parameter #26658

Closed
raboof opened this issue Apr 2, 2019 · 0 comments
Closed
Labels
Milestone

Comments

@raboof
Copy link
Member

raboof commented Apr 2, 2019

Fixed in #26634

(probably rarely used because 'indexOf' on an Iterator destroys it, https://www.scala-lang.org/api/2.12.0/scala/collection/Iterator.html#indexOf[B%3E:A](elem:B,from:Int):Int )

@raboof raboof added this to the 2.5.23 milestone Apr 3, 2019
@raboof raboof closed this as completed Apr 3, 2019
raboof added a commit that referenced this issue Apr 4, 2019
Fixes #26658 but for 2.11 and 2.13
raboof added a commit that referenced this issue Apr 4, 2019
@patriknw patriknw added the bug label May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants