FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: add unistd.h import if node posix credentials is defined by JonasBa · Pull Request #54528 · nodejs/node · GitHub

/ node Public

src: add unistd.h import if node posix credentials is defined - #54528

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
JonasBa:jb/darwin-compile
Sep 20, 2024
Merged

src: add unistd.h import if node posix credentials is defined#54528
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
JonasBa:jb/darwin-compile

Conversation

JonasBa commented Aug 23, 2024

Copy link
Copy Markdown
Contributor

Fixes #54519

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Aug 23, 2024
JonasBa force-pushed the jb/darwin-compile branch from a362cca to 1f2f13d Compare August 23, 2024 20:29

codecov Bot commented Aug 23, 2024
edited
Loading

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.03%. Comparing base (291d90a) to head (fc8de8f).
Report is 461 commits behind head on main.

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     
Files with missing lines Coverage Δ
src/compile_cache.cc 80.00% <ø> (ø)

... and 37 files with indirect coverage changes

anonrig added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Aug 23, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 23, 2024

This comment was marked as outdated.

This comment was marked as outdated.

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Contributor

Typo in commit message, unitsd.h -> unistd.h.

jasnell commented Sep 8, 2024

Copy link
Copy Markdown
Member

PR is currently blocked from landing due to unreliable CI. Likely needs a rebase

Copy link
Copy Markdown
Collaborator

JonasBa changed the title src: add unitsd.h import if node posix credentials is defined src: add unisdt.h import if node posix credentials is defined Sep 19, 2024
richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 20, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 20, 2024

Copy link
Copy Markdown
Collaborator

JonasBa commented Sep 20, 2024

Copy link
Copy Markdown
Contributor Author

I've rebased the PR, should be good to merge now, thank you @jasnell and sorry for the delay, I was on vacation!

richardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 20, 2024
richardlau changed the title src: add unisdt.h import if node posix credentials is defined src: add unistd.h import if node posix credentials is defined Sep 20, 2024
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 20, 2024
nodejs-github-bot merged commit fd8c762 into nodejs:main Sep 20, 2024

Copy link
Copy Markdown
Collaborator

Landed in fd8c762

targos pushed a commit that referenced this pull request Oct 4, 2024
usage comment

PR-URL: #54528
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

getuid() needs unistd.h

8 participants


Back | FazBrowse Home | New Git URL