Uh oh!
There was an error while loading. Please reload this page.
src: Handle NULL env scenario - #32230
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mmarchini
commented
Mar 16, 2020
I'm not familiar with modules code base, so maybe this suggestion doesn't apply here, but can/should we add a DCHECK before the return, so |
addaleax
commented
Mar 16, 2020
@mmarchini If we were okay with having this crash, I think the CHECK could just stay. Maybe to provide a bit of context, situations in which (That doesn’t mean that we have a “good” story for the embedder + ESM situation. That would be a larger conversation, I imagine.) |
nodejs-github-bot
commented
Mar 17, 2020
nodejs-github-bot
commented
Mar 17, 2020
nodejs-github-bot
commented
Mar 17, 2020
nodejs-github-bot
commented
Mar 17, 2020
jasnell
commented
Mar 17, 2020
@addaleax said:
Is this blocking? It's not clear |
mmarchini
commented
Mar 17, 2020
No, I think this is good to land. Was just trying to get a green CI first |
PR-URL: #32230 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
mmarchini
commented
Mar 17, 2020
Landed in 960df3f |
PR-URL: #32230 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
PR-URL: #32230 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
PR-URL: #32230 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
related commit e9fa5ae
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes