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: d38633865309
Choose a base ref
...
head repository: jruby/jruby
compare: 26de15d0585c
Choose a head ref
  • 6 commits
  • 11 files changed
  • 1 contributor

Commits on May 30, 2018

  1. make getClass/getModule behave exactly the same + add Ruby#getModule

    ... since it led to confusion on the native side a few time already
    as `getClass(name)` would return null for cases when the constant is
    there but isn't a class instead of failing early (like `getModule()`)
    kares committed May 30, 2018
    Configuration menu
    Copy the full SHA
    3305d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade8e11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34974ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0028363 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c9431f View commit details
    Browse the repository at this point in the history
  6. [fix] use string-check set method for Hash[] to freeze up keys

    ... also use the same fastASet... in both Array/Hash argument paths
    we have a couple of Hash overrides but none have the method reachable
    so it is expected to be fine
    kares committed May 30, 2018
    Configuration menu
    Copy the full SHA
    26de15d View commit details
    Browse the repository at this point in the history