Uh oh!
There was an error while loading. Please reload this page.
crypto: docs-only deprecate crypto.fips, replace - #18335
Conversation
There was a problem hiding this comment.
I prefer more direct wording:
The [`crypto.fips`][] property is deprecated. Please use
`crypto.setFips()` and `crypto.getFips()`.
There was a problem hiding this comment.
#crypto_crypto.fips -> #crypto_crypto_fips?
jasnell
commented
Jan 24, 2018
via email
Yep. That would be trivial. We are also allowed to reclassify docs only
deprecations as semver-major if TSC agrees …On Jan 24, 2018 07:27, "Jordan Harband" ***@***.***> wrote:
Even though the deprecation might require semver-major, could the new
additions be added in a semver-minor and backported? That would maximize
the ease of migration.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#18335 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAa2eSaDmLSCYAKOUwzQTU6o8veytQygks5tN0v0gaJpZM4Rqim2>
.
|
jasnell
commented
Jan 26, 2018
Ping @nodejs/tsc ... I'd like to treat this docs-only deprecation as semver-minor. Any objections? |
jasnell
commented
Jan 26, 2018
+1 for semver-minor for doc-only here. Perhaps there should also be a Upd: opened #18417. |
jasnell
commented
Feb 1, 2018
ChALkeR
commented
Feb 1, 2018
54bd37a to
877e1c9Comparejasnell
commented
Feb 1, 2018
BridgeAR
commented
Feb 1, 2018
I changed it to semver-minor as there was enough time to speak up against it and there was only a voice pro. |
d488810 to
900bf45Comparejasnell
commented
Feb 1, 2018
Note: I will land this after I get #18492 landed. |
Docs-only deprecate the getter/setter crypto.fips and replace with crypto.setFips() and crypto.getFips() This is specifically in preparation for ESM module support Refs: nodejs#18131
900bf45 to
1dece49Comparejasnell
commented
Feb 1, 2018
Docs-only deprecate the getter/setter crypto.fips and replace with crypto.setFips() and crypto.getFips() This is specifically in preparation for ESM module support PR-URL: #18335 Refs: #18131 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
jasnell
commented
Feb 2, 2018
Landed in 6e7992e |
MylesBorins
commented
Feb 20, 2018
This does not land cleanly on v9.x This is because other deprecations have landed on master that have been given codes. If we are going to land this as semver minor would someone be willing to backport and assign an appropriate code to make sure we don't double dip |
Docs-only deprecate the getter/setter crypto.fips and replace with crypto.setFips() and crypto.getFips() This is specifically in preparation for ESM module support PR-URL: nodejs#18335 Refs: nodejs#18131 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Docs-only deprecate the getter/setter crypto.fips and replace with crypto.setFips() and crypto.getFips() This is specifically in preparation for ESM module support PR-URL: nodejs#18335 Refs: nodejs#18131 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Docs-only deprecate the getter/setter
crypto.fipsand replace withcrypto.setFips()andcrypto.getFips()This is specifically in preparation for ESM module support
Refs: #18131
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
crypto