Skip to content

vm: throw error when duplicated exportNames in SyntheticModule - #32810

Closed
himself65 wants to merge 1 commit into
nodejs:masterfrom
himself65:20200413-vm
Closed

vm: throw error when duplicated exportNames in SyntheticModule#32810
himself65 wants to merge 1 commit into
nodejs:masterfrom
himself65:20200413-vm

Conversation

@himself65

Copy link
Copy Markdown
Member

Fixes: #32806

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the vm Issues and PRs related to the vm subsystem. label Apr 13, 2020
@himself65
himself65 requested a review from targosApril 13, 2020 10:03
Comment threadlib/internal/vm/module.js Outdated
@himself65

This comment has been minimized.

Comment threadlib/internal/vm/module.js Outdated
Comment threadlib/internal/vm/module.js Outdated
Comment threadlib/internal/vm/module.js Outdated
Comment threadtest/parallel/test-vm-module-basic.js Outdated
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@himself65himself65 changed the title vm: avoid duplicated exportNames on SyntheticModulevm: throw error when duplicated exportNames in SyntheticModuleApr 13, 2020
Comment threadtest/parallel/test-vm-module-basic.js Outdated
Comment threadlib/internal/vm/module.js Outdated
@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 27, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

himself65 added a commit that referenced this pull request Apr 28, 2020
Fixes: #32806
PR-URL: #32810
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@himself65

Copy link
Copy Markdown
MemberAuthor

landed in 9545013

targos pushed a commit that referenced this pull request May 4, 2020
Fixes: #32806
PR-URL: #32810
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@targostargos mentioned this pull request May 4, 2020
targos pushed a commit that referenced this pull request May 7, 2020
Fixes: #32806
PR-URL: #32810
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@targostargos mentioned this pull request May 7, 2020
targos pushed a commit that referenced this pull request May 13, 2020
Fixes: #32806
PR-URL: #32810
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.vmIssues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SyntheticModule aborts with illegal hardware instruction during linking

6 participants

@himself65@nodejs-github-bot@addaleax@SimenB@targos@devsnek