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

report: list envvars using uv_os_environ() by cjihrig · Pull Request #28963 · nodejs/node · GitHub

/ node Public

report: list envvars using uv_os_environ() - #28963

Merged
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:envvars
Aug 11, 2019
Merged

report: list envvars using uv_os_environ()#28963
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:envvars

Conversation

cjihrig commented Aug 5, 2019
edited
Loading

Copy link
Copy Markdown
Contributor

Note: This PR is a bit premature. It requires the libuv 1.31.0 update, which will happen later this week. Only the second commit (report: list envvars using uv_os_environ()) is relevant. libuv 1.31.0 includes a new API, uv_os_environ(), for iterating over the environment variables.

This PR simplifies the diagnostic report's code for listing environment variables by using uv_os_environ() instead of platform specific code.

cc: @nodejs/libuv

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

nodejs-github-bot added the lib / src Issues and PRs related to general changes in the lib or src directory. label Aug 5, 2019
cjihrig added the blocked PRs that are blocked by other issues or PRs. label Aug 5, 2019

saghul 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM!

Comment thread src/node_report.cc Outdated
cjihrig force-pushed the envvars branch 3 times, most recently from 8b89159 to 097a154 Compare August 11, 2019 15:35
cjihrig added report Issues and PRs related to process.report. and removed blocked PRs that are blocked by other issues or PRs. lib / src Issues and PRs related to general changes in the lib or src directory. labels Aug 11, 2019

Copy link
Copy Markdown
Collaborator

nodejs-github-bot commented Aug 11, 2019
edited by cjihrig
Loading

Copy link
Copy Markdown
Collaborator

CI: https://ci.nodejs.org/job/node-test-pull-request/24939/

EDIT: CI was yellow.

This commit simplifies the diagnostic report's code for listing
environment variables by using uv_os_environ() instead of
platform specific code.

PR-URL: nodejs#28963
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
cjihrig merged commit 9b221e5 into nodejs:master Aug 11, 2019
cjihrig deleted the envvars branch August 11, 2019 18:21
targos pushed a commit that referenced this pull request Aug 19, 2019
This commit simplifies the diagnostic report's code for listing
environment variables by using uv_os_environ() instead of
platform specific code.

PR-URL: #28963
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
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

report Issues and PRs related to process.report.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL