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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 32c00c79ebf8
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6098b87265a0
Choose a head ref
  • 4 commits
  • 15 files changed
  • 1 contributor

Commits on Nov 17, 2014

  1. Added specs for Kernel#caller_locations.

    This also includes standalone specs for Thread::Backtrace::Location and its
    methods.
    Yorick Peterse committed Nov 17, 2014
    Copy the full SHA
    dbf3235 View commit details
  2. Added support for Kernel#caller_locations.

    This fixes #3218.
    Yorick Peterse committed Nov 17, 2014
    Copy the full SHA
    1ea56dc View commit details
  3. Updated specs for Kernel#caller

    This adds a set of actual specs instead of just checking if the "caller" method
    is present.
    Yorick Peterse committed Nov 17, 2014
    Copy the full SHA
    ed068c5 View commit details
  4. Allow a limit to be set in Kernel#caller.

    MRI allows one to specify a limit when calling Kernel#caller. Besides that the
    `exclude_kernel` argument wasn't even used.
    Yorick Peterse committed Nov 17, 2014
    Copy the full SHA
    6098b87 View commit details
Loading