Uh oh!
There was an error while loading. Please reload this page.
module: lazy load 'getOptionValue' in initializeLoader - #33212
Conversation
nodejs-github-bot
commented
May 2, 2020
HarshithaKP
commented
May 4, 2020
@himself65, can you please explain why this change is made ? |
addaleax
left a comment
There was a problem hiding this comment.
LGTM
If nothing else, this enables loading this module during early bootstrapping
himself65
commented
May 4, 2020
addaleax has said what I wanna say |
nodejs-github-bot
commented
May 4, 2020
nodejs-github-bot
commented
May 4, 2020
nodejs-github-bot
commented
May 6, 2020
nodejs-github-bot
commented
May 6, 2020
nodejs-github-bot
commented
May 6, 2020
richardlau
commented
May 6, 2020
If whoever lands this could add some words to the commit description paraphrasing the above (the "why this is being done") it would be very helpful for anyone browsing through commit history later on. |
nodejs-github-bot
commented
May 6, 2020
nodejs-github-bot
commented
May 6, 2020
nodejs-github-bot
commented
May 7, 2020
nodejs-github-bot
commented
May 7, 2020
nodejs-github-bot
commented
May 7, 2020
nodejs-github-bot
commented
May 7, 2020
nodejs-github-bot
commented
May 7, 2020
This enables loading this module during early bootstrapping. PR-URL: #33212 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
addaleax
commented
May 7, 2020
Landed in f153081 |
This enables loading this module during early bootstrapping. PR-URL: #33212 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
codebytere
commented
Jun 7, 2020
@himself65 this change can't currently apply to v12.x since a6b030d was landed with alterations on the v12.x branch: 02c4d27. I'm going to tag it for now with |
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes