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

Handle rethrow #17

Merged
merged 2 commits into from
Feb 12, 2019
Merged

Handle rethrow #17

merged 2 commits into from
Feb 12, 2019

Commits on Feb 11, 2019

  1. Handle rethrow

    rethrow is only viable inside a `catch`, so we need to intercept it
    and convert it to an ordinary `throw`.
    timholy committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    3ac30b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Add a broken test for stacktraces

    Ideally atsign-interpret would throw stacktraces identical to those
    from compiled code. Unfortunately at present the stacktrace points
    to lines in the interpreter itself.
    timholy committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    5d986fb View commit details
    Browse the repository at this point in the history