Skip to content

vm: fix link with invalid graph#37597

Closed
devsnek wants to merge 1 commit intonodejs:masterfrom
devsnek:fix-37426
Closed

vm: fix link with invalid graph#37597
devsnek wants to merge 1 commit intonodejs:masterfrom
devsnek:fix-37426

Conversation

@devsnek
Copy link
Member

@devsnek devsnek commented Mar 4, 2021

This fixes an annoying bug where the entry module would link before its
dependencies were linked. This is fixed by forcing modules to wait for
all dependency linker promises to resolve.

Fixes: #37426

This fixes an annoying bug where the entry module would link before its
dependencies were linked. This is fixed by forcing modules to wait for
all dependency linker promises to resolve.

Fixes: nodejs#37426

Signed-off-by: snek <me@gus.host>
@devsnek devsnek requested a review from bmeck March 4, 2021 03:18
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem. labels Mar 4, 2021
@nodejs-github-bot
Copy link
Collaborator

@devsnek devsnek closed this Mar 4, 2021
@devsnek devsnek deleted the fix-37426 branch March 4, 2021 03:31
@devsnek devsnek removed the request for review from bmeck March 4, 2021 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node.js 15.9 regression with Jest ESM

2 participants