Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
base: 34bec6e62e53
Choose a base ref
...
head repository: jruby/jruby
compare: b1d0cc0580e7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 12, 2018

  1. redo BigDecimal mult based on MRI + proper under/over-flowing

    - use precision of operands for a * b
    - support EXCEPTION_ZERODIVIDE mode
    
    - avoid using deprecated RubyRational factory
    - properly implemet convertToFloat / convertToInteger methods
    kares committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    5d34019 View commit details
    Browse the repository at this point in the history
  2. avoid loading core_ext bigdecimal/util.rb with BigDecimal library

    ... for better MRI compatibility (and less surprises) - closing #3504
    kares committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    b1d0cc0 View commit details
    Browse the repository at this point in the history