This also seems to be an example of how not to no longer provide support. Close all the issues? Let no one take over? I guess a fork works but I've also seen projects clearly taken over as-is with seemingly "official blessing." I prefer the latter approach or at the very least, keep the thing untouched until someone steps up. I could be late to the party and someone finally got around to saying "tough shit, we're don…
Ruby-FFI is no longer maintained
11–20 of 49 posts
Re: Ruby-FFI is no longer maintained
#12You may have encountered a bug in the Ruby interpreter or extension libraries.
reverting back to FFI 1.9.0 did the trick.
Re: Ruby-FFI is no longer maintained
#13Re: Ruby-FFI is no longer maintained
#14It could be nice if Rubygems could show which gems that depends on a specific gem. I have a feeling that quite a lot depends on FFI. I know that we depend on FFI, because we use selenium-webdriver, which depends on childprocess, which depends on FFI.
edit: assuming you're using Bundler, that is. If you're not, fix that first ;)
Re: Ruby-FFI is no longer maintained
#15This also seems to be an example of how not to no longer provide support. Close all the issues? Let no one take over? I guess a fork works but I've also seen projects clearly taken over as-is with seemingly "official blessing." I prefer the latter approach or at the very least, keep the thing untouched until someone steps up. I could be late to the party and someone finally got around to saying "tough shit, we're don…
I mean, I understand that it's part of FLOSS, a maintainer owe nothing to his users, but adding a line to a readme to explicitly say it would be appreciated.
Re: Ruby-FFI is no longer maintained
#16Re: Ruby-FFI is no longer maintained
#17It could be nice if Rubygems could show which gems that depends on a specific gem. I have a feeling that quite a lot depends on FFI. I know that we depend on FFI, because we use selenium-webdriver, which depends on childprocess, which depends on FFI.
Re: Ruby-FFI is no longer maintained
#18Does anyone have a clue of why? I looked, and the only weird thing I can see is the restoring of BSD license text to some files.
Re: Ruby-FFI is no longer maintained
#19This is disappointing. I've created a number of FFI-based projects, and maybe have taken it for granted. I checked the mailing list archives, and did not see any warning signs or calls for new maintainers.
Re: Ruby-FFI is no longer maintained
#20...hope someone of the big Ruby backers take this project under their wing.