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

Make interval tree inclusive. #117

Merged
merged 9 commits into from
Dec 10, 2015
Merged

Make interval tree inclusive. #117

merged 9 commits into from
Dec 10, 2015

Conversation

dustinhiatt-wf
Copy link
Contributor

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

wg.Wait()

return ints
}
Copy link
Contributor

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.

@dustinhiatt-wf
Copy link
Contributor Author

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)*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unintentional addition?

@blakewilson-wf
Copy link

+1

1 similar comment
@seanstrickland-wf
Copy link
Contributor

+1

dustinhiatt-wf added a commit that referenced this pull request Dec 10, 2015
@dustinhiatt-wf dustinhiatt-wf merged commit 34a15fb into master Dec 10, 2015
@alexandercampbell-wk alexandercampbell-wk deleted the inclusive_itree branch December 11, 2015 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants