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

tools: fix macro name in update-undici by almeidx · Pull Request #46217 · nodejs/node · GitHub

/ node Public

tools: fix macro name in update-undici - #46217

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
almeidx:tools/fix-update-undici-define
Jan 15, 2023
Merged

tools: fix macro name in update-undici#46217
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
almeidx:tools/fix-update-undici-define

Conversation

almeidx commented Jan 15, 2023

Copy link
Copy Markdown
Contributor

The tools/update-undici.sh script was using the same macro name as tools/update-acorn.sh

echo "#ifndef SRC_ACORN_VERSION_H_" >> "$FILE_PATH"
echo "#define SRC_ACORN_VERSION_H_" >> "$FILE_PATH"
echo "#define ACORN_VERSION \"$ACORN_VERSION\"" >> "$FILE_PATH"
echo "#endif // SRC_ACORN_VERSION_H_" >> "$FILE_PATH"

The generated file, however, has the correct macro name

#ifndef SRC_UNDICI_VERSION_H_
#define SRC_UNDICI_VERSION_H_
#define UNDICI_VERSION "5.14.0"
#endif // SRC_UNDICI_VERSION_H_

This seems to be an oversight from #45621

nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Jan 15, 2023

debadree25 commented Jan 15, 2023
edited
Loading

Copy link
Copy Markdown
Contributor

Yes it does seem so
so sorry it missed me! Requesting approval from the maintainers, the code is lgtm

lpinca added the fast-track PRs that do not need to wait for 48 hours to land. label Jan 15, 2023

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @lpinca. Please 👍 to approve.

lpinca added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 15, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 15, 2023
nodejs-github-bot merged commit f8b80a6 into nodejs:main Jan 15, 2023

Copy link
Copy Markdown
Collaborator

Landed in f8b80a6

almeidx deleted the tools/fix-update-undici-define branch January 15, 2023 14:47
RafaelGSS pushed a commit to RafaelGSS/node that referenced this pull request Jan 17, 2023
PR-URL: nodejs#46217
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
RafaelGSS pushed a commit that referenced this pull request Jan 20, 2023
PR-URL: #46217
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
RafaelGSS mentioned this pull request Jan 20, 2023
juanarbol pushed a commit that referenced this pull request Jan 26, 2023
PR-URL: #46217
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
juanarbol mentioned this pull request Jan 28, 2023
juanarbol pushed a commit that referenced this pull request Jan 31, 2023
PR-URL: #46217
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.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

fast-track PRs that do not need to wait for 48 hours to land. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL