Hey guys,
Thanks so much for RC2, it looks great.  We can't wait for the release. 
Since you asked for feedback, I took RC2 through a couple of the tests we
have locally.  The only thing that came up was that I don't think we
understand how BigDecimal integration was implemented as part of issue
JRUBY-939.  I put a comment on the bottom of the issue, but the short story
is that the simple "test case" that we have of interoperation still barfs in
RC2.

$ bin/jruby -e 'require "java"; require "bigdecimal"; module J include_class
"java.math.BigDecimal" end; bd = J::BigDecimal.new("20"); bd =
bd.multiply(BigDecimal.new("20")); print bd.to_s'

It's possible that we're misunderstanding how the integration should work. 
Can someone shed some light?

http://jira.codehaus.org/browse/JRUBY-939

graham

-- 
View this message in context: 
http://www.nabble.com/Feedback-on-JRUBY-939-tp15550103p15550103.html
Sent from the JRuby - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to