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
.codecov.yml
coverage:
  status:
    project: off
    patch: off
back to top