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 SortedSet #6922

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove SortedSet #6922

wants to merge 1 commit into from

Conversation

headius
Copy link
Member

@headius headius commented Oct 29, 2021

Users should install the sorted_set gem (https://rubygems.org/gems/sorted_set)
to regain this functionality.

This will require some additional work to allow the sorted_set implementation to work on JRuby, specifically implementing a Java version of the rbtree gem used to implement SortedSet efficiently.

@headius headius added this to the JRuby 9.4.0.0 milestone Oct 29, 2021
@headius
Copy link
Member Author

headius commented Oct 29, 2021

I have filed knu/sorted_set#7 to address JRuby support in the sorted_set gem, but it appears there is currently no maintainer and no public repository for the rbtree gem that it depends on.

@headius headius mentioned this pull request Oct 29, 2021
Users should install the sorted_set gem (https://rubygems.org/gems/sorted_set)
to regain this functionality.
@headius
Copy link
Member Author

headius commented Feb 6, 2023

Still no progress here. I pinged the issue again.

@headius headius modified the milestones: JRuby 9.4.1.0, JRuby 9.4.2.0 Feb 6, 2023
@headius headius modified the milestones: JRuby 9.4.2.0, JRuby 9.4.3.0 Feb 28, 2023
@headius headius modified the milestones: JRuby 9.4.3.0, JRuby 9.4.4.0 May 23, 2023
@headius
Copy link
Member Author

headius commented May 23, 2023

Bumped to 9.4.4 and pinged the issue again.

@headius
Copy link
Member Author

headius commented Oct 11, 2023

The rbtree gem is now maintained at https://github.com/mame/rbtree by @mame. I have started adding support for JRuby in mame/rbtree#4 but it won't be ready for 9.4.4.

@headius headius modified the milestones: JRuby 9.4.4.0, JRuby 9.4.5.0 Oct 11, 2023
@enebo enebo modified the milestones: JRuby 9.4.5.0, JRuby 9.4.6.0 Oct 31, 2023
@headius headius modified the milestones: JRuby 9.4.6.0, JRuby 9.5.0.0 Oct 31, 2023
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