lib: convert signals to array before validation#54714
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Sep 6, 2024
Merged
lib: convert signals to array before validation#54714nodejs-github-bot merged 1 commit intonodejs:mainfrom
nodejs-github-bot merged 1 commit intonodejs:mainfrom
Conversation
Collaborator
|
Review requested:
|
5ad876a to
78b914d
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #54714 +/- ##
==========================================
- Coverage 87.61% 87.60% -0.01%
==========================================
Files 650 650
Lines 182835 182881 +46
Branches 35382 35397 +15
==========================================
+ Hits 160185 160218 +33
- Misses 15925 15930 +5
- Partials 6725 6733 +8
|
aduh95
reviewed
Sep 2, 2024
jakecastelli
reviewed
Sep 2, 2024
Member
|
the WPTs don't usually test webidl validations because implementations are assumed to be using them for the dozens of specs they implement |
benjamingr
approved these changes
Sep 2, 2024
KhafraDev
approved these changes
Sep 2, 2024
78b914d to
7516052
Compare
KhafraDev
reviewed
Sep 3, 2024
Co-authored-by: Jake Yuesong Li <[email protected]>
7516052 to
80b16d1
Compare
aymen94
approved these changes
Sep 3, 2024
This comment was marked as outdated.
This comment was marked as outdated.
Ethan-Arrowood
approved these changes
Sep 3, 2024
This comment was marked as outdated.
This comment was marked as outdated.
Member
|
osx failure on CI due to Other failures are most likely flaky tests, rerunning update: rerun works on osx, seems the no space issue has been resolved. |
This comment was marked as outdated.
This comment was marked as outdated.
Collaborator
Collaborator
aduh95
approved these changes
Sep 6, 2024
Collaborator
|
Landed in 973144b |
aduh95
pushed a commit
that referenced
this pull request
Sep 12, 2024
Co-authored-by: Jake Yuesong Li <[email protected]> PR-URL: #54714 Fixes: #54674 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Merged
louwers
pushed a commit
to louwers/node
that referenced
this pull request
Nov 2, 2024
Co-authored-by: Jake Yuesong Li <[email protected]> PR-URL: nodejs#54714 Fixes: nodejs#54674 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
tpoisseau
pushed a commit
to tpoisseau/node
that referenced
this pull request
Nov 21, 2024
Co-authored-by: Jake Yuesong Li <[email protected]> PR-URL: nodejs#54714 Fixes: nodejs#54674 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
This was referenced Apr 16, 2025
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: #54674