-
-
Notifications
You must be signed in to change notification settings - Fork 922
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
Fix indexOf() RubyString method. #5715
Conversation
look at CI, the change caused regressions: https://api.travis-ci.org/v3/job/524627557/log.txt (scroll at end) |
Thanks for the heads up, kares. I am closing this PR since my fix created another issue and needs to be investigated. I will resubmit a PR when it is done. |
Hi @kares, I've fixed what was causing issue but tests are still failing. I am not able to reproduce these errors locally. Any idea of what could cause with these CI regressions? |
thanks - seems better. restarted some jobs. |
Sure, I just moved the tests. Thanks! |
Looks ok to me! |
This PR is a possible fix for #5714 (Issue when splitting an encoded string with specific characters).
Please, refer to this issue for details.
resolves #5714