-
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: fix missing deprecation assignment #23809
Conversation
Please 👍 to fast-track |
Missing |
doc/api/deprecations.md
Outdated
@@ -2247,6 +2247,21 @@ Type: Documentation-only (supports [`--pending-deprecation`][]) | |||
Directly calling `process.binding('uv').errname(<val>)` is deprecated. | |||
Please make sure to use [`util.getSystemErrorName()`][] instead. | |||
|
|||
<a id="DEP0120"></a> | |||
### DEP0120: Windows Performance Counter Support | |||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<!-- | |
<!-- YAML |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I will fix DEP0119 in another PR with another similar nit).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with 2 nits fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With nits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-Authored-By: jasnell <[email protected]>
PR-URL: #23809 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Landed in 7f61b52 |
PR-URL: #23809 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Missed the assignment when landing
This needs a fast-track for v11.0.0
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes