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: 32c00c79ebf8
Choose a base ref
...
head repository: rubinius/rubinius
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
    Configuration menu
    Copy the full SHA
    dbf3235 View commit details
    Browse the repository at this point in the history
  2. Added support for Kernel#caller_locations.

    This fixes #3218.
    Yorick Peterse committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    1ea56dc View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    ed068c5 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    6098b87 View commit details
    Browse the repository at this point in the history