-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
os: deprecate tmpDir()
in favour of tmpdir()
#6739
Conversation
LGTM |
@ChALkeR could you npm-check this? |
@Fishrock123 https://gist.github.com/ChALkeR/0140f2757f33c06121e2002acc4b87b9 I searched for |
LGTM if a citgm check comes up good. |
@Fishrock123 Also note that a significant part of those are using something like |
Running an updated citgm: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/333/ |
one failure in citgm, looks like an unrelated jquery failure on osx. this LGTM |
jquery is a known flaky... I'm going to report it to them and add it to the flaky list |
`tmpdir()` was introduced as replacement 3 years ago in 3fe6aba PR-URL: nodejs#6739 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
f0ab7c7
to
5e5ec2c
Compare
* call [`os.tmpdir()`](https://nodejs.org/api/os.html#os_os_tmpdir) instead of the [deprecated `os.tmpDir()` alias](nodejs/node#6739) * include newer version of cache-swap with [tmpDir -> tmpdir issue fixed](jgable/cache-swap@69fab2b)
* call [`os.tmpdir()`](https://nodejs.org/api/os.html#os_os_tmpdir) instead of the [deprecated `os.tmpDir()` alias](nodejs/node#6739) * include newer version of cache-swap with [tmpDir -> tmpdir issue fixed](jgable/cache-swap@69fab2b)
Checklist
Affected core subsystem(s)
os
Description of change
tmpdir()
was introduced as replacement 3 years ago in3fe6aba
cc @bnoordhuis?
CI: https://ci.nodejs.org/job/node-test-pull-request/2636/