-
Notifications
You must be signed in to change notification settings - Fork 21
Infinite loop in TableStepperBase on trySplit #11468
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
cc @Ichoran |
(found while porting tests over from java8-compat, https://github.com/scala/scala/compare/2.13.x...lrytz:java8-tests?expand=1) |
@lrytz is 2.13.0 a reasonable milestone for this? |
I'll test the |
Verified, and I think there are correctness issues with all the other set/map splitters. The others all seem fine. I'll investigate shortly. |
|
I think we don't need to delay RC1 over these bugs, but should fix them for RC2 / .0 |
Yeah, okay. I've fixed this one; will submit one PR to fix both the TableStepper bug and the ChampStepper one (it skips elements). |
Have a fix in https://github.com/Ichoran/scala/tree/issue-11468 Is 2.13.x still what I should rebase against? |
yes |
@Ichoran I included your commit in my PR with the new tests: scala/scala#7970. It fixes the issues I observed. If you have time to review this one, that would be great :) |
This hangs
here: https://github.com/scala/scala/blob/63769aff4d7301b595d5b3cd71a28c31313ff408/src/library/scala/collection/convert/impl/TableStepper.scala#L58
The text was updated successfully, but these errors were encountered: