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

Remove BPlusTree class from @lumino/collections #345

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

afshin
Copy link
Member

@afshin afshin commented Aug 8, 2022

This PR removes the BPlusTree class from @lumino/collections. Its primary use was the @lumino/datastore package. It also does not have any unit tests, which we would have needed to add if we wanted to maintain it long-term.

If someone wants to use it, they can either access it from Lumino 1.x packages or they can copy/vendor the source code itself as it is contained within one file: https://github.com/jupyterlab/lumino/blob/1.x/packages/collections/src/bplustree.ts

@afshin afshin added the maintenance Dependencies, build, technical debt, etc. label Aug 8, 2022
@afshin afshin added this to the Lumino 2 milestone Aug 8, 2022
@afshin afshin changed the title Remove BPlusTree class from @lumino/collections Remove BPlusTree class from @lumino/collections Aug 8, 2022
Copy link
Member

@fcollonval fcollonval left a comment

Choose a reason for hiding this comment

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

LGTM

@fcollonval fcollonval merged commit f7b9915 into jupyterlab:main Aug 9, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
maintenance Dependencies, build, technical debt, etc.
Projects
No open projects
Status: done
Development

Successfully merging this pull request may close these issues.

2 participants