-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
buffer: move SlowBuffer to EOL #58008
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
base: main
Are you sure you want to change the base?
Conversation
`SlowBuffer` has been deprecated for many years now. Let's remove it.
Review requested:
|
@@ -706,9 +709,9 @@ changes: | |||
description: Documentation-only deprecation. | |||
--> | |||
|
|||
Type: Runtime | |||
Type: End-of-Life |
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.
The PR that makes this EOL comment is missing.
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'm not following. The pr-url is specified in the changes block.
With a quick github search it seems its safe to remove |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58008 +/- ##
=======================================
Coverage 90.27% 90.27%
=======================================
Files 630 630
Lines 186158 186142 -16
Branches 36475 36474 -1
=======================================
+ Hits 168047 168048 +1
- Misses 10980 10982 +2
+ Partials 7131 7112 -19
🚀 New features to boost your workflow:
|
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.
Looks good, just 1 comment about the tests
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.
This test can be deleted because now it is the same as test/pummel/test-buffer-large-size-buffer-alloc-unsafe-slow.js
. Both of these were created in #57789 when a test containing same calls to SlowBuffer as well as allocUnsafeSlow was split into separate files for reliability.
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
SlowBuffer
has been deprecated for many years now. Let's remove it.