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: ecf16d2d5d19
Choose a base ref
...
head repository: jruby/jruby
compare: ec40e444476a
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    28100b3 View commit details
    Browse the repository at this point in the history
  2. No longer rescue exceptions of #coerce for Numerical comparison opera…

    …tors (< ,<=, >=, >)
    
    For more information, please see feature #7688.
    nomadium committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    b729677 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    e29816f View commit details
    Browse the repository at this point in the history

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 committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    ec40e44 View commit details
    Browse the repository at this point in the history