crypto: remove unnecessary fully qualified names#24452
crypto: remove unnecessary fully qualified names#24452refack merged 1 commit intonodejs:masterfrom codegagan:node-crypto
Conversation
|
ci.nodejs.org/job/node-test-pull-request/18700 (flake #22339) Please 👍 to fast-track |
|
Hello @codegagan and welcome. Thank you for your contribution 🥇 P.S. If you have any questions you can also feel free to contact me directly. |
PR-URL: #24452 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
|
Congratulations @codegagan on getting promoted by GitHub form: Hope to see you contributing more in the future. |
PR-URL: #24452 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
|
Thankyou @refack for motivation and support. |
PR-URL: #24452 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
PR-URL: nodejs#24452 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>


The namespaces were already elevated but the code still had fully qualified names.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes