Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate StackTraces.jl into Base #14469

Closed
wants to merge 9 commits into from
Closed

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    e29492c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a31e8dd View commit details
    Browse the repository at this point in the history
  3. Documentation for stacktraces.

    spurll committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    ac43958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ec8094 View commit details
    Browse the repository at this point in the history
  5. Updated link to PR in NEWS.md.

    spurll committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    5e304aa View commit details
    Browse the repository at this point in the history
  6. Refactored, doctests, show_stacktrace is now show.

    Added doctests to the manual.
    Removed show_stacktrace in favour of show(x::StackFrame).
    Removed format_stacktrace and format_stackframe.
    Additional test cases (which currently fail due to difficult to track
    down line number issues)
    spurll committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    7e450cd View commit details
    Browse the repository at this point in the history
  7. Test for invalid frame. Removed failing Win32 test.

    Reintroduced UNKNOWN constant stack frame from profile.jl.
    Added test case for looking up an invalid stack frame.
    Selectively removed some tests that consistently fail in Appveyor's 32-bit
    Windows LVM.
    spurll committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    6c19aea View commit details
    Browse the repository at this point in the history
  8. Updated doctests.

    spurll committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    b484798 View commit details
    Browse the repository at this point in the history
  9. Revise tests to pass but demonstrate an issue

    Currently a call to `stacktrace()` at the beginning of a catch will
    result in incorrect line numbers being returned. This is a problem with
    `backtrace()`.
    omus authored and spurll committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    00d720a View commit details
    Browse the repository at this point in the history