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

Honor $TEMP and friends when generating anonymous handles #43515

Merged
merged 1 commit into from
Jan 5, 2022

Commits on Dec 22, 2021

  1. Honor $TEMP and friends when generating anonymous handles

    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.
    staticfloat committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    b47f164 View commit details
    Browse the repository at this point in the history