-
Notifications
You must be signed in to change notification settings - Fork 33
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
please revert to ffi-rzmq, rbczmq gemspec is broken #42
Comments
well you're probably not going to do that so, is there anyway to get iruby on windows using Ruby Devkit? |
Well, you just have to fix rbczmq. Otherwise - the codehase allows to support both, ffi-rzmq and rbczmq. Take a look at the Session class which encapsulates the whole 0mq stuff. You can provide both implementations of the Session class if you want. For the ffi-rbzmq you just have to look at the history. |
But I have to add, such a patch can only be accepted when I get a working test suite. Otherwise it is just getting out of hands. |
How can I revert to ffi-rzmq? |
I've posted a possible fix to the rbczmq issue: methodmissing/rbczmq#41 Can someone with a Windows machine please try it out and see if it works? |
Test Am 4. September 2015 18:13:06 MESZ, schrieb Maxim [email protected]:
|
This is still a problem by the way, doesn't seem to be getting much traction on methodmissing/rbczmq#41 either. |
I installed rbczmq to Windows, but it doesn't work. (methodmissing/rbczmq#52) I myself didn't try on Mac or FreeBSD, but I heard that installing fails on both environments. I think that adding compatibility with ffi-rzmq and removing rbczmq from runtime_dependency is better. (As pry is still in "recommended gems") |
see methodmissing/rbczmq#41
The text was updated successfully, but these errors were encountered: