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 NdMapping slice lower bound always be inclusive #1686

Merged
merged 1 commit into from
Jul 6, 2017

Conversation

philippjfr
Copy link
Member

Fixes a longstanding bug when slicing NdMapping types. When slicing an NdMapping without an upper bound on the slice the lower bound was exclusive for some reason, which is inconsistent with our documentation and what happens when upper bound is supplied.

@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Jul 6, 2017
@jlstevens
Copy link
Contributor

If the tests pass, I am happy to merge. This fix definitely deserves an entry in the release notes/changelog!

@philippjfr philippjfr added this to the v1.8.1 milestone Jul 6, 2017
@jlstevens
Copy link
Contributor

Tests are green. Merging.

@jlstevens jlstevens merged commit 0770184 into master Jul 6, 2017
@philippjfr philippjfr deleted the lower_inclusivity_bug branch July 31, 2017 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants