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

Commits on Nov 5, 2014

  1. Fix multiple Range stdlib failures

    * Add ducktyping support for Array#[], Array#[]=, String#[], and String#[]=
    * Fix re-initialize check on initialize_copy
    * Fix infinite recursion when inspecting cyclical ranges
    cheald committed Nov 5, 2014
    Copy the full SHA
    451b1c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2103 from cheald/fix_multiple_range_failures

    Fix multiple Range stdlib failures. I will followup commit to show how I would change @JrubyMethod signatures and reduce use of getRuby.getCurrentContext.
    enebo committed Nov 5, 2014
    Copy the full SHA
    cd044f4 View commit details
    Browse the repository at this point in the history