Revision 3f42af071e2459628f7f31a11a84d216768f2345 authored by Elliot Saba on 24 April 2023, 18:01:05 UTC, committed by Elliot Saba on 24 April 2023, 18:42:10 UTC
This is the same as https://github.com/JuliaLang/julia/pull/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: https://github.com/JuliaLang/julia/issues/45847

(cherry picked from commit fa215891aff303e57608a6786fb152ef67565a51)
1 parent a666aab
Raw File
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top