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

Integrate JRuby implementation into the gem #268

Open
headius opened this issue Sep 9, 2023 · 0 comments
Open

Integrate JRuby implementation into the gem #268

headius opened this issue Sep 9, 2023 · 0 comments

Comments

@headius
Copy link
Contributor

headius commented Sep 9, 2023

We managed to solve #169 by introducing a "stub" gem for the "java" platform, which contains only the .rb files and no extension. This allows JRuby to install the gem and include it in releases, but long-term it would be better if we can either:

  • Integrate our implementation into this repository OR
  • Release our implementation as a jruby-bigdecimal gem and depend on that gem in the bigdecimal-java gem

I have not started any of the work necessary to pull our BigDecimal implementation out of JRuby, which will take some clever trickery as we have code that expects it to be available all the time... when that happens we can move forward on this issue.

headius added a commit to jruby/jruby that referenced this issue Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant