-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Revert "Revert "vm: add importModuleDynamically option to compileFunction"" #35431
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Review requested:
|
@SimenB can you please check this does not make things worse for you? |
also cc @nodejs/build as this involves that weird MSVC bug |
Exciting! @mcollina I was never able to reproduce the original issue (beyond seeing it on CI), so I don't think I'll be able to verify anything here. Sorry 🙁 If there's any way of sticking a build of this branch on CI I'm happy to do that to see if the issue pops up? |
cc @targos |
@targos @BethGriggs could you please generate a new build like the ones you used to generate back in #33166? I've tried building this patch myself but I can't reproduce. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, I cannot reproduce this anymore. I would be very careful in backporting this to v14 as there is something there that caused the problem.
@devsnek could you rebase? |
Note that if you're testing with jest@26.5.0 or newer, it no longer uses |
I've been using the same setup I used last time (which the last time I used my windows laptop). |
12aff38
to
056a671
Compare
056a671
to
28f5ec8
Compare
This reverts commit 2d5d773. See: nodejs#32985 See: nodejs#33364 See: nodejs#33166 Fixes: nodejs#31860 PR-URL: nodejs#35431 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
28f5ec8
to
bf2f2b7
Compare
This reverts commit 2d5d773.
See: #32985
See: #33364
See: #33166
Fixes: #31860
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes