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: 7f991b2051fa
Choose a base ref
...
head repository: jruby/jruby
compare: 08059c383468
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 12, 2014

  1. bitCoerce now attempts to coerce given arguments for bitwise operations

    into fixnums or bignums, and raises an exception if it is unable to do so.
    cheald committed Nov 12, 2014
    Copy the full SHA
    5caaf34 View commit details
    Browse the repository at this point in the history
  2. Numeric#quo now delegates to Rational#quo, which performs conversions…

    … according
    
    to MRI behavior.
    cheald committed Nov 12, 2014
    Copy the full SHA
    f2331da View commit details
    Browse the repository at this point in the history
  3. Update Numeric#step to be 2.2 compliant

    Including support for kwargs and better infinite bounds handling.
    
    To support this change, ArgsUtil.extractKeywordArgs has been added
    which will validate kwargs and extract an array of values given a list
    of keywords to accept. This should probably be rolled into the
    @JRubyMethod decorator at some point so that kwargs validation and extraction
    is transparent.
    cheald committed Nov 12, 2014
    Copy the full SHA
    13f3988 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2176 from cheald/num_fixes

    Numeric fixes
    headius committed Nov 12, 2014
    Copy the full SHA
    08059c3 View commit details
    Browse the repository at this point in the history