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: 5ec42398ad69
Choose a base ref
...
head repository: jruby/jruby
compare: c91c0cd21d42
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 3, 2014

  1. Typecheck arg for op_mod19

    Check for fixnum/float/bignum before casting `other`, and coerce if not a known good type.
    Fixes cases like (1.23 ** nil) throwing a Java exception rather than a TypeError.
    cheald committed Nov 3, 2014
    Copy the full SHA
    e902978 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2014

  1. Merge pull request #2087 from cheald/fix_opmod19

    Typecheck arg for op_mod19
    headius committed Nov 4, 2014
    Copy the full SHA
    c91c0cd View commit details
    Browse the repository at this point in the history