-
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
src: add unistd.h import if node posix credentials is defined #54528
Conversation
a362cca
to
1f2f13d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54528 +/- ##
==========================================
- Coverage 88.04% 88.03% -0.01%
==========================================
Files 652 652
Lines 183764 183764
Branches 35862 35862
==========================================
- Hits 161787 161782 -5
- Misses 15233 15236 +3
- Partials 6744 6746 +2
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Typo in commit message, |
PR is currently blocked from landing due to unreliable CI. Likely needs a rebase |
1f2f13d
to
fc8de8f
Compare
I've rebased the PR, should be good to merge now, thank you @jasnell and sorry for the delay, I was on vacation! |
Landed in fd8c762 |
usage comment PR-URL: #54528 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
usage comment PR-URL: nodejs#54528 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Fixes #54519