-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src: move more stuff over to use Maybe<void> #54831
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
|
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
@nodejs/tsc ... this will need another TSC review due to being semver-major |
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.
Done. PR should no longer be semver-major |
hmm... some relevant test failures to investigate... |
f90a790
to
d7f1948
Compare
PR-URL: #54831 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Landed in 812806a |
PR-URL: #54831 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #54831 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs#54831 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Convert more things to use Maybe instead of Maybe