Closed
Conversation
Collaborator
lpinca
approved these changes
May 8, 2019
richardlau
approved these changes
May 8, 2019
Contributor
|
Sorry about that :-(. I think this should have a regression test. |
Contributor
|
I'm writing a test, I'll post it here. |
Contributor
|
@cjihrig how did you find this, by code inspection, or did you actually trigger the bug? I suggest the following (I can PR, or you add to your commit, as you wish). |
Trott
approved these changes
May 8, 2019
Member
Trott
left a comment
There was a problem hiding this comment.
Change LGTM, but I have a (non-blocking) preference that we add a test here too.
fhinkel
approved these changes
May 9, 2019
jasnell
approved these changes
May 9, 2019
trivikr
approved these changes
May 9, 2019
Contributor
Author
@sam-github I just stumbled on it in the code. I didn't trigger it. I'll pull in your other changes as a separate commit with you as the author. |
ERR_INVALID_OPT_VALUE cannot be constructed without new.
Collaborator
|
CI: https://ci.nodejs.org/job/node-test-pull-request/23030/ EDIT(cjihrig): CI was yellow. |
Member
|
Landed in 95c1cb4...ae749e7 |
Trott
pushed a commit
to Trott/io.js
that referenced
this pull request
May 10, 2019
ERR_INVALID_OPT_VALUE cannot be constructed without new. PR-URL: nodejs#27614 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Trott
pushed a commit
to Trott/io.js
that referenced
this pull request
May 10, 2019
PR-URL: nodejs#27614 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
targos
pushed a commit
that referenced
this pull request
May 11, 2019
ERR_INVALID_OPT_VALUE cannot be constructed without new. PR-URL: #27614 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
targos
pushed a commit
that referenced
this pull request
May 11, 2019
PR-URL: #27614 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@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.
ERR_INVALID_OPT_VALUEcannot be constructed without new.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes