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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ecf16d2d5d19
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ec40e444476a
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 31, 2018

  1. Copy the full SHA
    28100b3 View commit details
  2. No longer rescue exceptions of #coerce for Numerical comparison opera…

    …tors (< ,<=, >=, >)
    
    For more information, please see feature #7688.
    nomadium committed Jan 31, 2018
    Copy the full SHA
    b729677 View commit details
  3. No longer rescue exceptions from Integer#step when given a step value…

    … which cannot be compared with #> to 0
    
    For more information, please see feature #7688.
    nomadium committed Jan 31, 2018
    Copy the full SHA
    e29816f View commit details

Commits on Feb 1, 2018

  1. Merge pull request #5025 from nomadium/no-longer-hide-exceptions-from…

    …-coerce-method
    
    No longer hide exceptions from coerce method
    enebo authored Feb 1, 2018
    Copy the full SHA
    ec40e44 View commit details
Loading