-
Notifications
You must be signed in to change notification settings - Fork 111
Is this project still actively maintained, or is it abandoned? #193
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
Comments
To add some additional context to the above - I have a Jekyll site with ~50 posts. I typically build this site on Ubuntu Linux using On Ubuntu 16.04, with On Ubuntu 20.10, with It seems clear to me that LSI with native GSL is broken on recent versions of Ubuntu (at least, without building and installing older versions of GSL). It's unclear to me whether this is a problem with classifier-reborn or with rb-gsl (which also appears to have little recent activity). It's also unclear whether this is just a simple problem with dependency versions or if it will require more work to fix. I plan on investigating more myself as I have time, though it would be great if anyone who might know more about LSI and GSL than me could point me in the right direction. |
After more testing, I was able to get fast results in a Docker container with Ubuntu 20.10 and GSL 2.6. It's unclear to me why my host machine was building slowly when not using a Docker container, but reinstalling some gems seemed to fix it. I did |
Version 2.3.0 will be out soon. Simply waiting on the gem upload. Assuming folks will continue contributing patches and things, I'm happy to continue doing the maintenance work. |
As I note in #192, it seems that some of the recommended library choices for speeding this project up are quite outdated, and themselves seem unmaintained, or have been replaced by newer versions.
I see that the latest commit to this project was in February 2020, yet the last released version was in December 2017, with at least one issue noting that more recent versions haven't been released to rubygems.
A lot of the open issues seem quite old as well.
It would be great to get some insight from project maintainers about the status of this project.
The text was updated successfully, but these errors were encountered: