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

track the exact lambda associated with a fptr #14815

Merged
merged 3 commits into from
Jan 31, 2016
Merged

track the exact lambda associated with a fptr #14815

merged 3 commits into from
Jan 31, 2016

Commits on Jan 30, 2016

  1. track the exact lambda associated with a fptr

    this allows printing the actual method signature of the function in the call stack
    
    both profiling and backtrace printing have been extended to show this
    full linfo signature (when available)
    vtjnash committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    9ce59c8 View commit details
    Browse the repository at this point in the history
  2. Incorporating StackTraces into Base.

    Tests and documentation for stacktraces.
    Updated NEWS.md with stacktraces functionality.
    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)
    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 authored and vtjnash committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    adce356 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2016

  1. Configuration menu
    Copy the full SHA
    8a0a7d6 View commit details
    Browse the repository at this point in the history