Skip to content

deps: copy postject-api.h and LICENSE to the deps folder - #46582

Closed
RaisinTen wants to merge 2 commits into
nodejs:mainfrom
RaisinTen:deps/copy-postject-api-and-license-to-the-deps-folder
Closed

deps: copy postject-api.h and LICENSE to the deps folder#46582
RaisinTen wants to merge 2 commits into
nodejs:mainfrom
RaisinTen:deps/copy-postject-api-and-license-to-the-deps-folder

Conversation

@RaisinTen

Copy link
Copy Markdown
Member

Since postject-api.h gets compiled into Node.js, it makes more sense to put it in the deps directory instead of test/fixtures.

Refs: #45038 (comment)
Signed-off-by: Darshan Sen raisinten@gmail.com

cc @mhdawson @nodejs/single-executable

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/actions
  • @nodejs/tsc

@nodejs-github-botnodejs-github-bot added dependencies Pull requests that update a dependency file. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. labels Feb 9, 2023
Since `postject-api.h` gets compiled into Node.js, it makes more sense
to put it in the `deps` directory instead of `test/fixtures`.
Refs: nodejs#45038 (comment)
Signed-off-by: Darshan Sen <raisinten@gmail.com>
@RaisinTen
RaisinTenforce-pushed the deps/copy-postject-api-and-license-to-the-deps-folder branch from 54baca1 to 2c626f5CompareFebruary 9, 2023 06:37
@RaisinTen

RaisinTen commented Feb 9, 2023

Copy link
Copy Markdown
MemberAuthor

Although this has the needs-ciPRs that need a full CI run. label, I'd like to land this PR manually without waiting for a green Jenkins CI because nothing here is actually compiled or tested on the Jenkins CI yet.

@RaisinTenRaisinTen added the fast-track PRs that do not need to wait for 48 hours to land. label Feb 9, 2023
@github-actions

This comment was marked as outdated.

@RaisinTenRaisinTen removed the needs-ci PRs that need a full CI run. label Feb 9, 2023

@ovflowdovflowd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamp approval :)

Comment threadtools/dep_updaters/update-postject.sh
Comment threaddoc/contributing/maintaining-postject.md
Comment threadtools/dep_updaters/update-postject.sh
Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
@RaisinTenRaisinTen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 9, 2023

@mhdawsonmhdawson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment threadtools/dep_updaters/update-postject.sh
@RaisinTenRaisinTen removed the fast-track PRs that do not need to wait for 48 hours to land. label Feb 10, 2023
RaisinTen added a commit that referenced this pull request Feb 11, 2023
Since `postject-api.h` gets compiled into Node.js, it makes more sense
to put it in the `deps` directory instead of `test/fixtures`.
Refs: #45038 (comment)
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: #46582
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@RaisinTen

Copy link
Copy Markdown
MemberAuthor

Landed in a37c083

@RaisinTen
RaisinTen deleted the deps/copy-postject-api-and-license-to-the-deps-folder branch February 11, 2023 05:08
MylesBorins pushed a commit that referenced this pull request Feb 18, 2023
Since `postject-api.h` gets compiled into Node.js, it makes more sense
to put it in the `deps` directory instead of `test/fixtures`.
Refs: #45038 (comment)
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: #46582
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Feb 19, 2023
danielleadams pushed a commit that referenced this pull request Apr 11, 2023
Since `postject-api.h` gets compiled into Node.js, it makes more sense
to put it in the `deps` directory instead of `test/fixtures`.
Refs: #45038 (comment)
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: #46582
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@RaisinTenRaisinTen added the single-executable Issues and PRs related to single-executable applications label May 5, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.dependenciesPull requests that update a dependency file.metaIssues and PRs related to the general management of the project.single-executableIssues and PRs related to single-executable applicationstoolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@RaisinTen@nodejs-github-bot@lpinca@anonrig@mhdawson@ovflowd@tony-go