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

Build fails for JRuby (travis-ci) #7

Open
pjotrp opened this issue Mar 22, 2012 · 3 comments
Open

Build fails for JRuby (travis-ci) #7

pjotrp opened this issue Mar 22, 2012 · 3 comments

Comments

@pjotrp
Copy link
Contributor

pjotrp commented Mar 22, 2012

Actually, JRuby does allow for builing native C extensions. My blastxml parser does it. Maybe because it uses nokogiri.

@mjy
Copy link
Contributor

mjy commented Dec 21, 2017

Potential solution is related to twilio/twilio-ruby#375, i.e. it's the libxml gem that is preventing the JRuby build at this point.

@yeban
Copy link
Member

yeban commented Dec 23, 2017

How much effort would it be to migrate to nokogiri? We use the streaming API, in my understanding - parser.rb.

@mjy
Copy link
Contributor

mjy commented Dec 23, 2017

I just started to look at this and experiment with it on a new branch, and was about to open a ticket asking this exact question. It appears to be the recommended approach now versus compatability.

It's not just a matter of dropping in replacement classes, some of the paramater signatures are different, but at the same time pertinent code is pretty nicely isolated. If I make significant progress I'll share a branch on my fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants