tools: add missing uv_setup_argv() calls#35491
Closed
addaleax wants to merge 1 commit intonodejs:masterfrom
Closed
tools: add missing uv_setup_argv() calls#35491addaleax wants to merge 1 commit intonodejs:masterfrom
addaleax wants to merge 1 commit intonodejs:masterfrom
Conversation
Collaborator
|
Review requested:
|
jasnell
approved these changes
Oct 4, 2020
joyeecheung
approved these changes
Oct 4, 2020
richardlau
approved these changes
Oct 4, 2020
crypt096
approved these changes
Oct 4, 2020
tniessen
approved these changes
Oct 4, 2020
Collaborator
|
CI: https://ci.nodejs.org/job/node-test-pull-request/33374/ (:green_heart:) |
Trott
approved these changes
Oct 4, 2020
cjihrig
approved these changes
Oct 4, 2020
Contributor
|
Landed in b5490d0 |
Merged
Merged
joesepi
pushed a commit
to joesepi/node
that referenced
this pull request
Jan 8, 2021
Refs: nodejs#34751 PR-URL: nodejs#35491 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Member
|
ASAN reports a leak if this is applied to v14.x: Do you know what would be missing on the branch to fix it? Otherwise, I guess we can mark dont-land as v14.x seems to work fine without it... |
Member
Author
|
@targos I think this would be fine to omit this PR if it doesn’t turn out to be necessary for other work, yes. At the same time, adding |
Trott
pushed a commit
to Trott/io.js
that referenced
this pull request
Jun 1, 2021
Refs: nodejs#34751 PR-URL: nodejs#35491 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: #34751
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes