-
Notifications
You must be signed in to change notification settings - Fork 843
Make interval tree inclusive. #117
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
wg.Wait() | ||
|
||
return ints | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like accidental inclusion. I think if you remove this function, CI will pass.
The failing test here is coming from the batcher package, I've alerted @brianshannan-wf |
/* | ||
modified, deleted = it.Insert(2, 0, 1) | ||
assert.Empty(t, deleted) | ||
assert.Len(t, modified, 1)*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unintentional addition?
+1 |
1 similar comment
+1 |
Make interval tree inclusive.
This ensures the interval tree interval interface uses inclusive ranges to match the rangetree interval interface. The same struct should be able to implement both now.
@alexandercampbell-wf @rosshendrickson-wf @ericolson-wf @seanstrickland-wf @matthinrichsen-wf @wesleybalvanz-wf @blakewilson-wf