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

Fix droplevels! #265

Merged
merged 1 commit into from Apr 15, 2020
Merged

Fix droplevels! #265

merged 1 commit into from Apr 15, 2020

Conversation

nalimilan
Copy link
Member

Since the index field has been removed, levels is the only place where we can know the levels of the array. Computing the intersection in place means that we are no longer able to detect whether levels have been removed at the front.

Since the `index` field has been removed, `levels` is the only place where
we can know the levels of the array. Computing the intersection in place
means that we are no longer able to detect whether levels have been removed
at the front.
@nalimilan nalimilan merged commit 6617f1c into master Apr 15, 2020
@nalimilan nalimilan deleted the nl/droplevels! branch April 15, 2020 10:27
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.

None yet

2 participants