-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix IndexSet/NSIndexSet range merging #1434
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
Conversation
|
@swift-ci please test |
|
Do these tests pass for |
|
@parkera yes it passes on Darwin It looks like a typo/copypaste error Overlapping detects as |
|
Great, thanks for checking. |
|
@parkera Is it possible to merge this to 4.1 as well? Looks like build broken by swift tests and foundation not even started to build. |
|
Yah, we can take this on the swift-4.1-branch. Let's try the build again and see if we can get it to pass first though. |
|
@swift-ci please test |
|
Same result. Looks like swift master unstable today. So I will open another pr to 4.1 |
|
Hi, @parkera do you know whats going on with Jenkins build? BTW I checked this tests on older platforms and it also has broken in 3.0 and 3.1 but in little bit different way |
|
@swift-ci please test |
|
Hi @parkera is it ok to merge? Or I should do something more? |
|
LGTM, thanks. |
Fixes wrong IndexSet range merging. Currently, all range extension collapse this range with next.
Bug introduced here fa68db0#diff-e7f44555b2cc650b187ee9d2cb0e9132R596
Affects 4.0, 4.1 and master