https://github.com/JuliaLang/julia
Revision 0d2160b3d8fd7fa6263e2ff28a5f1f8f9f985c52 authored by Elliot Saba on 05 January 2022, 18:44:05 UTC, committed by GitHub on 05 January 2022, 18:44:05 UTC
On Darwin, when generating anonymous handles, we hardcoded `/tmp` as the
beginning path, but that's bad behavior if the user has explicitly
requested (via setting `$TEMP` or `$TEMPDIR`, etc...) that we not do so.
Let's use `uv_os_tmpdir()` to put things in the correct place as much as
we can, defaulting to `/tmp` if anything goes wrong inside of libuv.
1 parent 1b600f0
Raw File
Tip revision: 0d2160b3d8fd7fa6263e2ff28a5f1f8f9f985c52 authored by Elliot Saba on 05 January 2022, 18:44:05 UTC
Honor `$TEMP` and friends when generating anonymous handles (#43515)
Tip revision: 0d2160b
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