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: rubinius/rubinius
base: 78ab83f49f0e
Choose a base ref
...
head repository: rubinius/rubinius
compare: 706802fb796e
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 17, 2014

  1. Aliased rb_ary_new_from_args to rb_ary_new3.

    In MRI it's the other way around: rb_ary_new3 is the alias. However, in our case
    this breaks certain parts (e.g. rubysl-openssl) for reasons unknown to me. Since
    it doesn't really matter which one is the alias I decided to alias
    rb_ary_new_from_args to rb_ary_new3 instead of the other way around.
    Yorick Peterse committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    f137a5d View commit details
    Browse the repository at this point in the history
  2. Added specs for rb_ary_new_from_args.

    Yorick Peterse committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    706802f View commit details
    Browse the repository at this point in the history