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

Commits on Mar 20, 2018

  1. Enumerable#one? now accept a pattern argument

    For more information, please see feature #11286.
    nomadium committed Mar 20, 2018
    Copy the full SHA
    f2cbbc7 View commit details
  2. Enumerable#none? now accept a pattern argument

    For more information, please see feature #11286.
    nomadium committed Mar 20, 2018
    Copy the full SHA
    3c3bd8c View commit details
  3. Enumerable#any? now accept a pattern argument

    For more information, please see feature #11286.
    nomadium committed Mar 20, 2018
    Copy the full SHA
    1115791 View commit details
  4. Enumerable#all? now accept a pattern argument

    For more information, please see feature #11286.
    nomadium committed Mar 20, 2018
    Copy the full SHA
    3e8c616 View commit details

Commits on Mar 21, 2018

  1. Fix failing test with Enumerable#any?

    Replace each call + JavaInternalBlockBody with callEach + BlockCallback
    as is implemented Enumerable#all? as well.
    
    The failed test was:
    https://github.com/jruby/jruby/blob/3813f0a53c22af8122e8c2b70c7d87ae35323109/spec/ruby/core/enumerable/any_spec.rb#L214
    nomadium committed Mar 21, 2018
    Copy the full SHA
    feac6b5 View commit details
  2. Merge pull request #5096 from nomadium/enumerable-methods-one-none-an…

    …y-and-all-now-accept-pattern-argument
    
    Enumerable#any?, all?, none? and one? now accept a pattern argument
    headius authored Mar 21, 2018
    Copy the full SHA
    0d9ec85 View commit details
Loading