-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Proposal: Deprecate process.features.ipv6
and process.features.uv
#55537
Comments
pr welcome |
Where would you recommend these live in terms of deprecation cycle? They've been redundant for well over a decade, so is there a case for sending them straight to runtime? The |
I don't believe so, IIRC everything must go through the cycle. |
Doc-deprecating is fine (if kind of pointless IMO) but runtime warnings or removing them is potentially disruptive for no benefit whatsoever. Having a few superfluous properties doesn't cost anything. Just keep them around forever. |
PR-URL: #55545 Fixes: #55537 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
PR-URL: nodejs#55545 Fixes: nodejs#55537 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
PR-URL: nodejs#55545 Fixes: nodejs#55537 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
PR-URL: nodejs#55545 Fixes: nodejs#55537 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
PR-URL: #55545 Fixes: #55537 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
PR-URL: #55545 Fixes: #55537 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
PR-URL: #55545 Fixes: #55537 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
PR-URL: #55545 Fixes: #55537 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
process.features.ipv6
andprocess.features.uv
have both been hard-coded totrue
since pre-v1.0.0. Indeed, by the looks of things,process.features.ipv6
has always been hard-coded totrue
sinceprocess.features
was first added.There has been a longstanding todo comment about improving the
features
API (cc @joyeecheung) but for now, seems like deprecating these would be fairly uncontroversial.The text was updated successfully, but these errors were encountered: