Uh oh!
There was an error while loading. Please reload this page.
tls: add missing 'new' - #27614
Conversation
nodejs-github-bot
commented
May 8, 2019
sam-github
commented
May 8, 2019
Sorry about that :-(. I think this should have a regression test. |
sam-github
commented
May 8, 2019
I'm writing a test, I'll post it here. |
sam-github
commented
May 8, 2019
@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
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.
cjihrig
commented
May 9, 2019
@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.
CI: https://ci.nodejs.org/job/node-test-pull-request/23030/ EDIT(cjihrig): CI was yellow. |
Trott
commented
May 10, 2019
Landed in 95c1cb4...ae749e7 |
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>
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>
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>
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>
ERR_INVALID_OPT_VALUEcannot be constructed without new.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes