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

[release-1.9] Avoid usage of jl_error() in check_cmdline() #49486

Merged
merged 1 commit into from
Apr 24, 2023

Commits on Apr 24, 2023

  1. Avoid usage of jl_error() in check_cmdline()

    This is the same as #45765 where
    we use `jl_error()` too early to get backtraces, but too late to fail
    the supposed guard `if` statement that should prevent us from trying to
    take a backtrace.  X-ref: #45847
    
    (cherry picked from commit fa21589)
    staticfloat committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3f42af0 View commit details
    Browse the repository at this point in the history