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

Ensure syntax error locations appear in backtraces #31881

Merged
merged 1 commit into from
May 2, 2019

Commits on Apr 30, 2019

  1. Ensure syntax error locations appear in backtraces

    Errors which are thrown directly inside jl_toplevel_eval_flex do not get
    an entry in the backtrace. The most prominent of these are syntax
    errors, but there's other cases too.
    
    Fix this by constructing a julia expression throwing the appropriate
    error, and evaling it to generate a julia-level frame.
    c42f committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    294b866 View commit details
    Browse the repository at this point in the history