-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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,test: drop SlowBuffer #55176
src,test: drop SlowBuffer #55176
Conversation
Review requested:
|
The removal of a feature must be semver major. Additionally, with this being semver major, it doesn't need all the "don't-land" labels, as it can't land on LTS lines anyway, right? |
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
Incorrect. It will be next-semver-major, it should not land on v23.x. |
The blocking PR has landed, and this PR can no longer land on v23 due to the semver-major label. I've updated the labels accordingly. |
I'm open a fresh PR once v24 goes out :) |
Depends on #55175.
It should land only on Node.js 24*.
To avoid inconsistencies, I'm adding a blocked label so we land on
main
only when 23 goes out.