src: disable abort exceptions for module loading#50987
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Dec 3, 2023
Merged
src: disable abort exceptions for module loading#50987nodejs-github-bot merged 1 commit intonodejs:mainfrom
nodejs-github-bot merged 1 commit intonodejs:mainfrom
Conversation
7e81ca2 to
080b5c9
Compare
GeoffreyBooth
approved these changes
Dec 1, 2023
080b5c9 to
43020e5
Compare
GeoffreyBooth
approved these changes
Dec 1, 2023
Collaborator
Collaborator
Collaborator
joyeecheung
reviewed
Dec 1, 2023
Member
|
The commit message is not quite accurate, it should be something like "disable uncaught exception abortion for ESM syntax detection" |
aduh95
reviewed
Dec 1, 2023
43020e5 to
ae34969
Compare
aduh95
approved these changes
Dec 2, 2023
Collaborator
targos
requested changes
Dec 3, 2023
Member
targos
left a comment
There was a problem hiding this comment.
I want at least an answer on #50987 (comment)
ae34969 to
86d275a
Compare
Member
Author
Sorry @targos. I missed your comment! It seems your suggestion is better. I applied the proposed changes. |
JakobJingleheimer
approved these changes
Dec 3, 2023
targos
approved these changes
Dec 3, 2023
Collaborator
Collaborator
Collaborator
|
Landed in 951d00d |
targos
pushed a commit
that referenced
this pull request
Dec 4, 2023
PR-URL: #50987 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
Mateusz-Kopec
pushed a commit
to Mateusz-Kopec/node
that referenced
this pull request
Mar 6, 2024
PR-URL: nodejs#50987 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
Mateusz-Kopec
pushed a commit
to Mateusz-Kopec/node
that referenced
this pull request
Mar 6, 2024
PR-URL: nodejs#50987 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Backport-PR-URL: nodejs#51989
richardlau
pushed a commit
that referenced
this pull request
Mar 25, 2024
PR-URL: #50987 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #50878.
Thanks @joyeecheung for the tip on temporarily disable
abort_on_uncaught_exceptionwhile checking for modules.cc @nodejs/loaders @nodejs/cpp-reviewers