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

gem broken on (recent) JRuby due ext loading #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kares
Copy link

@kares kares commented Jan 19, 2016

the loading mechanism currently used was cumbersome and does not work anymore.
... and wasn't really documented much so its surprising someone come up with it :)

JRuby did not run into any other users using it and would be for the best if it was avoided.
recenlty one of our users reported issues requiring pg_array_parser under a recent JRuby 1.7.x

jruby/jruby#3601 ... thus please push a new gem version for us, thanks

please note that the gem as is also not working on JRuby 9K

beyond the PR there's an additional commit to test things under JRuby: https://travis-ci.org/kares/pg_array_parser/builds/103333746

kares added 2 commits January 19, 2016 13:37
…covery

... expected to work on old JRubies as well as recent 1.7.x and 9K (which are broken otherwise)
@@ -22,4 +22,3 @@ def parse_pg_array(value)
end
end
end

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated.

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

Successfully merging this pull request may close these issues.

2 participants