src: move more stuff over to use Maybe<void>#54831
Closed
jasnell wants to merge 1 commit intonodejs:mainfrom
Closed
src: move more stuff over to use Maybe<void>#54831jasnell wants to merge 1 commit intonodejs:mainfrom
jasnell wants to merge 1 commit intonodejs:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #54831 +/- ##
==========================================
+ Coverage 87.71% 88.24% +0.53%
==========================================
Files 651 651
Lines 183877 183882 +5
Branches 35546 35859 +313
==========================================
+ Hits 161280 162262 +982
+ Misses 15843 14906 -937
+ Partials 6754 6714 -40
|
Member
|
I guess it must be semver-major as it changes the API |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
4fc399d to
bbfc24b
Compare
Collaborator
anonrig
approved these changes
Sep 11, 2024
Member
Author
|
@nodejs/tsc ... this will need another TSC review due to being semver-major |
Member
|
Can we just split out the node.h changes to a different PR to reduce backporting conflicts? |
bbfc24b to
b2ca235
Compare
This comment was marked as outdated.
This comment was marked as outdated.
b2ca235 to
f90a790
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Member
Author
Done. PR should no longer be semver-major |
anonrig
approved these changes
Sep 22, 2024
Member
Author
|
hmm... some relevant test failures to investigate... |
targos
reviewed
Sep 22, 2024
f90a790 to
d7f1948
Compare
Collaborator
targos
approved these changes
Sep 26, 2024
jasnell
added a commit
that referenced
this pull request
Sep 26, 2024
PR-URL: #54831 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Member
Author
|
Landed in 812806a |
targos
pushed a commit
that referenced
this pull request
Oct 4, 2024
PR-URL: #54831 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
targos
pushed a commit
that referenced
this pull request
Oct 4, 2024
PR-URL: #54831 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Merged
louwers
pushed a commit
to louwers/node
that referenced
this pull request
Nov 2, 2024
PR-URL: nodejs#54831 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
tpoisseau
pushed a commit
to tpoisseau/node
that referenced
this pull request
Nov 21, 2024
PR-URL: nodejs#54831 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
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.
Convert more things to use Maybe instead of Maybe