You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
headius
added a commit
to jruby/jruby
that referenced
this issue
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:
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.
The text was updated successfully, but these errors were encountered: