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

include ClearStacktrace.jl in Base #36134

Merged
merged 25 commits into from
Jul 2, 2020

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    a19a035 View commit details
    Browse the repository at this point in the history
  2. fix stackoverflow case and simplify code (no trace conversion)

    this loses the ability to "infer" modules of inlined code, though but this probably needs a better implementation anyway
    jkrumbiegel authored and KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    fe8e8f6 View commit details
    Browse the repository at this point in the history
  3. simplify digit width

    jkrumbiegel authored and KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5526ec2 View commit details
    Browse the repository at this point in the history
  4. rename for clarity

    jkrumbiegel authored and KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5c77b2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af649b1 View commit details
    Browse the repository at this point in the history
  6. add pushing of line infos back in

    jkrumbiegel authored and KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    066e882 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4df78ad View commit details
    Browse the repository at this point in the history
  8. fix color cyclers

    jkrumbiegel authored and KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    b5da89b View commit details
    Browse the repository at this point in the history
  9. remove unnecessary [1]

    jkrumbiegel authored and KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    9995962 View commit details
    Browse the repository at this point in the history
  10. correct accidental change

    jkrumbiegel authored and KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    6bb2462 View commit details
    Browse the repository at this point in the history
  11. simplify ndigits

    jkrumbiegel authored and KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    bd1d837 View commit details
    Browse the repository at this point in the history
  12. pass only frames

    jkrumbiegel authored and KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    fe564c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8284411 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    98db59f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    11e3ca3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    289700c View commit details
    Browse the repository at this point in the history
  17. rename

    jkrumbiegel authored and KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    a70bd73 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c598b3b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2cb8bb3 View commit details
    Browse the repository at this point in the history
  20. improve keyword argument printing

    jkrumbiegel authored and KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    3d848fb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    565d0e3 View commit details
    Browse the repository at this point in the history
  22. fix tests

    KristofferC committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    5f26472 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    246199b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2328c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. fixes from review

    KristofferC committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    b9b43b5 View commit details
    Browse the repository at this point in the history