-
Notifications
You must be signed in to change notification settings - Fork 188
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
Error installing hitimes v 1.3.0 under 1.0.0-rc7 #1436
Comments
Thanks for the report. I believe this is probably happening because we have a custom linker that does not yet support all arguments, but we can fix this. We'll look into it. |
Just as a note, I think nowadays using the standard Nevertheless, it would be good to support the |
Is Falcon Ruby all the way down? I see there is what appears to be a pure Ruby implementation of HTTP and even HTTP 2? |
@chrisseaton yes, it'd be all in pure Ruby except the dependency on
|
@deepj @ioquatix Seems an even bigger reason to avoid the dependency on hitimes (then it would be pure Ruby), but I guess necessary if Ruby 2.0 is supported by Anyway, we should look at supporting |
hitimes could probably be removed. |
Hold on I'm just getting my coffee... |
Okay, I have it working locally. |
Okay, I released v4.2.0 which doesn't depend on |
@ioquatix Thank you! It seems to work fine, I tried |
@eregon That is so exciting!! Just ping me up when you hit the next roadblock. This is awesome. |
While the original issue may still be a problem, the need to install |
I'd rather leave to truffleruby devs to close this since this issue maybe affect other gems. @ioquatix |
Let's close this as the original report works now, and |
@eregon Isn't this issue more about the unsupported |
@deepj I'd rather focus on issues with a practical problem. If BTW, recent macOS also has |
I opened an issue on the |
I need to confirm a few things - but initially looks doable to move hitimes to pure ruby. |
@copiousfreetime Great to hear :) |
was a solution ever found for how to install this? I havent worked out which of my Gemfile dependencies want this as I'm not asking for it explicitely, but its barfing on the same linker problem. I think its socketry thats causing the dependency |
@shayneoneill I'm working on a general solution to use the native linker, which should address this. In the |
Yeah I think it was socketry that was causing it. I forked socketry and just removed the dep from its manifest and it all installed fine. As for it working... well thats a different tale for a different time! |
The text was updated successfully, but these errors were encountered: