Skip to content
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

lib: ignore non-critical os.userInfo() failures #1835

Closed
wants to merge 5 commits into from

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Jul 20, 2019

Fixes: #1834

There are certain environments in which os.userInfo() fails, I don't know what they are but I've seen this reported in various places. Since we don't need the info we can safely ignore a failure.

cclauss and others added 5 commits July 15, 2019 15:10
As discussed in #1811

PR-URL: #1818
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: João Reis <reis@janeasystems.com>
This reverts commit 2761afb.

Building with `-fvisibility=hidden` breaks some of Node's add-on tests
and therefore likely also affects third-party add-ons. This change was
landed in a patch release so I'm opting to revert it until the next
major release.

PR-URL: #1828
Refs: nodejs/node#28647 (comment)
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
PR-URL: #1820
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <r@va.gg>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Make Python 3 compatiblity changes so the code works in both Python 2
and Python 3.  Especially, make changes required because the compiler
module was removed in Python 3 in favor of the ast module that exists
in both Python 2 and Python 3.

PR-URL: #1820
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <r@va.gg>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
@rvagg
Copy link
Member Author

rvagg commented Sep 25, 2019

rebased and landed in c4002de

@rvagg rvagg closed this Sep 25, 2019
@rvagg rvagg deleted the rvagg/os_userInfo_fail_ignore branch September 25, 2019 06:39
rvagg added a commit that referenced this pull request Sep 26, 2019
@rvagg rvagg mentioned this pull request Sep 26, 2019
rvagg added a commit that referenced this pull request Sep 26, 2019
@rvagg rvagg mentioned this pull request Sep 26, 2019
@rvagg rvagg mentioned this pull request Jun 21, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

npm install qruri get the error
3 participants